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.

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

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -22, 253, -2024, 12650, -65780, 296010, -1184040, 4292145, -14307150, 44352165, -129024480, 354817320, -927983760, 2319959400, -5567902560, 12875774670, -28781143380, 62359143990
Offset: 1

Views

Author

Clark Kimberling, Jun 05 2019

Keywords

Crossrefs

Programs

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