Triangle read by rows: T(n,k) is the coefficient of x^k in the monic characteristic polynomial of the n X n matrix with 2's on the diagonal and 1's elsewhere (n >= 1 and 0 <= k <= n). Row 0 consists of the single term 1.
A103283
Triangle read by rows: T(n,k) is the coefficient of x^k in the monic characteristic polynomial of the n X n matrix with 2's on the diagonal and 1's elsewhere (n >= 1 and 0 <= k <= n). Row 0 consists of the single term 1.
Terms
- a(0) =1a(1) =-2a(2) =1a(3) =3a(4) =-4a(5) =1a(6) =-4a(7) =9a(8) =-6a(9) =1a(10) =5a(11) =-16a(12) =18a(13) =-8a(14) =1a(15) =-6a(16) =25a(17) =-40a(18) =30a(19) =-10a(20) =1a(21) =7a(22) =-36a(23) =75a(24) =-80a(25) =45a(26) =-12a(27) =1a(28) =-8a(29) =49
External references
- oeis: A103283