A102409 Even triangle n!. This table read by rows gives the coefficients of sum formulas of n-th factorials (A000142). The k-th row (6>=k>=1) contains T(i,k) for i=1 to k+3, where k=[2*n+1+(-1)^(n-1)]/4 and T(i,k) satisfies n! = Sum_{i=1..k+3} T(i,k) * n^(i-1) / (2*k-2)!.
0, 1, 0, 0, 0, -20, 8, 0, 0, 20280, -6530, -1275, 362, 3, 0, -8749440, 21627600, -4871940, -66510, 48300, 390, 0, -261763004160, 72965762016, 13117344800, -3757930680, 72406040, 13101144, 90440, 0, -974260634054400, -1140185248443360, 353509119454680, -8136128999880, -3234018579750
Offset: 1
Examples
Triangle starts: 0, 1, 0, 0; 0, -20, 8, 0, 0; 20280, -6530, -1275, 362, 3, 0; -8749440, 21627600, -4871940, -66510, 48300, 390, 0; -261763004160, 72965762016, 13117344800, -3757930680, 72406040, 13101144, 90440, 0; ... 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! = [ -974260634054400 -1140185248443360*11 +353509119454680*11^2 -8136128999880*11^3 -3234018579750*11^4 +109743298560*11^5 +6053880420*11^6 +34067880*11^7 +9450*11^8 ]/10! = 39916800.
Comments