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

First term of n-th difference sequence of (floor(r*k)), r = (3+sqrt(5))/2, k >= 0.
2

%I #4 Jun 06 2019 22:00:51

%S 2,1,-2,4,-7,10,-10,0,35,-125,325,-725,1451,-2639,4355,-6435,8255,

%T -8567,5863,-455,910,-40105,210418,-733447,2085525,-5200299,11748373,

%U -24416951,46909837,-82930835,132479945,-182029055,182029055,1,-670853985,2480588545

%N First term of n-th difference sequence of (floor(r*k)), r = (3+sqrt(5))/2, k >= 0.

%C Differs from A325745 in first term only.

%H Clark Kimberling, <a href="/A325747/b325747.txt">Table of n, a(n) for n = 1..200</a>

%t Table[First[Differences[Table[Floor[n*GoldenRatio^2], {n, 0, 50}], n]], {n, 1, 50}]

%Y Cf. A001950, A001622, A325745.

%K easy,sign

%O 1,1

%A _Clark Kimberling_, Jun 06 2019