-28944
domain: Z
Appears in sequences
- Triangle read by rows: T(n,k) = coefficient of x^k in the polynomial p[n,x] defined by p[0,x]=1, p[1,x]=1+x and p[n,x]=(1+x)(2-x)(3-x)...(n-x) for n >= 2 (0 <= k <= n).at n=37A123361
- Array: row n shows the coefficients of the characteristic polynomial of the n-th principal submatrix of (f(i,j)), where f(i,1)=f(1,j)=1, f(i,i)= i; f(i,j)=0 otherwise; as in A204179.at n=35A204180
- Expansion of e.g.f. (1 + x)*log(1 + x)*(2 + log(1 + x))/2.at n=10A323618