![]() |
|
|
#1 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
10010010101112 Posts |
According to: http://www.mersenne.org/report_ECM/
1061 shows as DONE the 55 "Digits in factor" range - which is about 185 bits. Does that mean TF test below 185 bits are redundant (will NOT find a factor)? I thought I read somewhere that ECM curves do NOT guarantee all possible factors to that range are considered. Last fiddled with by petrw1 on 2009-01-12 at 19:16 |
|
|
|
|
|
#2 |
|
Aug 2006
175B16 Posts |
|
|
|
|
|
|
#3 |
|
Jun 2008
23·32 Posts |
Which is too bad :(...
I have spent quite a lot of hobby time on enumerating 64 bit pseudoprimes. Most of the remaining work (indirectly) is finding small factors of Mersennes. If only I could use for instance ECM results to rule out trial division search ranges - that would save me CPU years of TD work, which would practically reveal no new factor anyway. |
|
|
|
|
|
#4 | |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22×3×641 Posts |
Quote:
Note that wherever there is a number instead of "Done" on the horizontal line for an exponent, that number is smaller than the number of "Curves to test" for that column. Last fiddled with by cheesehead on 2009-01-12 at 20:14 |
|
|
|
|
|
|
#5 | |
|
"Phil"
Sep 2002
Tracktown, U.S.A.
3·373 Posts |
Quote:
|
|
|
|
|
|
|
#6 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
3×5×313 Posts |
Quote:
How fast would it take to ECM these numbers to say 20 digits? Faster than TF? Much? If so, then in the same way George is now doing P-1 before the last 2 bits of TF, would it make any sense to ECM before TF? Or can we NOT ECM exponents in the current ranges? |
|
|
|
|
|
|
#7 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
Briefly put, ECM is a lot slower in stage 1, and does not benefit from the known factor p in prime factors 2kp+1 of Mersenne numbers M[I]p[/I], whereas trial factoring and P-1 do. P-1 is barely competitive with trial division for the factor sizes we're trying before an LL test, ECM will not be competitive at all.
The problem is mostly that the LL test is just too darn fast - it's not worthwhile to invest an awful lot of time in factoring first, and while ECM is great when you really want the factors, it doesn't make the cut when it comes to weeding out easy composites before an LL test. Alex |
|
|
|