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.

A126459 Column 1 of triangle A126457; a(n) = C( C(n+3,3) + 2, n).

Original entry on oeis.org

1, 6, 66, 1540, 66045, 4582116, 470155077, 66983637864, 12655529067060, 3062465626261470, 923729223066105456, 339813167168828020668, 149762733221010818774320, 77904783726874238769542600
Offset: 0

Views

Author

Paul D. Hanna, Dec 27 2006

Keywords

Crossrefs

Programs

  • PARI
    a(n)=binomial((n+1)*(n+2)*(n+3)/3!+2, n)