A038821 Number of primes less than n*10^12.
37607912018, 73301896139, 108340298703, 142966208126, 177291661649, 211381427039, 245277688804, 279010070811, 312600354108, 346065536839, 379418886337, 412671294782, 445831610611, 478907544860, 511905471132
Offset: 1
Keywords
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..10000
- 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)
- Andrew R. Booker, The Nth Prime Page
Crossrefs
Programs
-
Mathematica
Table[ PrimePi[ n*10^12 ], {n, 1, 15}]
-
PARI
a(n)=primepi(10^12*n) \\ Charles R Greathouse IV, Apr 29 2015
Extensions
Edited, corrected and extended by Robert G. Wilson v, Jan 29 2003