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!)
A210639 Nearest integer to (4/3)*Pi*n^(3/2). 4
0, 4, 12, 22, 34, 47, 62, 78, 95, 113, 132, 153, 174, 196, 219, 243, 268, 294, 320, 347, 375, 403, 432, 462, 492, 524, 555, 588, 621, 654, 688, 723, 758, 794, 830, 867, 905, 943, 981, 1020, 1060, 1100, 1140, 1181, 1223, 1264, 1307, 1350, 1393, 1437, 1481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Approximates the volume of the ball { (x,y,z) | x^2+y^2+z^2 < n }. Provides a more refined scale than A002101(n) = a(n^2).
LINKS
MATHEMATICA
Table[Round[4/3*Pi* n^(3/2)], {n, 0, 50}] (* Harvey P. Dale, Aug 04 2020 *)
PROG
(PARI) a(n)=round(4/3*Pi*n^1.5)
CROSSREFS
Cf. A000092 and references therein.
Sequence in context: A047956 A301228 A171762 * A301260 A301185 A002440
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 26 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)