A091029 Signed array used for numerators of generating functions of the column sequences of array A090452.
1, 3, -2, 2, 6, -9, 3, 15, 0, -24, 18, -4, 5, 69, -75, -20, 60, -30, 5, 63, 217, -462, 225, 80, -120, 45, -6, 14, 462, 300, -1848, 1785, -525, -210, 210, -63, 7, 252, 2460, -1809, -4932, 8428, -5208, 1050, 448, -336, 84, -8, 42, 2556, 9747, -18775, -2655, 28296, -28182, 12726, -1890, -840, 504, -108, 9
Offset: 2
Examples
[1]; [3,-2]; [2,6,-9,3]; [15,0,-24,18,-4]; ... P(3,x)=3-2*x; P(5,x)=15-24*x^2+18*x^3-4*x^4.
Links
- W. Lang, First 9 rows.
Formula
a(m, k)=[x^k]P(m, x), with P(m, x) := ((1-x)^(2*m-3))*G(m, x)/x^ceiling(m/2) and the G(m, x) satisfy the hypergeometric differential difference eq. given in A090452.
Comments