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.

A325752 First term of n-th difference sequence of (floor(r*k)), r = log(3), k >= 0.

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -11, 66, -286, 1001, -3003, 8008, -19448, 43758, -92378, 184757, -352737, 646877, -1145837, 1971882, -3321890, 5541965, -9324315, 16231215, -30045015, 60090031, -129024511, 290305576, -665732936, 1523150156, -3431847188
Offset: 1

Views

Author

Clark Kimberling, Jun 07 2019

Keywords

Crossrefs

Programs

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