The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087933 Primes p such that pi(2^k) = p, for some k > 1. 0
2, 11, 31, 97, 12251, 564163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is greater than pi(2^86).
The prime terms in A007053. - Jinyuan Wang, Aug 26 2019
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 2 15:24 EDT 2024. Contains 373040 sequences. (Running on oeis4.)