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.

A126448 Column 2 of triangle A126445; a(n) = C( C(n+4,3) - 4, n).

Original entry on oeis.org

1, 6, 120, 4495, 270725, 24040016, 2967205528, 487444845680, 103073959989495, 27319423696620550, 8881600973913295056, 3478625214672347911080, 1616770762998304775695925, 880246034121663208464847200
Offset: 0

Views

Author

Paul D. Hanna, Dec 27 2006

Keywords

Crossrefs

Programs

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