OFFSET
1,3
COMMENTS
(n+2) factor is added to get the Integer result instead of a rational result in the polynomials.
FORMULA
a(n)=(-1)^n*(n-1)!; b[n]=(n-1)!; m(i,j)=If[i > j, (-1)^(i + j)*((a[j + 1]*a[j + 2] - b[i + 1]^2)/(n + 1)!)/(j!*(i - j)!), 0] t(n,m)=(n+2)*Coefficients of Characteristic polynomials of inverse of m(i,j)
EXAMPLE
{1},
{-1, -2},
{2, 5, 3},
{-18, -39, -23, -4},
{1152, 2064, 872,119, 5},
{-720000, -1122000, -331400, -26755, -719, -6},
{5598720000, 7985952000, 1768046400, 84475980,1128024, 5039, 7},
CROSSREFS
KEYWORD
uned,sign
AUTHOR
Roger L. Bagula, Feb 15 2008
STATUS
approved