mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2003-12-16, 02:23   #12
jinydu
 
jinydu's Avatar
 
Dec 2003
Hopefully Near M48

2×3×293 Posts
Default

"The next four, MM13, MM17, MM19 and MM31 have known factors. And that's the extent of our knowledge."

So there goes the hope that all double Mersennes are prime. But MM127 is more than a double Mersenne, its a quintuple Mersenne. So maybe there is hope...
jinydu is offline   Reply With Quote
Old 2004-06-22, 02:08   #13
Terrence Law
 
May 2004

4A16 Posts
Default

Quote:
Originally Posted by philmoore
As noted on Chris Caldwell's webpage linked by nfortino, and also on Will Edgington's status page for iterated Mersenne numbers:
http://www.garlic.com/~wedgingt/MMPstats.txt,
Landon Curt Noll has already checked all possible factors of this number less than 1.02*10^51. If you are really serious about looking for factors of MM127, I would suggest a distributed effort, similar to the distributed effort Tony Forbes has organized for MM61. These numbers seem to be tough, and I would guess that the best chance for finding a factor of one of these numbers lies with MM89, MM107, or MM127.
But I found a factor for (MM61+2)/3, which equals to (2^(2^61-1)+1)/3 equals to (2^2305843009213693951+1)/3

The actual factor is 576*(2^61-1)+1 equals to 1328165573307087715777.

Last fiddled with by Terrence Law on 2004-06-22 at 02:09
Terrence Law is offline   Reply With Quote
Old 2004-06-22, 02:10   #14
Terrence Law
 
May 2004

2·37 Posts
Default

Quote:
Originally Posted by ewmayer
MM31 already has 3 known factors. Tony Forbes' code is extremely efficient, and will work on MM89, MM127 etc., not just on MM61.

Viewed statistically, any of these numbers will only have a chance ~50-60% of having a factor small enough to be found via sieve-based factoring. That means that if a small factor is not found for them, we may never know the status of colossi like MM61, MM89, MM127 without some radical breakthrough in factoring algorithms or the mathematical theory of the Mersennes. Even quantum computing will likely not work on such large numbers, because the sheer number of qubits in each (and AFAIK know QC needs to deal with the entire number, which is one big one disadvantage it has over simple sieving) is so large.
How about trying to verify the New Mersenne Conjecture for MM61?
Terrence Law is offline   Reply With Quote
Old 2004-06-23, 00:25   #15
Terrence Law
 
May 2004

2×37 Posts
Default Learning About The Tantalizing And Frustrating Pattern Full Of Repeated Primes.

Quote:
Originally Posted by jinydu
"The next four, MM13, MM17, MM19 and MM31 have known factors. And that's the extent of our knowledge."

So there goes the hope that all double Mersennes are prime. But MM127 is more than a double Mersenne, its a quintuple Mersenne. So maybe there is hope...
All right. Let's make it into 2^(2^(2^...)-1)-1)-1)-1, a centuple Mersenne, which is C104 or C113 for testing. Assuming that all the lower terms are prime, keep testing higher, this tantalizing sequence.

Last fiddled with by Terrence Law on 2004-06-23 at 00:26
Terrence Law is offline   Reply With Quote
Old 2004-06-23, 00:28   #16
Terrence Law
 
May 2004

10010102 Posts
Default

Quote:
Originally Posted by jinydu
I know this sounds obvious, but:

M(2) = (2^2)-1 = 3 Prime
M(3) = (2^3)-1 = 7 Prime
M(7) = (2^7)-1 = 127 Prime
M(127) is prime according to Mathematica 5.0
Also M(M(127)) is prime, according to the museum and the compiling library and the C++ computer procedures.

M(M(M(127))) is prime, according to the tables and the enabling cookies of the computer disk.
Terrence Law is offline   Reply With Quote
Old 2004-06-23, 01:02   #17
Axel Fox
 
Axel Fox's Avatar
 
May 2003

25×3 Posts
Default To nfortino

Sorry to reply to a message so early in this thread, but I think you have a slight misconception one of your messages

MM127 = M(2^127 - 1) = 2(2^127 - 1) - 1

which is not the same as

2^(2^127) - 2

because this is definately not prime. Since 2^(2^127) is a power of 2 and is therefor an even number, so is 2^(2^127) - 2 and this means that 2 is a factor of 2^(2^127) - 2

MM127 is actually (2^(2^127))/2 - 1
Axel Fox is offline   Reply With Quote
Old 2004-06-23, 01:58   #18
nfortino
 
nfortino's Avatar
 
Nov 2003

101001012 Posts
Default

Quote:
Originally Posted by Axel Fox
Sorry to reply to a message so early in this thread, but I think you have a slight misconception one of your messages

MM127 = M(2^127 - 1) = 2(2^127 - 1) - 1

which is not the same as

2^(2^127) - 2

because this is definately not prime. Since 2^(2^127) is a power of 2 and is therefor an even number, so is 2^(2^127) - 2 and this means that 2 is a factor of 2^(2^127) - 2

MM127 is actually (2^(2^127))/2 - 1
Your statements are true (besides a ^ missing in the first expression), but I was actually making my comment based on the fact that 2^(2^127)-2=2*(MM(127)). Since factors of the form 2kp+1 are odd, any factor of that form dividing 2^(2^127)-2 must divide MM(127). I should point out that my statement that exploiting this fact would allow faster factoring is probably false, as it requires 126 squarings as opposed to 125 squarings and 125 multiplications by 2 for the direct method. I don't remember the logic I used to come to my original statement, but it was probably faulty.
nfortino is offline   Reply With Quote
Old 2004-06-23, 02:36   #19
Axel Fox
 
Axel Fox's Avatar
 
May 2003

25×3 Posts
Default

Ah, ok. Now I understand.

Sorry for the typo in my first line and the misunderstanding on my part.
Axel Fox is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mersenne Primes p which are in a set of twin primes is finite? carpetpool Miscellaneous Math 3 2017-08-10 13:47
Distribution of Mersenne primes before and after couples of primes found emily Math 34 2017-07-16 18:44
Conjecture about Mersenne primes and non-primes v2 Mickey1 Miscellaneous Math 1 2013-05-30 12:32
A conjecture about Mersenne primes and non-primes Unregistered Information & Answers 0 2011-01-31 15:41
possible primes (real primes & poss.prime products) troels munkner Miscellaneous Math 4 2006-06-02 08:35

All times are UTC. The time now is 19:23.


Fri Jul 16 19:23:46 UTC 2021 up 49 days, 17:11, 1 user, load averages: 2.06, 2.40, 2.52

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.