A122834 Primes in the new Mersenne conjecture; odd primes of the form 2^k+-1 or 4^k+-3.
3, 5, 7, 13, 17, 19, 31, 61, 67, 127, 257, 1021, 4093, 4099, 8191, 16381, 65537, 65539, 131071, 262147, 524287, 1048573, 4194301, 16777213, 268435459, 1073741827, 2147483647, 2305843009213693951, 19342813113834066795298819
Offset: 1
Keywords
References
- R. K. Guy, Unsolved Problems in Number Theory, Section A3.
Links
- Gord Palameta, Table of n, a(n) for n = 1..40
- P. T. Bateman, J. L. Selfridge, and S. S. Wagstaff, Jr., The New Mersenne Conjecture, Amer. Math. Monthly 96, 125-128, 1989.
- John Renze and Eric Weisstein's World of Mathematics, MathWorld: New Mersenne Prime Conjecture.
Crossrefs
Programs
-
Mathematica
nn=100; Union[Select[1+2^Range[16],PrimeQ], Select[ -1+2^Range[2nn],PrimeQ], Select[3+4^Range[nn],PrimeQ], Select[ -3+4^Range[nn],PrimeQ]]
Comments