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.

A166337 a(n)=(2n+0^n)*C(4n,2n).

Original entry on oeis.org

1, 12, 280, 5544, 102960, 1847560, 32449872, 561632400, 9617286240, 163352435400, 2756930576400, 46290177201840, 773942488394400, 12893881856650704, 214163336821292320, 3547937446945842720
Offset: 0

Views

Author

Paul Barry, Oct 12 2009

Keywords

Comments

The aerated sequence gives the central coefficients in number triangle A166335.

Programs

  • Mathematica
    Join[{1},Table[(2n)*Binomial[4n,2n],{n,20}]] (* Harvey P. Dale, Jan 21 2015 *)

Formula

D-finite with recurrence (2*n-1)*(n-1)*a(n) -2*(4*n-1)*(4*n-3)*a(n-1)=0. - R. J. Mathar, Feb 27 2023