This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A325745 #7 Jun 17 2019 11:55:17 %S A325745 1,1,-2,4,-7,10,-10,0,35,-125,325,-725,1451,-2639,4355,-6435,8255, %T A325745 -8567,5863,-455,910,-40105,210418,-733447,2085525,-5200299,11748373, %U A325745 -24416951,46909837,-82930835,132479945,-182029055,182029055,1,-670853985,2480588545 %N A325745 First term of n-th difference sequence of (floor(r*k)), r = (1+sqrt(5))/2, k >= 0. %H A325745 Clark Kimberling, <a href="/A325745/b325745.txt">Table of n, a(n) for n = 1..200</a> %t A325745 Table[First[Differences[Table[Floor[GoldenRatio*n], {n, 0, 50}], n]], {n, 2, 50}] %Y A325745 Cf. A001622, A325664. Inverse binomial transform of A000201. %K A325745 easy,sign %O A325745 1,3 %A A325745 _Clark Kimberling_, Jun 06 2019