A140414 Triangle T(p,s) showing the coefficients of sequences which are half their p-th differences.
3, 2, 1, 3, -3, 3, 4, -6, 4, 1, 5, -10, 10, -5, 3, 6, -15, 20, -15, 6, 1, 7, -21, 35, -35, 21, -7, 3, 8, -28, 56, -70, 56, -28, 8, 1, 9, -36, 84, -126, 126, -84, 36, -9, 3, 10, -45, 120, -210, 252, -210, 120, -45, 10, 1
Offset: 1
Examples
The triangle starts in row p=0 as: 3; (p=1, example A000244, a(n+1)=3*a(n) ) 2, 1; (p=2 example A000244 or A000129, a(n+2) = 2*a(n+1)+a(n) ) 3, -3, 3; (p=3 example A052103 or A136297, a(n+3) = 3*a(n+2)-3*a(n+1)+3*a(n) ) 4, -6, 4, 1; 5,-10, 10, -5, 3; 6,-15, 20, -15, 6, 1; 7,-21, 35, -35, 21, -7, 3; 8,-28, 56, -70, 56, -28, 8, 1; 9,-36, 84,-126,126, -84, 36, -9, 3; 10,-45,120,-210,252,-210,120,-45,10,1;
Crossrefs
Cf. A135356.
Comments