|
Search: id:A102893
|
|
|
| A102893 |
|
Number of noncrossing trees with n edges and having degree of the root at least 2. |
|
+0 4
|
|
| 1, 0, 1, 5, 25, 130, 700, 3876, 21945, 126500, 740025, 4382625, 26225628, 158331880, 963250600, 5899491640, 36345082425, 225082957512, 1400431689475, 8749779798375, 54874635255825, 345329274848250, 2179969531405680
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
a(n)=A001764(n) - A006013(n-1). Column 0 of A102892.
|
|
REFERENCES
|
M. Noy, Enumeration of noncrossing trees on a circle, Discr. Math. 180 (1998), 301-313.
|
|
FORMULA
|
a(0)=1; a(n)=5binomial(3n-1, n-2)/(3n-1) if n>0. G.f. = g - zg^2, where g=1+zg^3 is the g.f. of the ternary numbers (A001764).
|
|
EXAMPLE
|
a(2)=1 because among the noncrossing trees with 2 edges, namely /_, _\ and /\, only the last one has root degree >1.
|
|
MAPLE
|
a:=proc(n) if n=0 then 1 else 5*binomial(3*n-1, n-2)/(3*n-1) fi end: seq(a(n), n=0..25);
|
|
CROSSREFS
|
Cf. A001764, A006013, A102892.
Sequence in context: A026718 A060928 A002002 this_sequence A094602 A048370 A124891
Adjacent sequences: A102890 A102891 A102892 this_sequence A102894 A102895 A102896
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 16 2005
|
|
|
Search completed in 0.002 seconds
|