login
A325747
First term of n-th difference sequence of (floor(r*k)), r = (3+sqrt(5))/2, k >= 0.
2
2, 1, -2, 4, -7, 10, -10, 0, 35, -125, 325, -725, 1451, -2639, 4355, -6435, 8255, -8567, 5863, -455, 910, -40105, 210418, -733447, 2085525, -5200299, 11748373, -24416951, 46909837, -82930835, 132479945, -182029055, 182029055, 1, -670853985, 2480588545
OFFSET
1,1
COMMENTS
Differs from A325745 in first term only.
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[n*GoldenRatio^2], {n, 0, 50}], n]], {n, 1, 50}]
CROSSREFS
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, Jun 06 2019
STATUS
approved