A092744 Decimal expansion of 1/Pi^4.
0, 1, 0, 2, 6, 5, 9, 8, 2, 2, 5, 4, 6, 8, 4, 3, 3, 5, 1, 8, 9, 1, 5, 2, 7, 8, 3, 2, 6, 7, 1, 1, 8, 6, 9, 4, 1, 4, 1, 8, 2, 7, 8, 0, 1, 8, 5, 3, 6, 3, 8, 2, 6, 2, 7, 1, 8, 1, 6, 8, 0, 3, 5, 4, 7, 1, 9, 7, 3, 6, 6, 2, 6, 7, 5, 5, 5, 1, 9, 2, 0, 2, 4, 9, 0, 7, 2, 3, 8, 1, 9, 2, 9, 5, 2, 9, 0, 4, 9, 0, 5, 6, 2, 7, 1
Offset: 0
Examples
0.010265982254684335...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for transcendental numbers
Programs
-
Mathematica
Join[{0},RealDigits[Pi^-4,10,120][[1]]] (* Harvey P. Dale, Jan 25 2013 *)
-
PARI
1/Pi^4 \\ Charles R Greathouse IV, Feb 28 2013