A366358 G.f. satisfies A(x) = 1/(1 - x) + x/A(x)^3.
1, 2, -5, 40, -319, 2908, -28151, 284908, -2977115, 31875709, -347884084, 3855802690, -43283239649, 491083601339, -5622489637406, 64877058557080, -753705528179423, 8808460811302729, -103487549564845199, 1221565052783161764, -14480208437556590345
Offset: 0
Keywords
Crossrefs
Programs
-
PARI
a(n) = (-1)^(n-1)*sum(k=0, n, binomial(4*k-1, k)*binomial(4*k-1, n-k)/(4*k-1));
Formula
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(4*k-1,k) * binomial(4*k-1,n-k)/(4*k-1).