![]() |
|
|
#12 |
|
Feb 2013
716 Posts |
Yes, Aketilander ,Thanks...
|
|
|
|
|
|
#13 |
|
Feb 2013
7 Posts |
Sorry , My question may be misunderstood for someone , my question in tcl scripting clearly is
set x 3 while { $x > 0} { set x [expr POWER(2,$x) -1] puts "$x is a prime number ? " } |
|
|
|
|
|
#14 |
|
Feb 2013
716 Posts |
Hi Aketilander,
Double mersenne number is only 2 levels of POWER of 2. I am thinking for more than 2 (may be infinite levels) , it is always a prime number MMp : Double mersenne number... MMMMM...p is always a prime number ? Regards, Mastan |
|
|
|
|
|
#15 | ||
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
Quote:
Quote:
2^2-1 = M2 = 3 is prime. 2^3-1 = M3 = MM2 = 7 is prime. 2^7-1 = M7 = MMM2 = 127 is prime. 2^127-1 = M127 = MMMM2 is prime. Is MM127 = MMMMM2 a prime? For a natural number n and prime p, define M(p, n) = the nth iterated Mersenne number starting with p, such that M(p, 3) = MMMp. Is M(2, n) prime for all n >= 1? There is (as yet) no reason to believe that these numbers have a better chance to be prime than a "random" Mersenne number with a prime exponent. Since Mersenne primes are so few and far between, it is conjectured that MM127 (and M(2, n) for "almost all" n >4) are composite. With our current knowledge of mathematics and computational power though, we have no way to prove it one way or the other. aketilander is looking for a factor of MM127, which would undoubtedly prove its compositeness. There has been much discussion of these questions -- try Googling "double mersenne numbers" or "iterated mersenne numbers". Watch your 'f's there. You're saying contradictory things if those double 'f's are to be interpreted "properly". Last fiddled with by Dubslow on 2013-02-05 at 21:56 |
||
|
|
|
|
|
#16 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
165678 Posts |
|
|
|
|
|
|
#17 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
224318 Posts |
It will take one factor to destroy this chain (proving MM127 composite and all of the rest of the chain), and this factor will in a few years be found (most experts agree).
|
|
|
|
|
|
#18 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
Quote:
|
|
|
|
|
|
|
#19 |
|
Nov 2003
1D2416 Posts |
|
|
|
|
|
|
#20 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
19·397 Posts |
|
|
|
|
|
|
#21 |
|
∂2ω=0
Sep 2002
República de California
19·613 Posts |
Hey, George, I'll bet you never contemplated using Tcl or Python to implement your LL software, you dinosaur. No wonder it took so long to find the latest M-prime! Sheesh...
|
|
|
|
|
|
#22 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
I used 'a few' very, very generously.
I agree that it could be ...erhhhm... a while! (Found a better meaningless term! :-) |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| (M48) NEW MERSENNE PRIME! LARGEST PRIME NUMBER DISCOVERED! | dabaichi | News | 571 | 2020-10-26 11:02 |
| Number of distinct prime factors of a Double Mersenne number | aketilander | Operazione Doppi Mersennes | 1 | 2012-11-09 21:16 |
| Estimating the number of prime factors a number has | henryzz | Math | 7 | 2012-05-23 01:13 |
| New prime number? | inthevoid2 | Information & Answers | 3 | 2008-09-29 23:27 |
| When do I know if the number is prime? | uniqueidlondon | Software | 1 | 2003-05-17 16:57 |