[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A075726
a(n) = Pi * n^2 rounded off.
2
0, 3, 13, 28, 50, 79, 113, 154, 201, 254, 314, 380, 452, 531, 616, 707, 804, 908, 1018, 1134, 1257, 1385, 1521, 1662, 1810, 1963, 2124, 2290, 2463, 2642, 2827, 3019, 3217, 3421, 3632, 3848, 4072, 4301, 4536, 4778, 5027
OFFSET
0,2
COMMENTS
If only integers are allowed in computations, a(n) gives the sequence of areas of circles in order of increasing radii.
LINKS
MATHEMATICA
Round[Table[Pi * n^2, {n, 0, 40}]]
CROSSREFS
Sequence in context: A192535 A002304 A117516 * A296776 A074498 A041035
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Oct 03 2002
STATUS
approved