A006514 Primes p such that 2^p - 1 has at most 2 prime factors.
2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 37, 41, 59, 61, 67, 83, 89, 97, 101, 103, 107, 109, 127, 131, 137, 139, 149, 167, 197, 199, 227, 241, 269, 271, 281, 293, 347, 373, 379, 421, 457, 487, 521, 523, 607, 727, 809, 881, 971, 983, 997, 1061, 1063
Offset: 1
Keywords
References
- J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 2nd edition, 1985; and later supplements.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Links
- J. Brillhart et al., Factorizations of b^n +- 1, Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.
- S. S. Wagstaff, Jr., The Cunningham Project
Programs
-
Mathematica
Select[Prime[Range[100]],PrimeOmega[2^#-1]<3&] (* Harvey P. Dale, Nov 11 2011 *)
Extensions
More terms from Sean A. Irvine, May 04 2017
Edited by Max Alekseyev, Apr 23 2019
Comments