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.

A119576 (n+n^2+n^3)*(binomial(2*n,n)).

Original entry on oeis.org

0, 6, 84, 780, 5880, 39060, 238392, 1369368, 7516080, 39819780, 205079160, 1032047016, 5094629904, 24743027400, 118504436400, 560749834800, 2625519143520, 12179090862180, 56029885342200, 255864364648200
Offset: 0

Views

Author

Zerinvary Lajos, May 31 2006

Keywords

Crossrefs

Programs

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