A111559 Matrix inverse of triangle A111553.
1, -1, 1, -4, -2, 1, -24, -4, -3, 1, -184, -24, -4, -4, 1, -1664, -184, -24, -4, -5, 1, -17024, -1664, -184, -24, -4, -6, 1, -192384, -17024, -1664, -184, -24, -4, -7, 1, -2366144, -192384, -17024, -1664, -184, -24, -4, -8, 1, -31362304, -2366144, -192384, -17024, -1664, -184, -24, -4, -9, 1
Offset: 0
Examples
Triangle begins: 1; -1,1; -4,-2,1; -24,-4,-3,1; -184,-24,-4,-4,1; -1664,-184,-24,-4,-5,1; -17024,-1664,-184,-24,-4,-6,1; -192384,-17024,-1664,-184,-24,-4,-7,1; ...
Programs
-
PARI
T(n,k)=if(n
Formula
T(n, n)=1 and T(n+1, n)=-n-1, else T(n+k+1, k) = -A111556(k) for k>=1.
Comments