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

 


A002101
Nearest integer to 4 * Pi * n^3 / 3.
(Formerly M3653 N1486)
3
0, 4, 34, 113, 268, 524, 905, 1437, 2145, 3054, 4189, 5575, 7238, 9203, 11494, 14137, 17157, 20580, 24429, 28731, 33510, 38792, 44602, 50965, 57906, 65450, 73622, 82448, 91952, 102160, 113097, 124788, 137258, 150533, 164636, 179594, 195432, 212175, 229847
OFFSET
0,2
COMMENTS
Volume of a sphere with radius n (rounded to the nearest integer). - Wesley Ivan Hurt, Jan 28 2014
REFERENCES
H. Gupta, A Table of Values of N_3(t), Proc. National Institute of Sciences of India, 13 (1947), 35-63.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
MAPLE
A002101:=n->round(4 * Pi * n^3/3); seq(A002101(n), n=0..100); # Wesley Ivan Hurt, Jan 28 2014
MATHEMATICA
Table[Round[4 Pi n^3/3], {n, 0, 100}] (* T. D. Noe, May 24 2013 *)
PROG
(PARI) A002101(n)=round(n^3*4*Pi/3) \\ M. F. Hasler, Mar 26 2012
CROSSREFS
Sequence in context: A284812 A053902 A054464 * A241231 A297715 A129557
KEYWORD
nonn,easy
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 12:37 EDT 2024. Contains 376072 sequences. (Running on oeis4.)