|
Search: id:A136629
|
|
|
| A136629 |
|
Number of labeled PQ-trees with n leaves. |
|
+0 1
|
|
| 0, 1, 1, 7, 68, 941, 16657, 360151, 9197036, 270900242, 9041240104, 337195959574, 13898017639838, 627328651766168, 30776662410513268, 1630608894822320320, 92788669297928611880, 5644035534941116506704
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
A PQ-tree is a rooted tree with P-type internal nodes that have at least 3 children that are reversibly ordered (the reverse of the order is equivalent to the order) and Q-type internal nodes that have at least 2 unordered children.
|
|
REFERENCES
|
F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Cambridge, 1998, pg 242 (3.3.91)
|
|
LINKS
|
Christian G. Bower, Table of n, a(n) for n = 0..127
Index entries for sequences related to rooted trees
|
|
FORMULA
|
E.g.f. satisfies A(x) = x + 1/(2-2A(x)) + exp(A(x)) - A(x)^2/2 - 3/2*(A(x)+1)
|
|
PROGRAM
|
(PARI) read("transforms_pari.txt"); {pql(A) = A = trv_chain_l(A)+trv_exp(A)-opv_mul_egf(A, A)/2-2*A; A[1]=0; A} {apql(n) = local(SX, SY); SY = SX = [0, 1]; for(i=1, n, SY=concat(SY, 0); SX=concat(SX, 0); SY=SX+pql(SY)); SY} A136629(n) = apql(min(1, n-1))[n+1]
|
|
CROSSREFS
|
Sequence in context: A093170 A120079 A087567 this_sequence A133697 A122010 A084774
Adjacent sequences: A136626 A136627 A136628 this_sequence A136630 A136631 A136632
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Christian G. Bower (bowerc(AT)usa.net), Jan 14 2008
|
|
|
Search completed in 0.002 seconds
|