A061188 Triangle of coefficients of polynomials (rising powers) useful for convolutions of A000032(n+1), n >= 0 (Lucas numbers).
0, 1, 5, 20, 45, 25, 240, 350, 600, 250, 3000, 9250, 13125, 8750, 1875, 93000, 373750, 361875, 240625, 103125, 15625, 3690000, 11077500, 12818750, 8531250, 4156250, 1181250, 125000, 116550000, 312037500
Offset: 0
Examples
Triangle begins: {0}; {1,5}; {20,45,25}; {240,350,600,250}; ...; pL1(2,n) = 5*(4+9*n+5*n^2) = 5*(1+n)*(4+5*n).
Comments