OFFSET
2,8
COMMENTS
Eventually contains negative terms!
The logarithmic integral is the "American" version starting at 0.
The first crossover (P. Demichel) is expected to be around 1.397162914*10^316. - Daniel Forgues, Oct 29 2011
LINKS
Harry J. Smith, Table of n, a(n) for n = 2..20000
C. Caldwell, How many primes are there?
Patrick Demichel, The prime counting function and related subjects, April 05, 2005, 75 pages.
Eric Weisstein's World of Mathematics, Prime Counting Function
Eric Weisstein's World of Mathematics, Logarithmic Integral
Eric Weisstein's World of Mathematics, Skewes Number
MATHEMATICA
Table[Round[LogIntegral[x]-PrimePi[x]], {x, 2, 100}]
PROG
(PARI) a(n)=round(real(-eint1(-log(n)))-primepi(n)) \\ Charles R Greathouse IV, Oct 28 2011
(Magma) [Round(LogIntegral(n) - #PrimesUpTo(n)): n in [2..105]]; // G. C. Greubel, May 17 2019
(Sage) [round(li(n) - prime_pi(n)) for n in (2..105)] # G. C. Greubel, May 17 2019
CROSSREFS
KEYWORD
sign,look
AUTHOR
STATUS
approved