login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Integer part of the third nesting of the logarithmic integral of 10^n.
0

%I #3 Oct 01 2013 17:58:01

%S 3,7,17,52,207,999,5537,33753,220283,1513863,10833986,80107339,

%T 608461893,4726899406,37431060563,301327400284,2460711991071,

%U 20348626872625,170149288404678,1436870810843313

%N Integer part of the third nesting of the logarithmic integral of 10^n.

%F Let Li(n) = logarithmic integral of n. a(n) = Li(Li(Li(n)))

%o (PARI) \p 100 f(n) = for(x=1,n,print1(floor(Li(Li(Li(10^x))))",")) Li(x) = { -eint1(log(1/x)) }

%K nonn

%O 1,1

%A _Cino Hilliard_, Jun 30 2004