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.

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

Original entry on oeis.org

2, 1, -2, 4, -7, 10, -10, 1, 26, -80, 161, -242, 242, 1, -730, 2188, -4376, 6580, -6733, 1140, 13718, -32945, 18920, 158356, -851599, 2896920, -8097220, 20058301, -45540944, 96506230, -193012459, 367077448, -667617643, 1166803110, -1968991970, 3225375253
Offset: 1

Views

Author

Clark Kimberling, May 15 2019

Keywords

Crossrefs

Programs

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