OFFSET
1,1
COMMENTS
For almost all n, that is for a set of density 1, a(n) = a(n-1), and in all cases a(n) <= a(n-1) + 4. - Charles R Greathouse IV, Aug 27 2014
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..10000
Andrew R. 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*10 ], {n, 1, 66}] (* Robert G. Wilson v *)
PROG
(PARI) a(n)=primepi(10*n) \\ Charles R Greathouse IV, Aug 27 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited and corrected by Robert G. Wilson v, Jan 29 2003
STATUS
approved