|
Search: id:A143405
|
|
|
| A143405 |
|
Number of forests of labeled rooted trees of height at most 1, with n labels, where any root may contain >= 1 labels, also row sums of A143395, A143396 and A143397. |
|
+0 4
|
|
| 1, 1, 4, 17, 89, 552, 3895, 30641, 265186, 2497551, 25373097, 276105106, 3199697517, 39297401197, 509370849148, 6943232742493, 99217486649933, 1482237515573624, 23093484367004715, 374416757914118941
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
LINKS
|
Index entries for sequences related to rooted trees
|
|
FORMULA
|
a(n) = Sum_{k=0..n} Sum_{t=k..n} binomial(n,t) * stirling2(t,k)*k^(n-t). a(n) = Sum_{k=0..n} Sum_{t=0..k} binomial(n,k) * stirling2(k,t)*t^(n-k). a(n) = Sum_{k=0..n} Sum_{t=0..k} binomial(n,k-t) * stirling2(n-(k-t),t)*t^(k-t).
E.g.f.: exp(exp(x)*(exp(x)-1)). [From Vladeta Jovovic (vladeta(AT)eunet.yu), Dec 08 2008]
|
|
EXAMPLE
|
a(2) = 4, because there are 4 forests for 2 labels: {1,2}, {1}{2}, {1}<-2, {2}<-1.
|
|
MAPLE
|
with (combinat, stirling2): a := n-> add (add (binomial(n, t)* stirling2(t, k)* k^(n-t), t=k..n), k=0..n); seq (a(n), n=0..26);
|
|
CROSSREFS
|
Cf. A143395, A143396, A143397, A048993, A008277, A007318.
Sequence in context: A114190 A135168 A058279 this_sequence A141154 A112354 A020011
Adjacent sequences: A143402 A143403 A143404 this_sequence A143406 A143407 A143408
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 12 2008
|
|
|
Search completed in 0.002 seconds
|