A194084 Triangle read by rows: a(n)=A135929(n) + A192011(n). Row n gives coefficients of polynomials BC(n,x) in order of decreasing exponents.
0, 3, 0, 3, 0, 3, 3, 0, 0, 0, 3, 0, -3, 0, -3, 3, 0, -6, 0, -3, 0, 3, 0, -9, 0, 0, 0, 3, 3, 0, -12, 0, 6, 0, 6, 0, 3, 0, -15, 0, 15, 0, 6, 0, -3, 3, 0, -18, 0, 27, 0, 0, 0, -9, 0
Offset: 0
Examples
a(0)=1-1=0, a(1)=1+2=3, a(2)=0+0=0.
Formula
BC(0,x)=0, BC(1,x)=3*x, BC(2,x)=3*x^2+3, BC(n,x)=x*BC(n-1,x) - BC(n-2,x), n > 2.
Comments