login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096358 Integer part of the third nesting of the logarithmic integral of 10^n. 0
3, 7, 17, 52, 207, 999, 5537, 33753, 220283, 1513863, 10833986, 80107339, 608461893, 4726899406, 37431060563, 301327400284, 2460711991071, 20348626872625, 170149288404678, 1436870810843313 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

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

PROG

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

CROSSREFS

Sequence in context: A181419 A090977 A014144 * A146147 A153758 A079634

Adjacent sequences:  A096355 A096356 A096357 * A096359 A096360 A096361

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 30 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.