A378173 Array read by antidiagonals: T(n,k) is the number of proper antichain partitions of the rectangular poset of size n X k.
1, 1, 1, 1, 2, 1, 1, 5, 5, 1, 1, 14, 38, 14, 1, 1, 42, 372, 372, 42, 1, 1, 132, 4282, 14606, 4282, 132, 1, 1, 429, 55149
Offset: 1
Examples
Array begins: ===================================================================== n/k | 1 2 3 4 5 6 ... ----+---------------------------------------------------------------- 1 | 1 1 1 1 1 1 ... 2 | 1 2 5 14 42 132 ... 3 | 1 5 38 372 4282 55149 ... 4 | 1 14 372 14606 ... 5 | 1 42 4282 ... 6 | 1 132 55149 ...
Formula
T(n,k) = T(k,n).
T(n,2) = A000108(n).
Comments