A061186 Staircase of coefficients of polynomials used for column g.f.s of triangle A060923.
1, 1, 1, 1, 11, -11, 4, 1, 30, -6, -23, 12, 1, 58, 123, -278, 193, -72, 16, 1, 95, 565, -715, -145, 601, -360, 80, 1, 141, 1590, 89, -5226, 6441, -3659, 1260, -336, 64, 1, 196, 3549, 6797, -22099, 12369, 9156, -15791, 9492
Offset: 0
Examples
{1}; {1,1}; {1,11,-11,4}; ...; pLe(2,x)= 1+11*x-11*x^2+4*x^3.
Crossrefs
A061187 (companion staircase).
Formula
a(n, m)=sum(((-9/2)^j*binomial(n, 2*j)*sum((-3/2)^(k-m)*binomial(n-2*j, k)*binomial(2*j, m-k-j), k=max(0, (m-3*j))..(n-2*j))), j=0..floor(n/2)), 0<= m <= n+floor(n/2); else 0.
Comments