OFFSET
1,7
COMMENTS
Forests of order N with m components, m > floor(N/2) must contain an isolated vertex since it is impossible to partition N vertices in floor(N/2) + 1 or more trees without giving only one vertex to a tree.
LINKS
Alois P. Heinz, Rows n = 1..141, flattened
Eric Weisstein's World of Mathematics, Forest
FORMULA
a(n) = sum over the partitions of N: 1K1 + 2K2 + ... + NKN, with exactly m parts and no part equal to 1, of Product_{i=1..N} binomial(A000055(i)+Ki-1, Ki).
G.f.: 1/Product_{i>=2}(1 - x*y^i)^A000055(i). - Vladeta Jovovic, Apr 27 2005
EXAMPLE
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Washington Bomfim, Apr 25 2005
STATUS
approved