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-1 of 1 results.

A202953 Decimal expansion of x^x with x=Pi^Pi.

Original entry on oeis.org

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

Views

Author

M. F. Hasler, Dec 26 2011

Keywords

Examples

			887455172183124295874631455225434602688412866765466125005.158854842801290205563781894793427...
		

Crossrefs

Cf. A073233 (Pi^Pi), A073234 (Pi^Pi^Pi), A073235 ((Pi^Pi)^Pi), A202949 ((e^e)^(e^e)).

Programs

  • Mathematica
    With[{x=Pi^Pi},RealDigits[x^x,10,120][[1]]] (* Harvey P. Dale, Dec 31 2011 *)
  • PARI
    p(x)=x^x /* then type p(p(Pi)) */
Showing 1-1 of 1 results.