A269952 Triangle read by rows, T(n,k) = Sum_{j=0..n} (-1)^(n-j)*C(-j,-n)*S2(j,k), S2 the Stirling set numbers A048993, for n>=0 and 0<=k<=n.
1, 0, 1, 0, 2, 1, 0, 4, 5, 1, 0, 8, 19, 9, 1, 0, 16, 65, 55, 14, 1, 0, 32, 211, 285, 125, 20, 1, 0, 64, 665, 1351, 910, 245, 27, 1, 0, 128, 2059, 6069, 5901, 2380, 434, 35, 1, 0, 256, 6305, 26335, 35574, 20181, 5418, 714, 44, 1
Offset: 0
Examples
1, 0, 1, 0, 2, 1, 0, 4, 5, 1, 0, 8, 19, 9, 1, 0, 16, 65, 55, 14, 1, 0, 32, 211, 285, 125, 20, 1, 0, 64, 665, 1351, 910, 245, 27, 1.
Links
- Peter Luschny, Extensions of the binomial
Crossrefs
Programs
Formula
T(n, k) = S2(n+1, k+1) - S2(n, k+1).