Triangle read by rows: T(n,k) is the coefficient of x^k (0<=k<=n) in the monic characteristic polynomial of the n X n matrix with 3's on the diagonal and 1's elsewhere (n>=1). Row 0 consists of the single term 1.
A103247
Triangle read by rows: T(n,k) is the coefficient of x^k (0<=k<=n) in the monic characteristic polynomial of the n X n matrix with 3's on the diagonal and 1's elsewhere (n>=1). Row 0 consists of the single term 1.
Terms
- a(0) =1a(1) =-3a(2) =1a(3) =8a(4) =-6a(5) =1a(6) =-20a(7) =24a(8) =-9a(9) =1a(10) =48a(11) =-80a(12) =48a(13) =-12a(14) =1a(15) =-112a(16) =240a(17) =-200a(18) =80a(19) =-15a(20) =1a(21) =256a(22) =-672a(23) =720a(24) =-400a(25) =120a(26) =-18a(27) =1a(28) =-576a(29) =1792
External references
- oeis: A103247