A073228 Decimal expansion of (e^e)^e.
1, 6, 1, 8, 1, 7, 7, 9, 9, 1, 9, 1, 2, 6, 5, 3, 5, 0, 1, 6, 6, 8, 6, 9, 1, 2, 2, 5, 4, 8, 3, 6, 1, 0, 1, 9, 5, 6, 9, 2, 2, 8, 8, 1, 0, 3, 4, 7, 3, 3, 5, 3, 3, 6, 0, 5, 3, 0, 0, 1, 6, 9, 9, 4, 5, 6, 1, 5, 6, 0, 7, 5, 4, 1, 6, 5, 8, 8, 1, 7, 8, 3, 0, 0, 0, 5, 3, 7, 3, 7, 7, 3, 4, 8, 4, 2, 3, 1, 7, 8, 0, 0, 9, 4, 0
Offset: 4
Examples
1618.17799191265350166869122548...
Links
- G. C. Greubel, Table of n, a(n) for n = 4..10000
Crossrefs
Programs
-
Magma
Exp(Exp(1))^Exp(1); // G. C. Greubel, May 29 2018
-
Mathematica
RealDigits[(E^E)^E, 10, 120][[1]] (* Alonso del Arte, Jul 03 2012 *)
-
PARI
exp(exp(1))^exp(1)
Formula
(e^e)^e = e^e^2. - Franklin T. Adams-Watters, Jun 20 2014