A096410 Decimal expansion of (Pi*e)^(-3).
0, 0, 1, 6, 0, 5, 7, 0, 9, 3, 4, 9, 7, 9, 4, 2, 2, 1, 0, 4, 9, 3, 2, 0, 8, 8, 0, 6, 8, 1, 9, 0, 3, 6, 9, 8, 1, 6, 7, 4, 4, 2, 7, 7, 3, 3, 5, 8, 6, 8, 2, 4, 6, 4, 8, 9, 5, 4, 0, 9, 4, 4, 2, 1, 1, 7, 9, 9, 2, 1, 4, 5, 9, 1, 6, 9, 2, 2, 3, 5, 6, 3, 8, 1, 8, 8, 1, 9, 3, 4, 6, 1, 8, 8, 7, 8, 1, 5, 8, 4, 6, 0, 8, 8, 3
Offset: 0
Examples
0.001605709349794221049320880...
Programs
-
Maple
evalf(1/(Pi^3*exp(3))) ;
-
Mathematica
Join[{0,0},RealDigits[(Pi*E)^-3,10,120][[1]]] (* Harvey P. Dale, Aug 19 2020 *)