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

A032306
Number of rooted trees with leaves of 2 colors where any 2 subtrees extending from the same node have a different number of nodes.
1
2, 2, 2, 6, 10, 26, 66, 174, 442, 1202, 3298, 9166, 25674, 72810, 206826, 595150, 1712634, 4978458, 14494130, 42502030, 124660402, 368221002, 1087321354, 3229266742, 9591013738, 28624735962, 85404444970
OFFSET
1,1
FORMULA
Shifts left under "EFK" (unordered, size, unlabeled) transform.
PROG
(PARI)
EFK(p, n)={prod(k=1, n, 1 + polcoef(p, k)*x^k + O(x*x^n))}
seq(n)={my(p=O(1)); for(i=1, n, p=1+EFK(x*p, i-1)); Vec(p)} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A052537 A024945 A186507 * A227847 A058756 A237614
KEYWORD
nonn
STATUS
approved