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”).

A085675
Decimal expansion of log(1 + log(1 + log(1 + log(1 + Pi)))).
0
4, 9, 0, 7, 3, 1, 5, 0, 2, 7, 2, 7, 5, 8, 1, 8, 2, 9, 5, 1, 5, 8, 8, 9, 1, 9, 7, 1, 6, 3, 6, 5, 1, 7, 1, 3, 0, 8, 7, 0, 6, 1, 8, 3, 7, 2, 6, 6, 2, 6, 5, 1, 8, 8, 3, 6, 4, 8, 0, 7, 5, 1, 3, 7, 3, 9, 1, 0, 7, 9, 9, 4, 7, 6, 6, 8, 9, 6, 7, 6, 0, 9, 5, 2, 1, 3, 8, 1, 4, 4, 6, 1, 0, 0, 2, 2, 0, 2, 0
OFFSET
0,1
LINKS
J. Blanck, Exact real arithmetic systems: results of competition, pp. 389-393 of J. Blanck et al., eds., Computability and Complexity in Analysis (CCA 2000), Lect. Notes Computer Science 2064/2001.
MATHEMATICA
RealDigits[Log[1+Log[1+ Log[1+Log[1+Pi]]]], 10, 120][[1]] (* Harvey P. Dale, Jun 24 2015 *)
PROG
(PARI) log(1 + log(1 + log(1 + log(1 + Pi)))) \\ Charles R Greathouse IV, Apr 01 2014
CROSSREFS
Sequence in context: A070016 A243372 A020802 * A254133 A303984 A336308
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Jul 15 2003
STATUS
approved