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.

A325733 First term of n-th difference sequence of (floor(k*r)), r = 1/2 + sqrt(2), k >= 0.

Original entry on oeis.org

1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 0, 11, -77, 363, -1364, 4367, -12375, 31823, -75581, 167959, -352715, 705431, -1352078, 2496167, -4457699, 7728759, -13055444, 21572459, -35072309, 56663099, -92561039, 157073279, -286097759, 572195518, -1251677664
Offset: 1

Views

Author

Clark Kimberling, May 20 2019

Keywords

Crossrefs

Cf. A325664. Inverse binomial transform of A137803.

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[(1/2+Sqrt[2])*n], {n, 0, 50}], n]], {n, 1, 50}]