![]() |
|
|
#12 |
|
Jun 2003
110001011102 Posts |
Cant you use PFGW and find all the primes of this form?
Citrix |
|
|
|
|
|
#13 | |
|
Nov 2003
22·5·373 Posts |
Quote:
We want N= 2^p-1 and N1 = 2^(p-1)(2^p - 1) + 1 to be simultaneously prime. The probability of this is O(1/ ((log N)(log N1))) and the sum over all p converges. It converges fairly rapidly. |
|
|
|
|
|
|
#14 |
|
"Nancy"
Aug 2002
Alexandria
2,467 Posts |
Agreed. For all known Mersenne primes we now know that there aren't any more primes of this form and larger such primes are extremely unlikely. So the answer to the original poster's question is: almost certainly not.
As for the question for an efficient primality proof: since we have the complete factorisation of P(n) by definition of P(n) (for n a Mersenne prime exponent), a simple P-1 primality test will work. Find some integer a so that a[I]P[/I]([I]n[/I])≡1 (mod P(n)+1) and for each p|P(n), a[I]P[/I]([I]n[/I])/[I]p[/I]!≡1 (mod P(n)+1). The test can be further simpified but this is the basic idea. Alex |
|
|
|
|
|
#15 |
|
Feb 2003
2·59 Posts |
I looked for the primes satisfying your equation and for the following primes p (2^p-1)*(2^(p-1))+1 is prime or probable prime:
p in {2,3,13,19,271,601,4729,34039} Tested up to p=67261 As you can see they are quite scarce ... Last fiddled with by flava on 2006-02-25 at 20:01 |
|
|
|
|
|
#16 | |
|
Nov 2003
22×5×373 Posts |
Quote:
expect infinitely many. The original sequence ALSO requires that 2^p-1 is prime. |
|
|
|
|
|
|
#17 | |
|
Feb 2003
11810 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Distribution of Mersenne primes before and after couples of primes found | emily | Math | 34 | 2017-07-16 18:44 |
| Primes in n-fibonacci sequence and n-step fibonacci sequence | sweety439 | And now for something completely different | 17 | 2017-06-13 03:49 |
| Primes in A048788 OEIS Sequence | carpetpool | Miscellaneous Math | 9 | 2017-03-17 22:57 |
| Sequence of primes formation | PawnProver44 | Homework Help | 37 | 2016-03-19 15:43 |
| Will GIMPS Ever Discover Two Primes Out of Sequence? | jinydu | Lounge | 11 | 2009-06-06 16:40 |