A038820 Number of primes less than n*10^11.
4118054813, 8007105059, 11818439135, 15581005657, 19308136142, 23007501786, 26684074310, 30341383527, 33981987586, 37607912018, 41220703418, 44821651132, 48411812843, 51992079337, 55563209929, 59125832286
Offset: 1
Keywords
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..10000
- Tomás Oliveira e Silva, Tables of values of pi(x) and of pi2(x)
- Andrew R. Booker, The Nth Prime Page
Crossrefs
Programs
-
Mathematica
Table[ PrimePi[ n*10^11 ], {n, 1, 18}]
-
PARI
a(n)=primepi(10^11*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited and extended by Robert G. Wilson v, Jan 29 2003