cp's OEIS Frontend

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.

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

Original entry on oeis.org

1, 0, 1, -3, 6, -9, 9, 0, -27, 81, -161, 231, -165, -363, 2079, -6435, 16071, -35343, 70686, -130339, 222717, -352715, 515944, -692967, 849299, -950455, 996435, -1042415, 1042415, 0, -6926040, 36515985, -137544209, 436316441, -1233171500, 3195484765
Offset: 1

Views

Author

Clark Kimberling, Jun 07 2019

Keywords

Crossrefs

Cf. A003511.

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[m*(1+Sqrt[3])/2], {m, 0, n}], n]], {n, 1, 50}]