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.

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

Original entry on oeis.org

-3, 0, 0, 1, -4, 10, -20, 36, -64, 120, -239, 484, -946, 1716, -2794, 3872, -3872, 1, 14160, -52478, 143716, -345400, 767976, -1613128, 3226257, -6148960, 11119030, -18874260, 29414650, -39955040, 39955040, 1, -151615948, 575723786, -1611404740, 3936821260
Offset: 1

Views

Author

Clark Kimberling, May 20 2019

Keywords

Comments

Inverse binomial transform of A121384 (values negated). - R. J. Mathar, Jun 17 2019

Crossrefs

Cf. A325664.

Programs

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