Triangle read by rows: T(0,0)=1; for n>=1, 0<=k<=n, T(n,k) is the coefficient of x^k in the characteristic polynomial (-x)^n+... of the n X n matrix M(n)S(n), where M(n) is the n X n matrix with 0's on the diagonal and 1's elsewhere and S(n) is the n X n matrix whose (i,j) term is 0 for j=i, (-1)^(i+j) for i>j and (-1)^(i+j+1) for i<j.
A126595
Triangle read by rows: T(0,0)=1; for n>=1, 0<=k<=n, T(n,k) is the coefficient of x^k in the characteristic polynomial (-x)^n+... of the n X n matrix M(n)S(n), where M(n) is the n X n matrix with 0's on the diagonal and 1's elsewhere and S(n) is the n X n matrix whose (i,j) term is 0 for j=i, (-1)^(i+j) for i>j and (-1)^(i+j+1) for i<j.
Terms
- a(0) =1a(1) =0a(2) =-1a(3) =-1a(4) =0a(5) =1a(6) =0a(7) =-3a(8) =0a(9) =-1a(10) =-3a(11) =0a(12) =2a(13) =0a(14) =1a(15) =0a(16) =-5a(17) =0a(18) =-10a(19) =0a(20) =-1a(21) =-5a(22) =0a(23) =-5a(24) =0a(25) =9a(26) =0a(27) =1a(28) =0a(29) =-7
External references
- oeis: A126595