cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A073228 Decimal expansion of (e^e)^e.

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Jul 22 2002

Keywords

Examples

			1618.17799191265350166869122548...
		

Crossrefs

Cf. A001113 (e), A073226 (e^e), A073227 (e^e^e), A073231 ((1/e)^(1/e)^(1/e)), A073232 (((1/e)^(1/e))^(1/e)).

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