OFFSET
0,4
COMMENTS
A hex tree is a rooted tree where each vertex has 0, 1, or 2 children and, when only one child is present, it is either a left child, or a middle child, or a right child (name due to an obvious bijection with certain tree-like polyhexes; see the Harary-Read reference).
LINKS
F. Harary and R. C. Read, The enumeration of tree-like polyhexes, Proc. Edinburgh Math. Soc. (2) 17 (1970), 1-13.
FORMULA
a(n) = Sum_{k=0..floor((n-1)/2)} k*A126183(n,k).
G.f.= [(2-15z+30z^2-15z^3)sqrt(1-6z+5z^2)-(1-5z)(2-7z)(1-z)^2]/[2z^2*(1-6z+5z^2)].
D-finite with recurrence -(n+2)*(n-3)*a(n) +(7*n+1)*(n-2)*a(n-1) -(11*n-15)*(n-2)*a(n-2) +5*(n-2)*(n-3)*a(n-3)=0. - R. J. Mathar, Jul 22 2022
MAPLE
G:=((2-15*z+30*z^2-15*z^3)*sqrt(1-6*z+5*z^2)-(1-z)^2*(1-5*z)*(2-7*z))/2/z^2/(1-6*z+5*z^2):Gser:=series(G, z=0, 31): seq(coeff(Gser, z, n), n=0..26);
CROSSREFS
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Dec 19 2006
STATUS
approved