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

A085672
Decimal expansion of log(1 + log(1 + exp(1))).
1
8, 3, 8, 6, 5, 8, 5, 1, 4, 5, 5, 7, 5, 4, 9, 5, 5, 4, 3, 4, 2, 0, 6, 9, 1, 6, 1, 1, 1, 1, 8, 8, 7, 2, 7, 6, 6, 5, 6, 4, 9, 4, 7, 2, 0, 4, 8, 1, 2, 9, 7, 2, 5, 8, 7, 6, 3, 4, 7, 5, 3, 8, 4, 6, 6, 9, 1, 5, 7, 3, 4, 0, 6, 9, 9, 7, 1, 0, 3, 3, 2, 4, 5, 3, 9, 5, 0, 4, 0, 1, 5, 5, 7, 5, 6, 3, 5, 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, Springer-Verlag, 2001.
MATHEMATICA
RealDigits[Log[1+Log[1+E]], 10, 120][[1]] (* Harvey P. Dale, Apr 03 2013 *)
PROG
(PARI) log(1 + log(1 + exp(1))) \\ Charles R Greathouse IV, Mar 25 2014
CROSSREFS
Sequence in context: A131641 A190408 A343851 * A019866 A006833 A368008
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Jul 15 2003
STATUS
approved