Triangular matrix T, read by rows, that satisfies: T = D + SHIFT_LEFT(T^2) where SHIFT_LEFT shifts each row 1 place to the left and D is the diagonal matrix {1, 2, 3, ...}.

A107667

Triangular matrix T, read by rows, that satisfies: T = D + SHIFT_LEFT(T^2) 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) =4a(2) =2a(3) =45a(4) =9a(5) =3a(6) =816a(7) =112a(8) =16a(9) =4a(10) =20225a(11) =2200a(12) =225a(13) =25a(14) =5a(15) =632700a(16) =58176a(17) =4860a(18) =396a(19) =36a(20) =6a(21) =23836540a(22) =1920163a(23) =138817a(24) =9408a(25) =637a(26) =49a(27) =7a(28) =1048592640a(29) =75683648

External references