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.

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)