Triangular matrix T, read by rows, that satisfies: T = D + SHIFT_LEFT(T^3), where SHIFT_LEFT shifts each row 1 place to the left and D is the diagonal matrix {1, 2, 3, ...}.
A107671
Triangular matrix T, read by rows, that satisfies: T = D + SHIFT_LEFT(T^3), where SHIFT_LEFT shifts each row 1 place to the left and D is the diagonal matrix {1, 2, 3, ...}.
Terms
- a(0) =1a(1) =8a(2) =2a(3) =513a(4) =27a(5) =3a(6) =81856a(7) =2368a(8) =64a(9) =4a(10) =23846125a(11) =469625a(12) =7625a(13) =125a(14) =5a(15) =10943504136a(16) =160767720a(17) =1898856a(18) =19656a(19) =216a(20) =6a(22) =83548607478a(23) =776598305a(24) =6081733a(25) =43561a(26) =343a(27) =7a(30) =465690017280a(31) =2966844928a(32) =16494080
External references
- oeis: A107671