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

A325672
First term of n-th difference sequence of (floor(k*r)), r = sqrt(7), k >= 0.
3
2, 1, -2, 4, -7, 10, -10, 1, 26, -80, 161, -242, 242, 1, -730, 2188, -4376, 6580, -6733, 1140, 13718, -32945, 18920, 158356, -851599, 2896920, -8097220, 20058301, -45540944, 96506230, -193012459, 367077448, -667617643, 1166803110, -1968991970, 3225375253
OFFSET
1,1
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[Sqrt[7]*n], {n, 0, 30}], n]], {n, 0, 50}]
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, May 15 2019
STATUS
approved