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).
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
MAPLE
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
KEYWORD
nonn,easy
AUTHOR
STATUS
approved