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”).

A032068
Number of series-reduced dyslexic planted planar trees with n leaves of 2 colors where any 2 subtrees extending from the same node are different.
1
2, 1, 2, 7, 22, 85, 344, 1408, 5914, 25394, 110818, 488688, 2178594, 9797950, 44406134, 202591861, 929716110, 4288808485, 19876422076, 92501558277, 432109230664, 2025444499805, 9523528005822, 44906724639089
OFFSET
1,1
FORMULA
Doubles (index 2+) under "BGK" (reversible, element, unlabeled) transform.
PROG
(PARI)
BGK(v)={apply(p->subst(serlaplace(y^0*p + polcoeff(p, 1)), y, 1)/2, 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, BGK(concat(v, [0]))[i])); v} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A360025 A144803 A095062 * A103410 A114303 A030651
KEYWORD
nonn
STATUS
approved