A032133 Number of series-reduced dyslexic planted planar trees with n leaves of 2 colors.
2, 3, 12, 61, 340, 2070, 13178, 87115, 590720, 4089214, 28766442, 205072330, 1478149486, 10754615963, 78878136418, 582563752101, 4328922702536, 32341244773080, 242781826475456, 1830377795460438
Offset: 1
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..200
- C. G. Bower, Transforms (2)
- Index entries for sequences related to rooted trees
Crossrefs
Cf. A032132.
Programs
-
PARI
BIK(p)={(1/(1-p) + (1+p)/subst(1-p, x, x^2))/2} seq(n)={my(p=2*x); for(i=2, n, p+=x^i*polcoeff(BIK(p) + O(x*x^i), i)); Vecrev(p/x)} \\ Andrew Howroyd, Aug 30 2018
Formula
Doubles (index 2+) under "BIK" (reversible, indistinct, unlabeled) transform.