A073406 Coefficient triangle of polynomials (rising powers) related to convolutions of A002605(n), n>=0, (generalized (2,2)-Fibonacci). Companion triangle is A073405.
2, 36, 12, 1056, 672, 96, 43968, 40416, 10752, 864, 2396160, 2815488, 1051776, 156672, 8064, 161879040, 226492416, 105981696, 22125312, 2121984, 76032, 13044326400, 20766633984, 11446769664, 2995605504
Offset: 0
Examples
k=2: U2(n)=2*((36+12*n)*(n+1)*U0(n+1)+(36+12*n)*(n+2)*U0(n))/(2!*12^2), cf. A073389. 2; 36,12; 1056,672,96; ... (lower triangular matrix a(k,m), k >= m >= 0, else 0).
Links
- W. Lang, First 7 rows.
Formula
Recursion for row polynomials defined in the comments: p(k, n)= 2*((n+2)*p(k-1, n+1)+2*(n+2*(k+1))*p(k-1, n)+(n+3)*q(k-1, n+1)); q(k, n)= 4*((n+1)*p(k-1, n+1)+(n+2*(k+1))*q(k-1, n)), k >= 1. [Corrected by Sean A. Irvine, Nov 25 2024]
Comments