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.

A325737 First term of n-th difference sequence of (floor(3e*k)), k >= 0.

Original entry on oeis.org

8, 0, 0, 0, 0, 0, 1, -7, 28, -84, 210, -462, 925, -1729, 3094, -5460, 9828, -18564, 37128, -77519, 164710, -347984, 719719, -1444170, 2796248, -5200299, 9230104, -15459444, 23888319, -32317194, 32317194, 0, -124040423, 476768435, -1358719271, 3407426841
Offset: 1

Views

Author

Clark Kimberling, May 23 2019

Keywords

Crossrefs

Cf. A325664.

Programs

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