A144270 Lower triangular array called S2hat(-1) related to partition number array A144269.
1, 1, 1, 3, 1, 1, 15, 4, 1, 1, 105, 18, 4, 1, 1, 945, 129, 19, 4, 1, 1, 10395, 1095, 132, 19, 4, 1, 1, 135135, 11880, 1119, 133, 19, 4, 1, 1, 2027025, 149940, 12057, 1122, 133, 19, 4, 1, 1, 34459425, 2218545, 151560, 12081, 1123, 133, 19, 4, 1, 1
Offset: 1
Examples
Triangle begins 1; 1, 1; 3, 1, 1; 15, 4, 1, 1; 105, 18, 4, 1, 1; ...
Links
- Wolfdieter Lang, First 10 rows of the array and more.
- Wolfdieter Lang, Combinatorial Interpretation of Generalized Stirling Numbers, J. Int. Seqs. Vol. 12 (2009) 09.3.3.
Crossrefs
Row sums A144271.
Formula
a(n,m)=sum(product(|S2(-1;j,1)|^e(n,m,q,j),j=1..n),q=1..p(n,m)) if n>=m>=1, else 0. Here p(n,m)=A008284(n,m), the number of m parts partitions of n and e(n,m,q,j) is the exponent of j in the q-th m part partition of n. |S2(-1;j,1)|= A001497(j-1,0) = A001147(j-1) = (2*j-3)(!^2) (2-factorials) for j>=2 and 1 if j=1.
Comments