A038814 Number of primes less than 100000n.
9592, 17984, 25997, 33860, 41538, 49098, 56543, 63951, 71274, 78498, 85714, 92938, 100021, 107126, 114155, 121127, 128141, 135072, 142029, 148933, 155805, 162662, 169511, 176302, 183072, 189880, 196645, 203362, 210109, 216816, 223492, 230209
Offset: 1
Keywords
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)
Crossrefs
Programs
-
Mathematica
Table[ PrimePi[ n*10^5 ], {n, 1, 30}]
-
PARI
a(n)=primepi(10^5*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited and extended by Robert G. Wilson v, Jan 29 2003