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.

Showing 1-4 of 4 results.

A085667 Decimal expansion of e^e^e^e.

Original entry on oeis.org

2, 3, 3, 1, 5, 0, 4, 3, 9, 9, 0, 0, 7, 1, 9, 5, 4, 6, 2, 2, 8, 9, 6, 8, 9, 9, 1, 1, 0, 1, 2, 1, 3, 7, 6, 6, 6, 3, 3, 2, 0, 1, 7, 4, 2, 8, 9, 6, 3, 5, 1, 6, 8, 2, 3, 2, 8, 0, 0, 5, 4, 5, 4, 6, 8, 1, 8, 0, 7, 9, 4, 3, 6, 6, 4, 2, 4, 9, 7, 3, 1, 4, 8, 5, 7, 3, 0, 6, 6, 6, 1, 3, 2, 1, 4, 0, 7, 6, 7
Offset: 1656521

Views

Author

N. J. A. Sloane, Jul 15 2003

Keywords

Examples

			2.331504399007195462289689911012137666332017428963... * 10^1656520
		

Crossrefs

Programs

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

A073231 Decimal expansion of (1/e)^(1/e)^(1/e).

Original entry on oeis.org

5, 0, 0, 4, 7, 3, 5, 0, 0, 5, 6, 3, 6, 3, 6, 8, 4, 0, 5, 4, 5, 1, 3, 4, 9, 0, 1, 3, 3, 7, 9, 0, 4, 5, 7, 2, 8, 0, 3, 4, 5, 3, 2, 1, 5, 3, 4, 2, 2, 8, 3, 0, 0, 6, 4, 9, 7, 9, 0, 9, 3, 5, 2, 7, 8, 3, 7, 5, 7, 3, 2, 1, 1, 6, 2, 6, 1, 4, 3, 3, 4, 4, 3, 5, 1, 0, 6, 5, 0, 8, 2, 6, 5, 0, 9, 6, 5, 7, 5, 8, 9, 9, 3, 4
Offset: 0

Views

Author

Rick L. Shepherd, Jul 22 2002

Keywords

Examples

			0.50047350056363684054513490133...
		

Crossrefs

Cf. A001113 (e), A068985 (1/e), A072364 ((1/e)^(1/e)), A030178 (limit of (1/e)^(1/e)^...^(1/e)), A073232 (((1/e)^(1/e))^(1/e)), A073227 (e^e^e).

Programs

  • Mathematica
    With[{c=1/E},RealDigits[c^c^c,10,120][[1]]] (* Harvey P. Dale, Jul 16 2025 *)
  • PARI
    exp(-1)^exp(-1)^exp(-1)

A202949 Decimal expansion of (e^e)^(e^e), where e=exp(1).

Original entry on oeis.org

7, 7, 6, 4, 8, 6, 5, 1, 7, 9, 1, 5, 8, 0, 8, 4, 5, 7, 3, 8, 2, 6, 2, 7, 0, 7, 2, 1, 4, 4, 8, 0, 1, 1, 1, 2, 6, 9, 8, 1, 3, 7, 3, 8, 7, 4, 0, 8, 9, 3, 7, 3, 3, 3, 6, 1, 0, 9, 8, 0, 2, 3, 7, 7, 6, 5, 6, 2, 9, 9, 8, 3, 3, 8, 8, 7, 4, 6, 9, 6, 4, 8, 1, 7, 9, 2, 5, 8, 5, 4, 7, 2, 2, 8, 9
Offset: 18

Views

Author

M. F. Hasler, Dec 26 2011

Keywords

Examples

			776486517915808457.38262707214480111269813738740893733361098023776562998338874696481792585472289...
		

Crossrefs

Cf. A073226, A073227, A073228, A085667, A181180, A073232. - M. F. Hasler, Dec 26 2011

Programs

  • Mathematica
    RealDigits[#^#&/@(E^E),10,120][[1]] (* Harvey P. Dale, Aug 31 2023 *)
  • PARI
    default(realprecision,99); t=exp(1); t=t^t; t=t^t

Formula

Showing 1-4 of 4 results.