login
A032048
Number of dyslexic rooted planar trees with n nodes where any 2 subtrees extending from a node are of different sizes.
1
1, 1, 1, 2, 3, 6, 13, 29, 64, 148, 355, 857, 2100, 5198, 12960, 32701, 82826, 211352, 541832, 1397654, 3614607, 9402256, 24500619, 64134061, 168178732, 442710004, 1166705391, 3085691999, 8168951368, 21689446136
OFFSET
1,4
FORMULA
"CFK" (necklace, size, unlabeled) transform of A032047 (shifted right one place).
PROG
(PARI)
BFK(v)={apply(p->subst(serlaplace(y^0*p + polcoeff(p, 1)), y, 1)/2, Vec(-1+prod(k=1, #v, 1 + v[k]*x^k*y + O(x*x^#v)), -#v))}
CFK(v)={apply(p->subst(serlaplace(p/y), y, 1), Vec(-1+prod(k=1, #v, 1 + v[k]*x^k*y + O(x*x^#v)), -#v))}
seq(n)={my(v=[1]); for(i=3, n, v=concat([1], BFK(v))); concat([1], CFK(v))} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Cf. A032047.
Sequence in context: A383807 A383497 A197463 * A287128 A286062 A219226
KEYWORD
nonn
STATUS
approved