A118244 Triangle, rows = inverse binomial transforms of sequences generated from the Pell polynomials.
1, 2, 1, 5, 5, 2, 12, 21, 18, 6, 29, 80, 116, 84, 24, 70, 290, 642, 774, 480, 120
Offset: 0
Examples
Row 3 of the triangle = (5, 5, 2), = inverse binomial transform of column 3 of A118243: (5, 10, 17, 26, 37...). Example: 17 = 1*2 + 1*5 + 2*5 = 2 + 5 + 10. First few rows of the triangle are: 1; 2, 1; 5, 5, 2; 12, 21, 18, 6; 29, 80, 116, 84, 24; 70, 290, 642, 774, 480, 120; ...
Formula
n-th row of the triangle = inverse binomial transform of n-th column of A118243.
Comments