A092746 Decimal expansion of Pi^(-6).
0, 0, 1, 0, 4, 0, 1, 6, 1, 4, 7, 3, 2, 9, 5, 8, 5, 2, 2, 9, 6, 0, 8, 9, 8, 3, 7, 6, 3, 4, 9, 1, 4, 2, 0, 5, 4, 3, 1, 6, 9, 4, 4, 1, 4, 3, 0, 2, 6, 3, 1, 3, 2, 9, 9, 7, 9, 7, 2, 8, 8, 2, 5, 8, 2, 5, 3, 2, 8, 5, 7, 4, 1, 1, 7, 8, 2, 5, 0, 6, 6, 0, 5, 7, 9, 9, 8, 9, 3, 0, 7, 4, 5, 7, 9, 7, 1, 3, 8, 0, 1, 2, 2, 2, 6
Offset: 0
Examples
0.00104016147329585229...
Programs
-
Maple
evalf(1/Pi^6,100) ; # R. J. Mathar, May 12 2025
-
Mathematica
Join[{0,0},RealDigits[Pi^-6,10,120][[1]]] (* Harvey P. Dale, Aug 16 2016 *)