A038819 Number of primes less than n*10^10.
455052511, 882206716, 1300005926, 1711955433, 2119654578, 2524038155, 2925699539, 3325059246, 3722428991, 4118054813, 4512105232, 4904759399, 5296138250, 5686326158, 6075437956, 6463533937, 6850690633, 7236978160
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^10 ], {n, 1, 18}]
-
PARI
a(n)=primepi(10^10*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited and extended by Robert G. Wilson v, Jan 29 2003