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

A214861
First differences of round(n*sqrt(5)) (A022848).
1
2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3
OFFSET
1,1
MATHEMATICA
Differences[Table[Round[n*Sqrt[5]], {n, 0, 100}]] (* T. D. Noe, Mar 11 2013 *)
CROSSREFS
Cf. A022848.
Sequence in context: A278966 A374383 A123582 * A037914 A073813 A104517
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Mar 09 2013
EXTENSIONS
Extended by T. D. Noe, Mar 11 2013
STATUS
approved