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.

A119553 Binomial(binomial(2*n,n)*n^2,n).

Original entry on oeis.org

1, 2, 276, 955860, 65212649320, 82571843488838760, 1880695497510691320340728, 754603377505528950689544452061864, 5254517954094415196615118245270696186523600
Offset: 0

Views

Author

Zerinvary Lajos, May 30 2006

Keywords

Crossrefs

Cf. A002736.

Programs

  • Maple
    [seq (binomial(binomial(2*n,n)*n^2,n),n=0..10)];