login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A032030
Number of series-reduced planted planar trees with n leaves of 2 colors where any 2 subtrees extending from the same node are different.
1
2, 2, 8, 46, 276, 1836, 12712, 90610, 661652, 4922404, 37178736, 284330552, 2197474456, 17136206984, 134667604360, 1065457242054, 8479671583004, 67841927540372, 545314544677904, 4401667141277988
OFFSET
1,1
FORMULA
Doubles (index 2+) under "AGK" (ordered, elements, unlabeled) transform.
PROG
(PARI)
AGK(v)={apply(p->subst(serlaplace(y^0*p), y, 1), Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
seq(n)={my(v=[2]); for(i=2, n, v=concat(v, AGK(concat(v, [0]))[i])); v} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A009544 A077607 A264835 * A184347 A006673 A354065
KEYWORD
nonn
STATUS
approved