Triangle T, read by rows, such that the unsigned columns of the matrix inverse when read downwards equals the rows of T read backwards, with T(n,n)=1 and T(n,n-1) = floor((n+1)/2)*floor((n+2)/2).

A104557

Triangle T, read by rows, such that the unsigned columns of the matrix inverse when read downwards equals the rows of T read backwards, with T(n,n)=1 and T(n,n-1) = floor((n+1)/2)*floor((n+2)/2).

Terms

    a(0) =1a(1) =1a(2) =1a(3) =2a(4) =2a(5) =1a(6) =6a(7) =6a(8) =4a(9) =1a(10) =24a(11) =24a(12) =18a(13) =6a(14) =1a(15) =120a(16) =120a(17) =96a(18) =36a(19) =9a(20) =1a(21) =720a(22) =720a(23) =600a(24) =240a(25) =72a(26) =12a(27) =1a(28) =5040a(29) =5040

External references