A062134 Triangle of coefficients of polynomials (rising powers) useful for convolutions of A001333(n+1), n >= 0 (associated Pell numbers).
1, 2, 0, 8, 24, 16, 336, 832, 576, 128, 12480, 28480, 23680, 8960, 1280, 481920, 1208832, 1167360, 552960, 130560, 12288, 22786560, 61834752, 65709056, 35911680, 10895360, 1763328, 118784, 1280885760, 3645444096
Offset: 0
Examples
Triangle begins: {1}; {2,0}; {8,24,16}; {336,832,576,128}; ... pPL1(1,n) = 1+2*n. pPL2(1,n) = 2. PL(1; n) = A054459(n) = ((1+2*n)*PL(n+1)+PL(n))/4.
Comments