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
Clark Kimberling, Table of n, a(n) for n = 0..1000
MATHEMATICA
Round[Table[Pi * n^2, {n, 0, 40}]]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Oct 03 2002
STATUS
approved