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

%I #15 Apr 13 2024 14:35:50

%S 2,6,17,28,33,34,40,41,43,50,53,54,57,59,60,69,75,76,79,97,100,107,

%T 109,110,111,113,119,127,137,142,157,161,178,198,202,232,238,246,262,

%U 263,267,273,276,282,287,300,302,306,317,322,335,339,341,344,348,353,365

%N Numbers k such that pi(k^2) is prime.

%H Harry J. Smith, <a href="/A064516/b064516.txt">Table of n, a(n) for n = 1..1000</a>

%o (PARI) pi(x, c=0) = forprime(p=2,x,c++); c for(n=1,1000, if(isprime(pi(n^2)),print1(n," ")))

%o (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

%Y Cf. A000720.

%K easy,nonn,changed

%O 1,1

%A _Jason Earls_, Oct 07 2001

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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)