A080123 Number of primes less than n*10^14.
3204941750802, 6270424651315, 9287441600280, 12273824155491, 15237833654620, 18184255291570, 21116208911023, 24035890368161, 26944926466221, 29844570422669, 32735816605908, 35619471693548
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)
Crossrefs
Programs
-
PARI
a(n)=primepi(10^14*n) \\ Charles R Greathouse IV, Apr 29 2015