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!)
A064516 Numbers k such that pi(k^2) is prime. 1
2, 6, 17, 28, 33, 34, 40, 41, 43, 50, 53, 54, 57, 59, 60, 69, 75, 76, 79, 97, 100, 107, 109, 110, 111, 113, 119, 127, 137, 142, 157, 161, 178, 198, 202, 232, 238, 246, 262, 263, 267, 273, 276, 282, 287, 300, 302, 306, 317, 322, 335, 339, 341, 344, 348, 353, 365 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) pi(x, c=0) = forprime(p=2, x, c++); c for(n=1, 1000, if(isprime(pi(n^2)), print1(n, " ")))
(PARI) { n=0; default(primelimit, 3500000000); for (m=1, 10^9, if (isprime(primepi(m^2)), write("b064516.txt", n++, " ", m); if (n==1000, break)) ) } \\ Harry J. Smith, Sep 17 2009
CROSSREFS
Cf. A000720.
Sequence in context: A105146 A076660 A024310 * A001441 A204450 A037261
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Oct 07 2001
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 May 8 09:56 EDT 2024. Contains 372332 sequences. (Running on oeis4.)