|
| |
|
|
A075727
|
|
a(n) = 2 Pi * n rounded off.
|
|
0
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
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 * A135274 A189378 A022388
Adjacent sequences: A075724 A075725 A075726 * A075728 A075729 A075730
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 03 2002
|
| |
|
|