A080126 Number of primes less than n*10^17.
2623557157654233, 5153329362645908, 7650011911220803, 10125681208311322, 12585956566571620, 15034102021263820, 17472251499627256, 19901908567967065, 22324189231374849, 24739954287740860
Offset: 1
Keywords
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..1000
- 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^17*n) \\ Charles R Greathouse IV, Apr 29 2015