login
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