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.

A334673 a(n) = 23*a(n-1) - a(n-2) + 1 for n > 1, a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 24, 552, 12673, 290928, 6678672, 153318529, 3519647496, 80798573880, 1854847551745, 42580695116256, 977501140122144, 22439945527693057, 515141245996818168, 11825808712399124808, 271478459139183052417, 6232178751488811080784, 143068632825103471805616
Offset: 0

Views

Author

Francesca Arici, Sep 11 2020

Keywords

Crossrefs

Cf. A004253, A004254, A030221, A097778 (first differences).
Cf. A212336 for more sequences with g.f. of the type 1/(1-k*x+k*x^2-x^3).

Programs

  • Mathematica
    CoefficientList[Series[x/((1 - x) (x^2 - 23 x + 1)), {x, 0, 18}], x] (* Michael De Vlieger, Apr 07 2021 *)

Formula

a(n) = A004254(n)*A004254(n+1)/5 = A160695(n+1)/5.
G.f.: x/((1-x)*(x^2-23*x+1)). - Alois P. Heinz, Sep 11 2020
From Klaus Purath, Jun 18 2025: (Start)
a(n) = (A004253(n+1)^2 - 1) / 15.
a(n) = (A030221(n)^2 - 1) / 35.
a(n) + a(n+1) = A004253(n+1)^2. (End)

Extensions

a(13)-a(14) corrected and more terms added by Alois P. Heinz, Sep 11 2020