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

A073232
Decimal expansion of ((1/e)^(1/e))^(1/e).
4
8, 7, 3, 4, 2, 3, 0, 1, 8, 4, 9, 3, 1, 1, 6, 6, 4, 2, 9, 8, 9, 0, 3, 2, 3, 4, 8, 6, 6, 2, 5, 3, 8, 2, 0, 5, 2, 6, 2, 5, 4, 0, 9, 7, 8, 5, 8, 3, 3, 5, 9, 6, 7, 5, 0, 5, 6, 2, 1, 9, 4, 2, 1, 4, 8, 0, 1, 4, 3, 1, 6, 3, 8, 3, 1, 5, 1, 5, 0, 1, 8, 7, 4, 5, 1, 1, 7, 0, 9, 6, 3, 2, 5, 5, 2, 4, 6, 7, 1, 3, 2, 9, 2, 4
OFFSET
0,1
EXAMPLE
0.87342301849311664298903234866...
MATHEMATICA
RealDigits[((1/E)^(1/E))^(1/E), 10, 120][[1]] (* Harvey P. Dale, Apr 21 2011 *)
PROG
(PARI) This shorter statement is equivalent to (exp(-1)^exp(-1))^exp(-1): exp(-exp(-2))
CROSSREFS
Cf. A001113 (e), A068985 (1/e), A072364 ((1/e)^(1/e)), A073231 ((1/e)^(1/e)^(1/e)), A073228 ((e^e)^e), A073227 (e^e^e).
Sequence in context: A244684 A201742 A019764 * A257581 A182499 A358943
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Jul 22 2002
STATUS
approved