OFFSET
1,2
LINKS
Mathilde Bouvel, Philippe Gambette and Marefatollah Mansouri, Maple worksheet
Mathilde Bouvel, Philippe Gambette and Marefatollah Mansouri, Counting Phylogenetic Networks of level 1 and 2, Version 3, arXiv:1909.10460 [math.CO], 2019.
FORMULA
E.g.f. satisfies L(z) = z*f(L(z)) where f(z) = 1 / (1 - (36*z-102*z^2+159*z^3-148*z^4+81*z^5-24*z^6+3*z^7)/(4*(1-z)^6)) [from Bouvel, Gambette, and Mansouri]. - Sean A. Irvine, Apr 01 2020
EXAMPLE
a(3) = 1143 is the number of rooted level-2 phylogenetic networks with 3 labeled leaves.
MAPLE
# (See Links)
# second Maple program:
f:= z-> 1/(1-(36*z-102*z^2+159*z^3-148*z^4+81*z^5-24*z^6+3*z^7)
/(4*(1-z)^6)):
a:= n-> n!*coeff(series(RootOf(L=z*f(L), L), z, n+1), z, n):
seq(a(n), n=1..17); # Alois P. Heinz, Apr 01 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Mathilde Bouvel, Mar 13 2020
STATUS
approved