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.

A014610 Tetranacci numbers arising in connection with current algebras sp(2)_n.

Original entry on oeis.org

3, 5, 10, 19, 37, 71, 137, 264, 509, 981, 1891, 3645, 7026, 13543, 26105, 50319, 96993, 186960, 360377, 694649, 1338979, 2580965, 4974970, 9589563, 18484477, 35629975, 68678985, 132383000, 255176437, 491868397, 948106819, 1827534653, 3522686306, 6790196175
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    LinearRecurrence[{1, 1, 1, 1}, {3, 5, 10, 19}, 29] (* Jean-François Alcover, Feb 24 2019 *)
  • PARI
    my(p=Mod('x,'x^4-'x^3-'x^2-'x-1)); a(n) = -subst(lift(p^(n+7)),'x,-1); \\ Kevin Ryde, May 03 2021

Formula

G.f.: (3+2x+2x^2+x^3)/(1-x-x^2-x^3-x^4).