OFFSET
1,2
COMMENTS
Conjecture: The difference between successive terms is between 2 and 3.
FORMULA
Li(n) is the logarithmic integral which approximates the number of primes less than n. n Li(n) = Int dt/log(t) 2
PROG
(PARI) for(x=1, 100, print1(floor(10.^x/Li(10^x)-1)", ")) Li(x) = \ Logarithmic integral { -eint1(log(1/x)) }
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Nov 15 2005
STATUS
approved
