-54720
domain: Z
Appears in sequences
- a(n) = 1*2*3*4*5*6 - 7*8*9*10*11*12 + 13*14*15*16*17*18 - ... + (up to n).at n=10A319546
- Consider the e.g.f. B(x,y) = Sum_{n>=0} Sum_{k=0..floor(n/2)} T(n,k) * x^(2*n-2*k) * y^(2*k) / (2*n)! and related functions A(x,y) and C(x,y), as defined in the Formula section. Sequence gives the triangular array of coefficients T(n,k) (n>=0, 0<=k<=floor(n/2)) of B(x,y).at n=31A326798
- Irregular triangle read by rows: T(n,k) = [x^k]p_n(x), where (p_n(x)/x^(3n)) * exp(-1/x^2) is the n-th derivative of exp(-1/x^2), n >= 1, 0 <= k <= 2*n-2.at n=39A344031