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.

A331094 Decimal expansion of Pi^Pi - e^e.

Original entry on oeis.org

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

Views

Author

Ahmad J. Masad, Jan 08 2020

Keywords

Examples

			21.30789736572864758123039575006221176...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Pi^Pi - Exp[E], 10, 100][[1]] (* Amiram Eldar, Jan 09 2020 *)
  • PARI
    Pi^Pi - exp(exp(1)) \\ Michel Marcus, Jan 09 2020