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 April 18 06:12 EDT 2024. Contains 371769 sequences. (Running on oeis4.)