A092736 Decimal expansion of Pi^8.
9, 4, 8, 8, 5, 3, 1, 0, 1, 6, 0, 7, 0, 5, 7, 4, 0, 0, 7, 1, 2, 8, 5, 7, 5, 5, 0, 3, 9, 0, 6, 7, 6, 5, 7, 9, 6, 6, 9, 7, 1, 7, 9, 4, 7, 1, 6, 4, 1, 0, 8, 2, 6, 9, 2, 1, 1, 0, 0, 9, 1, 4, 1, 5, 0, 6, 6, 9, 0, 8, 9, 0, 1, 8, 3, 1, 3, 7, 6, 2, 9, 6, 0, 3, 5, 4, 6, 4, 3, 2, 7, 0, 1, 8, 9, 1, 5, 1, 2, 7, 1, 2, 6, 7, 4
Offset: 4
Examples
9488.53101607057400712857550390676579669717947164108269211009141506690890...
Links
Programs
-
Magma
R:= RealField(100); (Pi(R))^8; // G. C. Greubel, Mar 09 2018
-
Maple
evalf(Pi^8,100); # Wesley Ivan Hurt, Jan 28 2017
-
Mathematica
RealDigits[Pi^8, 10, 100][[1]] (* G. C. Greubel, Mar 09 2018 *)
-
PARI
Pi^8 \\ Charles R Greathouse IV, Jan 29 2017