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.

A089883 Expansion of (1-4*x+6*x^2-3*x^3)/((1-3*x)*(1-2*x)*(1-3*x+x^2)).

Original entry on oeis.org

1, 4, 16, 60, 214, 736, 2464, 8082, 26092, 83188, 262582, 822144, 2557120, 7910050, 24357580, 74720436, 228485158, 696795712, 2120116768, 6438264498, 19518937516, 59091592564, 178675498006, 539694923520, 1628691435904, 4911230068546, 14799559211404
Offset: 0

Views

Author

N. J. A. Sloane, Jan 18 2004

Keywords

Comments

I did not study this paper carefully, but it appears that this g.f. might be wrong and the correct version should be that in A089932.

Programs

  • Mathematica
    LinearRecurrence[{8, -22, 23, -6}, {1, 4, 16, 60}, 27] (* Jean-François Alcover, Jan 07 2019 *)