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.

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

Original entry on oeis.org

0, 1, -1, 1, -2, 6, -16, 36, -71, 126, -201, 276, -276, 0, 1014, -3744, 10179, -24309, 54126, -115614, 240444, -490104, 980209, -1918752, 3658449, -6750224, 11950524, -20058300, 31303782, -43733304, 49586229, -28048799, -67798986, 331797126, -932095976
Offset: 1

Views

Author

Clark Kimberling, Jun 06 2019

Keywords

Crossrefs

Programs

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