A092743 Decimal expansion of Pi^(-3).
0, 3, 2, 2, 5, 1, 5, 3, 4, 4, 3, 3, 1, 9, 9, 4, 8, 9, 1, 8, 4, 4, 2, 2, 0, 5, 2, 6, 8, 8, 5, 6, 3, 6, 8, 8, 5, 9, 3, 0, 6, 3, 3, 3, 6, 1, 4, 7, 4, 7, 8, 0, 7, 6, 7, 3, 4, 5, 8, 1, 7, 2, 2, 2, 1, 5, 5, 8, 4, 0, 6, 1, 7, 9, 4, 4, 9, 5, 4, 8, 9, 5, 3, 8, 2, 2, 5, 4, 1, 4, 8, 0, 9, 5, 6, 5, 5, 2, 0, 0, 3, 7, 2, 6, 4
Offset: 0
Examples
0.0322515344331994...
Programs
-
Mathematica
Join[{0},RealDigits[Pi^-3,10,120][[1]]] (* Harvey P. Dale, Oct 10 2012 *)