![]() |
|
|
#12 | |
|
Sep 2003
A1916 Posts |
Quote:
|
|
|
|
|
|
|
#13 | |
|
Feb 2017
Nowhere
4,643 Posts |
Quote:
I pursued the "small arms fire" attack on 2^5040 - 1 just to see how far it got me. The result was, the only composite factors left standing were the entire cyclotomic factor PHI(5040,2) (347 digits) and a 168-digit cofactor of the cyclotomic factor PHI(2520,2). (I had Pari-GP completely factor cyclotomic factors less than 10^80, and factor larger ones up to primelimit. This left five unchecked factors. One of them was prime, and two others were composite, but small enough that factor() cracked them quickly. And then there were two. Time for the big guns! The C168 cofactor of PHI(2520, 2) has been completely factored. PHI(5040,2) has been whittled down from a C347 to a remaining C278 cofactor. |
|
|
|
|
|
|
#14 |
|
Mar 2018
3·43 Posts |
Friends, you don't need to dig that deep into this particular number, this was just an example of a "shattering world record" (according to the original post) being found in a few seconds. I've chosen 5040 because it's 7! and thus the number will have a ton of algebraic factors that'll consist of small divisors.
|
|
|
|
|
|
#15 |
|
"Luke Richards"
Jan 2018
Birmingham, UK
25·32 Posts |
|
|
|
|
|
|
#16 | |
|
Feb 2017
Nowhere
4,643 Posts |
Quote:
As already indicated, for the purpose of "record factors" found by ECM, only prime factors need apply. Therefore, you want to divide out any small factors before trying ECM. I don't know what 240,000 digit number you're looking at. If it is of a special form that admits algebraic factors, by all means use that. I imagine some form of "trial division" can be used to eliminate really tiny factors (i.e. factors in precomputed tables of primes up to some small limit). If the factors are restricted to be of a special linear form, this fact can be exploited to do trial factorization beyond computed tables of primes. There are other methods (e.g. Pollard Rho) that might turn up small factors cheaply. I don't know a reasonable limit L for "my number has no factors below L" as a criterion for when to resort to ECM. |
|
|
|
|
|
|
#17 |
|
Mar 2018
8116 Posts |
Oh, I don't think lukerichards was doing some generic number and getting small composites bundled up into the big composite factor found. So they probably don't need this guidance.
It's just that sometimes during ECM (same goes for P-1/P+1 for that matter) you can find two prime factors of the target size with the same curve. That will result in a twice bigger than expected composite number. Or thrice if you're lucky (i.e. that 106 composite might have been tree factors at the same time in a -t35 search). |
|
|
|
|
|
#18 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
250616 Posts |
|
|
|
|
|
|
#19 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
1075310 Posts |
A cheap and cheerful way of approaching such numbers, which I've used many times in the past, is first to enumerate all factors of the exponent, here 504206. Sort them into numerical order and let's call the list di. As 504206 = 2*23*97*113, the list starts with 2, 23, 46, 97, 113, 194, 226 and ends with 252103. Start with N = 3504206+1. Then compute gcd(N, 3^(di) Β± 1) in turn and use a light-weight factoring algorithm to find its small prime factors and a possible large composite. At each step, divide N by the GCD just found and repeat with di+1. You are left with a bunch of relatively small prime factors and a short list of relatively large composites. At this point, bring out the heavy artillery, including consulting the Factordb.
Certainly not the optimal approach but easy to implement. My apologies for teaching egg-sucking to grannies who already know all about algebraic factorization |
|
|
|
|
|
#20 |
|
Feb 2017
Nowhere
122316 Posts |
[laughs] Oh, that one again! The first go-round was 11 months ago. The cyclotomic factorization and linear forms were gone through. The unlikelihood of factoring the number was explained.
It had another recent go-round, so this is the third iteration. Lazarus got to come back from the dead once. Jesus is said to be due a second coming. But a third? I'm at a loss as to what to call it. The "bad penny" number? |
|
|
|
|
|
#21 |
|
Sep 2003
5·11·47 Posts |
Would any of these techniques be applicable to larger numbers? Say, trying to find the remaining factors of 2^47684β1 or 2^47684+1
47684 = 2 Γ 2 Γ 7 Γ 13 Γ 131 If you could somehow make miraculous progress on these, there might be a path to an Nβ1 proof of primality of (2^95369+1) /3. But I think the techniques you're discussing are applicable to much smaller exponents and smaller factors, am I right? Last fiddled with by GP2 on 2019-03-22 at 14:45 |
|
|
|
|
|
#22 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
10,753 Posts |
Quote:
I would be very surprised if the N you mention haven't already had algebraic factors removed. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sieving freakishly big MMs (was "World record" phone number?) | davieddy | Operazione Doppi Mersennes | 282 | 2019-06-24 07:57 |
| World record sized double-check? | Siegmund | PrimeNet | 6 | 2016-05-09 22:39 |
| World Record Factorial Prime Found | rogue | Lounge | 8 | 2012-03-02 16:41 |
| 70 billion pixels Budapest (world record) | R. Gerbicz | Science & Technology | 0 | 2010-07-28 01:50 |
| Question about record prime using Elliptical Curve method | jasong | Factoring | 0 | 2006-02-28 04:00 |