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.

A183067 G.f.: A(x) = Sum_{n>=0} (4n)!/n!^4 * x^(2n)/(1-2*x)^(4n+1).

Original entry on oeis.org

1, 2, 28, 248, 3976, 52112, 850144, 13032896, 217878616, 3594283952, 61577419168, 1056910842176, 18485891235904, 325146542386304, 5781811796793088, 103413141115923968, 1863085674077321176, 33737014083314312624
Offset: 0

Views

Author

Paul D. Hanna, Dec 22 2010

Keywords

Crossrefs

Programs

  • PARI
    {a(n)=polcoeff(sum(m=0,n,(4*m)!/m!^4*x^(2*m)/(1-2*x+x*O(x^n))^(4*m+1)),n)}

Formula

Row sums of triangle A183065.