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.

A325675 First term of n-th difference sequence of (floor(k*r)), r = -sqrt(8), k >= 0.

Original entry on oeis.org

-3, 0, 0, 0, 0, 1, -6, 21, -56, 126, -252, 463, -804, 1365, -2366, 4368, -8736, 18565, -40410, 87381, -184604, 379050, -758100, 1486675, -2884776, 5592405, -10919090, 21572460, -43144920, 87087001, -176565486, 357913941, -723002336, 1453179126, -2906358251
Offset: 1

Views

Author

Clark Kimberling, May 15 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[-Sqrt[8]*n], {n, 0, 30}], n]], {n, 0, 50}]