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.

A119552 Binomial(binomial(2*n,n)*n,n).

Original entry on oeis.org

1, 2, 66, 34220, 250654530, 26255517781752, 40219012695854521452, 915602638690858051785326904, 313119156483427472599890586326722370, 1620758891081732168210880572699959520551984700
Offset: 0

Views

Author

Zerinvary Lajos, May 30 2006

Keywords

Crossrefs

Cf. A005430.

Programs

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