OFFSET
1,4
LINKS
Alois P. Heinz, Rows n = 1..141, flattened
Washington Bomfim, Illustration of this sequence
FORMULA
T(n, m) = sum over the partitions of n with m parts: 1K1 + 2K2 + ... + nKn = n, K1 + K2 + ... + Kn = m, of Product_{i=1..n} binomial(A000669(i)+Ki-1, Ki).
EXAMPLE
T(10,8) = 3 because the partitions of 10 with 8 parts are 31111111 and 22111111. The partition 31111111 corresponds to 2 graphs and the partition 22111111 corresponds to only one.
T(n,m) = 1, if and only if m>=n-1. Because A000669(1)=A000669(2)=1, the partitions of n with all parts <=2 correspond to summands = 1. If there is only a summand (or partition), the total is equal to 1. It is clear that for m>=n-1 there is only one partition of n with exactly m parts.
Triangle begins:
1,
1, 1,
2, 1, 1,
5, 3, 1, 1,
12, 7, 3, 1, 1,
33, 20, 8, 3, 1, 1,
90, 55, 22, 8, 3, 1, 1,
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Washington Bomfim, May 06 2005
STATUS
approved