OFFSET
1,1
LINKS
Vladimir Pletser, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Prime Counting Function
Eric Weisstein's World of Mathematics, Logarithmic Integral
FORMULA
a(n) = round(Li( 10^n)-Li(3)).
MAPLE
seq(round(evalf(integrate(1/log(t), t=3..10^n))), n=1..1000);
MATHEMATICA
Table[Round[LogIntegral[10^n]-LogIntegral[3]], {n, 30}] (* Harvey P. Dale, Aug 24 2022 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Pletser, Mar 16 2013
STATUS
approved