![]() |
|
|
#1 |
|
Oct 2019
10111112 Posts |
MM127+2 (aka 2^(2^127-1)+1) has a non-trivial factor: 886407410000361345663448535540258622490179142922169401.
It seems either New Mersenne (Wagstaff) conjecture will be false(if MM127 is prime) or M127 will be the last prime in the Catalan-Mersenne sequence(if MM127 is not prime). |
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29·3·7 Posts |
Quote:
Ernst, I believe you have software attempting to factor this number. Can you confirm |
|
|
|
|
|
|
#3 |
|
"Robert Gerbicz"
Oct 2005
Hungary
22·7·53 Posts |
Yes, that is a divisor:
Code:
? d=886407410000361345663448535540258622490179142922169401; ? Mod(2,d)^(2^127-1)+1 %2 = Mod(0, 886407410000361345663448535540258622490179142922169401) ? ## *** last result computed in 0 ms. ? Last fiddled with by R. Gerbicz on 2020-07-05 at 17:56 |
|
|
|
|
|
#4 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2×7×383 Posts |
Quote:
MM127, a 127 bit exponent, p=170141183460469231731687303715884105727, no factor in TF to ~184.818 bits by various contributors. See http://www.doublemersennes.org/mm127.php, and results and reservations threads in https://mersenneforum.org/forumdisplay.php?f=99 Last fiddled with by kriesel on 2020-07-06 at 15:26 |
|
|
|
|
|
|
#5 | |
|
Mar 2019
2×89 Posts |
Quote:
|
|
|
|
|
|
|
#6 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
250008 Posts |
|
|
|
|
|
|
#7 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
All potential factors (of interest) are of form 2*k*M127+1 and prime, -- so the same program that checks for MM127 divisors with minor changes could have been used. (Perhaps on GPU).
Only a fraction of 10^15 k values to test (after prime sieve). f = 2604917257456100 * 2 * M127+1 |
|
|
|
|
|
#8 |
|
"Jeppe"
Jan 2016
Denmark
101010002 Posts |
Nice factor!
The New Mersenne conjecture is rather silly, but it holds for small numbers, and it is maybe unlikely that large numbers will satisfy just two of the three criteria. It would be fun if MM127 were a counterexample, of course, but nobody thinks so. /JeppeSN |
|
|
|
|
|
#9 |
|
Oct 2019
5·19 Posts |
Yes, it's found by trial division. I modified the original mmff (with minor change) to factor this kind of "Mersenne plus two"("Wagstaff Mersenne") number. (WM31, WM61, WM89, WM107, WM127)
Here is the source file. The usage is just like that of mmff, but change the format of "MMFactor" in worktodo.txt to "WMFactor". Example: Code:
WMFactor=89,1e15,1.5e15 Last fiddled with by Fan Ming on 2020-07-07 at 03:52 |
|
|
|
|
|
#10 | |
|
Oct 2019
5×19 Posts |
Quote:
|
|
|
|
|
|
|
#11 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224058 Posts |
Off-topic messages were moved to their own thread (in the blogorrhea area)
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MM127 | Stan | Miscellaneous Math | 34 | 2015-06-19 03:24 |
| Is MM127 a PRP? | aketilander | Operazione Doppi Mersennes | 6 | 2012-10-31 16:02 |
| MM127 | antimath | Lone Mersenne Hunters | 12 | 2012-01-11 03:46 |
| MM127 | Dougal | LMH > 100M | 26 | 2009-12-13 09:57 |
| MM127 Checkout Page | clowns789 | Lone Mersenne Hunters | 44 | 2004-09-30 08:06 |