login
A075727
a(n) = 2 Pi * n rounded off.
1
0, 6, 13, 19, 25, 31, 38, 44, 50, 57, 63, 69, 75, 82, 88, 94, 101, 107, 113, 119, 126, 132, 138, 145, 151, 157, 163, 170, 176, 182, 188, 195, 201, 207, 214, 220, 226, 232, 239, 245, 251
OFFSET
1,2
COMMENTS
If only integers are allowed in computations, a(n) gives the sequence of circumferences of circles in order of increasing radii.
MATHEMATICA
Round[Table[2 Pi * n, {n, 0, 40}]]
CROSSREFS
Sequence in context: A094696 A095911 A013575 * A246306 A135274 A189378
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Oct 03 2002
STATUS
approved