A038818 Number of primes less than n*10^9.
50847534, 98222287, 144449537, 189961812, 234954223, 279545368, 323804352, 367783654, 411523195, 455052511, 498388617, 541555851, 584570200, 627440336, 670180516, 712799821, 755305935, 797703398, 840000027, 882206716, 924324489
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^9 ], {n, 1, 22}]
-
PARI
a(n)=primepi(10^9*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited and extended by Robert G. Wilson v, Jan 29 2003