A073401 Coefficient triangle of polynomials (rising powers) related to convolutions of A001045(n+1), n >= 0, (generalized (1,2)-Fibonacci). Companion triangle is A073402.
1, 30, 9, 1050, 531, 63, 44520, 29610, 6165, 405, 2245320, 1789614, 502821, 59454, 2511, 131891760, 120133692, 41182344, 6686631, 517104, 15309, 8862693840, 8966770308, 3559509360, 714174327, 76790673, 4214349, 92583
Offset: 0
Examples
k=2: U2(n)=((30+9*n)*(n+1)*U0(n+1)+(33+9*n)*(n+2)*2*U0(n))/(2*9^2), cf. A073372. 1; 30,9; 1050,531,63; ... (lower triangular matrix a(k,m), k >= m >= 0, else 0).
Links
- Sean A. Irvine, Table of n, a(n) for n = 0..989
- Wolfdieter Lang, First 7 rows.
Formula
Recursion for row polynomials defined in the comments: p(k, n)= (n+2)*p(k-1, n+1)+4*(n+2*(k+1))*p(k-1, n)+2*(n+3)*q(k-1, n+1); q(k, n)= (n+1)*p(k-1, n+1)+4*(n+2*(k+1))*q(k-1, n), k >= 1. [Corrected by Sean A. Irvine, Nov 25 2024]
Comments