|
| |
|
|
A063881
|
|
Number of oriented trees rooted at an arc.
|
|
0
|
|
|
|
1, 4, 18, 80, 367, 1708, 8122, 39204, 191963, 950984, 4759626, 24030736, 122258314, 626162464, 3225926450, 16706775984, 86928097451, 454203897192, 2382255252398, 12537764465072, 66193294753768, 350472816969976
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
2,2
|
|
|
REFERENCES
|
F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 61, (3.3.7).
|
|
|
LINKS
|
Table of n, a(n) for n=2..23.
|
|
|
FORMULA
|
a(n) = A000151(n)- A000238(n). G.f.: A(x) = B(x)^2, where B(x) is g.f. for A000151.
|
|
|
MAPLE
|
B:= proc(n) option remember; if n<=1 then unapply(x, x) else unapply (convert (series (x*exp (2*sum (B(n-1)(x^k)/k, k=1..n-1)), x, n+1), polynom), x) fi end: a:= proc(n) local T; T:=B(n-1)(x); add (coeff (T, x, k)* coeff(T, x, n-k), k=1..n-1) end: seq (a(n), n=2..23); [From Alois P. Heinz, Aug 23 2008]
|
|
|
CROSSREFS
|
Cf. A000151, A000238.
Sequence in context: A090017 A104631 A106391 * A181610 A194460 A100192
Adjacent sequences: A063878 A063879 A063880 * A063882 A063883 A063884
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Vladeta Jovovic, Aug 27 2001
|
|
|
STATUS
|
approved
|
| |
|
|