A164105 Decimal expansion of Pi^3/6.
5, 1, 6, 7, 7, 1, 2, 7, 8, 0, 0, 4, 9, 9, 7, 0, 0, 2, 9, 2, 4, 6, 0, 5, 2, 5, 1, 1, 1, 8, 3, 5, 6, 5, 8, 6, 7, 0, 3, 7, 5, 4, 8, 0, 9, 4, 3, 1, 4, 1, 8, 4, 6, 1, 5, 6, 9, 0, 7, 5, 6, 3, 5, 0, 6, 3, 4, 3, 9, 9, 1, 5, 2, 9, 1, 0, 9, 5, 1, 0, 0, 6, 2, 6, 1, 1, 1, 6, 8, 3, 8, 7, 6, 7, 1, 4, 7, 6, 9, 8, 8, 3, 8, 3, 5
Offset: 1
Examples
Equals 5.1677127800499700292460525111835658670375480943...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Eric Weisstein, Hypersphere, Wolfram Mathworld.
- Wikipedia, Hypersphere
- Index entries for transcendental numbers
Programs
-
Mathematica
RealDigits[Pi^3/6, 10, 100][[1]] (* G. C. Greubel, Apr 09 2017 *)
-
PARI
Pi^3/6 \\ G. C. Greubel, Apr 09 2017
Comments