OFFSET
1,1
REFERENCES
D. M. Y Sommerville, An Introduction to the Geometry of n dimensions, Dover Publications (1958), pages 136-137.
LINKS
Wikipedia, Hypersphere.
Dominika Závacká, Cristina Dalfó, and Miquel Angel Fiol, Integer sequences from k-iterated line digraphs, CEUR: Proc. 24th Conf. Info. Tech. - Appl. and Theory (ITAT 2024) Vol 3792, 156-161. See p. 161, Table 2.
FORMULA
Let v(n) = Pi^(n/2)/Gamma(n/2+1) be the volume of the n-dimensional unit sphere and s(n) = 2*Pi^(n/2)/Gamma(n/2) be its surface content. Then a(n) = floor(s(n)-v(n+1)-v(n+2)).
a(n) = 0 for n >= 19. - G. C. Greubel, Feb 06 2021
MATHEMATICA
Table[Floor[ (Pi^(n/2)/2)*( (n*(n+2)-2*Pi)/Gamma[n/2 +2] - 2*Sqrt[Pi]/Gamma[(n+3)/2])], {n, 50}] (* G. C. Greubel, Feb 06 2021 *)
CROSSREFS
KEYWORD
sign,less
AUTHOR
Roger L. Bagula, Feb 08 2006; corrected Feb 08 2006
EXTENSIONS
Signs reintroduced by R. J. Mathar, Jul 23 2012
STATUS
approved
