Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A006598
Numbers n such that 2^(2n+1) - 2^(n+1) + 1 is a prime.
(Formerly M3098)
3
1, 3, 23, 36, 39, 56, 75, 83, 119, 120, 176, 183, 228, 683, 1520
OFFSET
1,2
COMMENTS
These numbers satisfy A100014(n)=2. - Michel Marcus, Mar 07 2013
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
MATHEMATICA
Do[ If[ PrimeQ[ 2^(2n + 1) - 2^(n + 1) + 1 ], Print[n] ], {n, 1, 4000} ]
CROSSREFS
Cf. A007670.
Indices of primes in A092440. For the actual primes see A325914.
Sequence in context: A133213 A368691 A138465 * A245623 A106892 A370601
KEYWORD
nonn
STATUS
approved