OFFSET
1,4
COMMENTS
Incidentally, the sum of signed coefficients for each k-th row is divisible by (2*k-2)!.
EXAMPLE
Triangle starts:
1, 0, 0;
-6, 3, 1, 0;
2400, -2024, 264, 32, 0;
2570400, 909720, -666540, 55800, 3420, 0;
-19071521280, 12195884736, -762499920, -282106440, 22425480, 741384, 840;
...
11!=39916800; 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! = [ -219303218534400 -11953192930560*11 +27128332828800*11^2 -2808016545600*11^3 -125442525600*11^4 +14164990560*11^5 +280576800*11^6 +453600*11^7 ]/10! = 39916800.
CROSSREFS
KEYWORD
sign,tabf,uned
AUTHOR
André F. Labossière, Jan 07 2005
STATUS
approved