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!)
A322615 Nearest integer to 4*Pi*n^2. 1
0, 13, 50, 113, 201, 314, 452, 616, 804, 1018, 1257, 1521, 1810, 2124, 2463, 2827, 3217, 3632, 4072, 4536, 5027, 5542, 6082, 6648, 7238, 7854, 8495, 9161, 9852, 10568, 11310, 12076, 12868, 13685, 14527, 15394, 16286, 17203, 18146, 19113, 20106, 21124, 22167 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Surface area of a sphere of radius n, rounded to the nearest integer.
LINKS
MAPLE
a:=n->4*Pi*n^2: seq(round(a(n)), n=0..45); # Muniru A Asiru, Dec 20 2018
PROG
(PARI) a(n) = round(4*Pi*n^2)
CROSSREFS
Sequence in context: A294520 A189054 A231947 * A209995 A050410 A121991
KEYWORD
nonn
AUTHOR
Felix Fröhlich, Dec 20 2018
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 August 3 20:33 EDT 2024. Contains 374905 sequences. (Running on oeis4.)