OFFSET
1,1
REFERENCES
Fred W. Helenius (fredh(AT)ix.netcom.com), posting to newsgroup rec.puzzles, Dec. 1997.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..10000
A. Booker, The Nth Prime Page
Thomas R. Nicely, Some Results of Computational Research in Prime Numbers [See local copy in A007053]
Tomás Oliveira e Silva, Tables of values of pi(x) and of pi2(x)
MATHEMATICA
Table[ PrimePi[ n*100 ], {n, 55}] (* Robert G. Wilson v, Jan 29 2003 *)
PROG
(Macsyma) for n:1 through 50 do print(prime_pi(100*n));
(PARI) a(n)=primepi(100*n) \\ Charles R Greathouse IV, Apr 28 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Chris Cole (chris(AT)questrel.com)
STATUS
approved