login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261791 The integer part of the surface area of the 4-dimensional sphere of radius n. 0
19, 157, 532, 1263, 2467, 4263, 6770, 10106, 14389, 19739, 26272, 34109, 43367, 54164, 66619, 80851, 96978, 115119, 135391, 157913, 182804, 210183, 240166, 272874, 308425, 346936, 388526, 433315, 481419, 532958 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
2*Pi^2*n^3 - surface area of the 4-dimensional sphere of radius n.
LINKS
Eric Weisstein's World of Mathematics, Hypersphere
Eric Weisstein's World of Mathematics, Floor Function
Wikipedia, N-sphere
FORMULA
a(n) = floor(2*Pi^2*n^3).
a(n) = floor(2*Pi^2*A000578(n)).
MATHEMATICA
Table[Floor[2 Pi^2 n^3], {n, 1, 30}]
PROG
(PARI) a(n) = floor(2*Pi^2*n^3) \\ Charles R Greathouse IV, Sep 18 2015
CROSSREFS
Sequence in context: A302352 A301398 A141923 * A302124 A217215 A159682
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 01 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)