A038817 Number of primes less than n*10^8.
5761455, 11078937, 16252325, 21336326, 26355867, 31324703, 36252931, 41146179, 46009215, 50847534, 55662470, 60454705, 65228333, 69985473, 74726528, 79451833, 84163019, 88862422, 93547928, 98222287, 102886526, 107540122
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^8 ], {n, 1, 22}]
-
PARI
a(n)=primepi(10^8*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited and extended by Robert G. Wilson v, Jan 29 2003