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.

A073234 Decimal expansion of Pi^(Pi^Pi).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Jul 25 2002

Keywords

Examples

			1340164183006357435.29744912964...
		

References

  • Christopher Creutzig & Walter Oevel, MuPAD Tutorial. Berlin: Springer-Verlag (2004): 339.

Crossrefs

Cf. A000796 (Pi), A073233 (Pi^Pi), A202955 (Pi^Pi^Pi^Pi), A073236 (Pi^Pi^...^Pi, n times, rounded), A073235 ((Pi^Pi)^Pi), A073241 ((1/Pi)^(1/Pi)^(1/Pi)).

Programs

  • Mathematica
    RealDigits[Pi^Pi^Pi, 10, 100][[1]] (* Alonso del Arte, Jul 03 2012 *)
  • MuPAD
    DIGITS := 100:
    float(PI^(PI^PI)) // from Creutzig & Oevel (2004)
  • PARI
    Pi^Pi^Pi
    
  • PARI
    { default(realprecision, 20100); x=Pi^Pi^Pi/10^18; for (n=19, 20000, d=floor(x); x=(x-d)*10; write("b073234.txt", n, " ", d)); } \\ Harry J. Smith, May 01 2009, corrected May 19 2009, had -n