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.

A325739 First term of n-th difference sequence of (floor(Pi*k)), k >= 0.

Original entry on oeis.org

3, 0, 0, 0, 0, 0, 0, 1, -8, 36, -120, 330, -792, 1716, -3431, 6420, -11320, 18768, -28764, 38760, -38760, 1, 149204, -571780, 1613128, -3964050, 8934120, -18874260, 37748521, -71705864, 129080160, -218205280, 339081224, -459957168, 459957168, 1, -1749692736
Offset: 1

Views

Author

Clark Kimberling, May 23 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[Pi*n], {n, 0, 50}], n]], {n, 1, 50}]