A139314 Primes of the form 2^(2p - 1) - 1, where p is prime.
7, 31, 8191, 2305843009213693951
Offset: 1
Keywords
Links
- Michel Marcus, Table of n, a(n) for n = 1..5
- Wikipedia, Mersenne prime
Crossrefs
Programs
-
Magma
[a: p in PrimesUpTo(4200) | IsPrime(a) where a is 2^(2*p-1)-1]; // Vincenzo Librandi, Dec 14 2010
Comments