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.

A128554 Column 4 of triangle A128545; a(n) is the coefficient of q^(4n+16) in the central q-binomial coefficient [2n+8,n+4].

Original entry on oeis.org

1, 7, 39, 155, 526, 1555, 4192, 10465, 24620, 55038, 117966, 243723, 487842, 949446, 1802547, 3346632, 6089910, 10881277, 19121293, 33091141, 56466398, 95105255, 158256685, 260386761, 423932473, 683409993, 1091521679, 1728156294
Offset: 0

Views

Author

Paul D. Hanna, Mar 10 2007

Keywords

Crossrefs

Programs

  • PARI
    a(n)=polcoeff(prod(j=n+5,2*n+8,1-q^j)/prod(j=1,n+4,1-q^j),4*n+16,q)