OFFSET
1,1
COMMENTS
Volume of the 5-dimensional unit sphere.
For all nonnegative integers n, let V_n be the volume of the n-dimensional unit sphere. If n != 5, then V_n < V_5, this constant (see A072345). - Rick L. Shepherd, Feb 23 2014
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 67.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Eric Weisstein, Hypersphere, Wolfram Mathworld.
Wikipedia, Hypersphere.
EXAMPLE
Equals 5.2637890139143245967117285332672806...
MATHEMATICA
RealDigits[8*Pi^2/15, 10, 100][[1]] (* G. C. Greubel, Apr 09 2017 *)
PROG
(PARI) 8*Pi^2/15 \\ G. C. Greubel, Apr 09 2017
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Aug 10 2009
STATUS
approved