login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073234 Decimal expansion of Pi^(Pi^Pi). 10
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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
19,2
REFERENCES
Christopher Creutzig & Walter Oevel, MuPAD Tutorial. Berlin: Springer-Verlag (2004): 339.
LINKS
EXAMPLE
1340164183006357435.29744912964...
MATHEMATICA
RealDigits[Pi^Pi^Pi, 10, 100][[1]] (* Alonso del Arte, Jul 03 2012 *)
PROG
(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
(MuPAD) DIGITS := 100:
float(PI^(PI^PI)) // from Creutzig & Oevel (2004)
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)).
Sequence in context: A194587 A175646 A324362 * A123685 A124917 A228550
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Jul 25 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 2 04:48 EDT 2024. Contains 372178 sequences. (Running on oeis4.)