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.

A059484 Triangle T(n,k) = coefficient of x^n*y^k in 1/(1-x*y-x*y^2-x^2*y^3), read by rows in order 00, 10, 01, 20, 11, 02, ...

Original entry on oeis.org

1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

N. J. A. Sloane, Feb 04 2001

Keywords

Crossrefs

Row sums: A079973.

Programs

  • Maple
    read transforms; 1/(1-x*y-x*y^2-x^2*y^3); SERIES2(%,x,y,12): SERIES2TOLIST(%,x,y,12);