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”).

A063459
A Beatty sequence: a(n) = floor(n*(Pi - 1)).
1
0, 2, 4, 6, 8, 10, 12, 14, 17, 19, 21, 23, 25, 27, 29, 32, 34, 36, 38, 40, 42, 44, 47, 49, 51, 53, 55, 57, 59, 62, 64, 66, 68, 70, 72, 74, 77, 79, 81, 83, 85, 87, 89, 92, 94, 96, 98, 100, 102, 104, 107, 109, 111, 113, 115, 117, 119, 122, 124, 126, 128, 130
OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..1000 (term 0 added by Ivan Panchenko)
MATHEMATICA
Table[Floor[n (Pi - 1)], {n, 0, 61}] (* Ivan Panchenko, Nov 11 2013 *)
PROG
(PARI) a(n) = floor(n*(Pi - 1)) [Ivan Panchenko, Nov 13 2013]
CROSSREFS
Beatty complement of A063460.
Sequence in context: A247430 A329832 A329939 * A186329 A062417 A240114
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 25 2001
EXTENSIONS
a(0) from Ivan Panchenko, Nov 11 2013
STATUS
approved