A073234 Decimal expansion of Pi^(Pi^Pi).
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
Examples
1340164183006357435.29744912964...
References
- Christopher Creutzig & Walter Oevel, MuPAD Tutorial. Berlin: Springer-Verlag (2004): 339.
Links
- Harry J. Smith, Table of n, a(n) for n = 19..20000
Crossrefs
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