login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A087933
Primes p such that pi(2^k) = p, for some k > 1.
0
2, 11, 31, 97, 12251, 564163
OFFSET
1,1
COMMENTS
The next term is greater than pi(2^86).
The prime terms in A007053. - Jinyuan Wang, Aug 26 2019
PROG
(PARI) lista(nn) = {for (n=1, nn, if (isprime(k=primepi(2^n)), print1(k, ", ")); ); } \\ Michel Marcus, Aug 26 2019
CROSSREFS
Cf. A007053.
Sequence in context: A106847 A092761 A296733 * A190259 A190261 A000755
KEYWORD
nonn,more
AUTHOR
Cino Hilliard, Oct 27 2003
STATUS
approved