OFFSET
0,4
COMMENTS
Answer to question of how to extend the sequence 1, 2 r, Pi r^2, 4 Pi r^3 / 3, Pi^2 r^4 / 2, ...
Surface area of n-dimensional sphere of radius r is n*V_n*r^(n-1).
REFERENCES
J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, p. 9, Eq. 17.
Dusko Letic, Nenad Cakic, Branko Davidovic and Ivana Berkovic, Orthogonal and diagonal dimension fluxes of hyperspherical function, Advances in Difference Equations 2012, 2012:22; http://www.advancesindifferenceequations.com/content/2012/1/22. - From N. J. A. Sloane, Sep 04 2012
LINKS
Eric Weisstein's World of Mathematics, Hypersphere
Eric Weisstein's World of Mathematics, Ball
Eric Weisstein's World of Mathematics, Four-Dimensional Geometry
FORMULA
(n/2)! if n even, n!! if n odd.
EXAMPLE
Sequence of C_n's begins 1, 2, 1, 4/3, 1/2, 8/15, 1/6, 16/105, 1/24, 32/945, 1/120, 64/10395, ...
MATHEMATICA
f[n_] := Pi^(n/2 - Floor[n/2])/(n/2)!; Table[ Denominator[ f[n]], {n, 0, 30} ]
CROSSREFS
KEYWORD
nonn,frac,changed
AUTHOR
N. J. A. Sloane, Jul 31 2002
STATUS
approved