OFFSET
1,4
COMMENTS
The sum of signed coefficients for each k-th row is divisible by (2*k-2)!. Moreover, another variant (but an incomplete one, and sorted differently) of the above sequence is presented in A101752.
EXAMPLE
Triangle starts:
0, 1, 0;
-16, 5, 1, 0;
5256, -3068, 276, 32, 0;
2070720, 2367420, -912150, 53220, 3510, 0;
-36031524480, 15327895296, -40587120, -387492840, 21414120, 758184, 840;
...
!11=4037914; substituting n=11 in the formula of the k-th row we obtain k=6 and the coefficients T(i,6) are those needed for computing !11.
=> !11 = [ -212459319878400 -75473246681280*11 +38182549456800*11^2 -2562251680800*11^3 -195611371200*11^4 +13639812480*11^5 +285616800*11^6 +453600*11^7 ]/10! = 4037914.
CROSSREFS
KEYWORD
sign,tabf,uned
AUTHOR
André F. Labossière, Jan 07 2005
STATUS
approved