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.

A119554 Binomial(binomial(2*n,n)*n^3,n).

Original entry on oeis.org

1, 2, 1128, 26098380, 16761736856480, 258364978850258443800, 87778710681918385888581120144, 621514851092921197874844123833872380600, 88158804906625037415769350785106269545224676306560
Offset: 0

Views

Author

Zerinvary Lajos, May 30 2006

Keywords

Crossrefs

Cf. A005429.

Programs

  • Maple
    [seq (binomial(binomial(2*n,n)*n^3,n),n=0..10)];
  • Mathematica
    Table[Binomial[Binomial[2n,n]n^3,n],{n,0,10}] (* Harvey P. Dale, Jun 07 2015 *)