A183067 G.f.: A(x) = Sum_{n>=0} (4n)!/n!^4 * x^(2n)/(1-2*x)^(4n+1).
1, 2, 28, 248, 3976, 52112, 850144, 13032896, 217878616, 3594283952, 61577419168, 1056910842176, 18485891235904, 325146542386304, 5781811796793088, 103413141115923968, 1863085674077321176, 33737014083314312624
Offset: 0
Keywords
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.