A118243 Triangle generated from Pell polynomials.
1, 1, 2, 1, 3, 5, 1, 4, 10, 12, 1, 5, 17, 33, 29, 1, 6, 26, 72, 109, 70, 1, 7, 37, 135, 305, 360, 169, 1, 8, 50, 228, 701, 1292, 1189, 408, 1, 9, 65, 357, 1405, 3640, 5473, 3927, 985, 1, 10, 82, 528, 2549, 8658, 18901, 23184, 12970, 2378, 1, 11, 101, 747, 4289
Offset: 0
Examples
First few rows of the triangle: 1; 1, 2; 1, 3, 5; 1, 4, 10, 12; 1, 5, 17, 33, 29; 1, 6, 26, 72, 109, 70; ... Deleting first row of the A073133 array, the generating array of the triangle is 1, 2, 5, 12, 29, ... 1, 3, 10, 33, 109, ... 1, 4, 17, 72, 305, 1292, ... 1, 5, 26, 135, 701, 3640, ... ... By rows starting N = 2,3,... the generators of the array are a(k) = N(k-1)+ (k-2) (a generalized Fibonacci operation). Thus row (N=3) = 1, 3, 10, 33, ... Columns of the array are generated from the terms of A038137 considered as Pell polynomials (analogous to the Fibonacci polynomials): (1); (x + 1); (x^2 + 2x + 2); (x^3 + 3x^2 + 5x + 3); (x^4 + 4x^3 + 9x^2 + 10x + 5); and so on, where coefficient sums = the Pell numbers (1, 2, 5, 12, 29, ...). k-th column of the triangle (offset T(0,0)) is generated from f(x), k-th degree Pell polynomial. For example, T(4,3)= 33, = f(2) using x^3 + 3x^2 + 5x + 3 = (8+12+10+3) = 33.
Formula
Triangle, antidiagonals of the array in A073133, deleting the first row (Fibonacci numbers). Columns are generated as f(x) from the Pell polynomials (analogous to the Fibonacci polynomials).
Comments