A080124 Number of primes less than n*10^15.
29844570422669, 58478215681891, 86688602810119, 114630988904000, 142377417196364, 169969662554551, 197434994078331, 224792606318600, 252056733453928, 279238341033925, 306346140642929, 333387204489157
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^15*n) \\ Charles R Greathouse IV, Apr 29 2015