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

A325665
First term of n-th difference sequence of (floor(k*r)), r = -sqrt(2), k >= 0.
2
-2, 1, -2, 4, -8, 16, -31, 56, -91, 126, -126, 1, 449, -1624, 4249, -9499, 18998, -34356, 55453, -75734, 70889, 26334, -379050, 1352079, -3713651, 9000226, -20136807, 42409969, -84819938, 161567266, -292710631, 501416816, -801992971, 1167081366, -1453179126
OFFSET
1,1
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[-Sqrt[2]*n], {n, 0, 50}], n]], {n, 1, 50}]
CROSSREFS
Sequence in context: A193384 A325844 A049903 * A325843 A024739 A359689
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, May 12 2019
STATUS
approved