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.

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

Original entry on oeis.org

2, 1, -2, 4, -7, 10, -10, 0, 35, -125, 325, -725, 1451, -2639, 4355, -6435, 8255, -8567, 5863, -455, 910, -40105, 210418, -733447, 2085525, -5200299, 11748373, -24416951, 46909837, -82930835, 132479945, -182029055, 182029055, 1, -670853985, 2480588545
Offset: 1

Views

Author

Clark Kimberling, Jun 06 2019

Keywords

Comments

Differs from A325745 in first term only.

Crossrefs

Programs

  • Mathematica
    Table[First[Differences[Table[Floor[n*GoldenRatio^2], {n, 0, 50}], n]], {n, 1, 50}]