A080127 Number of primes less than n*10^18.
24739954287740860, 48645161281738535, 72254704797687083, 95676260903887607, 118959989688273472, 142135049412622144, 165220513980969424, 188229829247429504, 211172979243258278
Offset: 1
Keywords
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..100
- Thomas R. Nicely, Some Results of Computational Research in Prime Numbers [See local copy in A007053]
Crossrefs
Programs
-
PARI
a(n)=primepi(10^18*n) \\ Charles R Greathouse IV, Apr 29 2015