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.

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

Original entry on oeis.org

2, 1, -1, 1, -1, 0, 5, -20, 55, -125, 251, -462, 803, -1364, 2365, -4367, 8735, -18564, 40409, -87380, 184603, -379049, 758099, -1486674, 2884775, -5592404, 10919089, -21572459, 43144919, -87087000, 176565485, -357913940, 723002335, -1453179125, 2906358250
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}]