Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064516
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064516 Numbers n such that pi(n^2) is prime. +0
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; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROGRAM

(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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 17 2009]

CROSSREFS

Cf. A000720.

Sequence in context: A069014 A105146 A024310 this_sequence A001441 A037261 A072077

Adjacent sequences: A064513 A064514 A064515 this_sequence A064517 A064518 A064519

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 07 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research