OFFSET
1,2
COMMENTS
See Table 3 on page 32 of the Felsenstein reference: "The numbers of rooted trees with n labelled species, allowing some interior nodes to be labelled, but allowing no more than two immediate descendants of each interior node." - Joerg Arndt, Jun 02 2016
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
J. Felsenstein, The number of evolutionary trees, Systematic Zoology, 27 (1978), 27-33.
J. Felsenstein, The number of evolutionary trees, Systematic Zoology, 27 (1978), 27-33. (Annotated scanned copy)
FORMULA
a(n) = Sum_{m=1..n} Sum_{p=1..n-m} V(n,m,p) where V(1,0,0)=1, V(1,i,j)=0, and V(n,m,p) = [p>0]*((2*n-2*m-p-2)*V(n-1,m,p1) + (n-m-p)*V(n-1,m,p-1)) + [m>0]*((n-2*m-p)*V(n-1,m-1,p) + (p+1)*V(n-1,m-1,p+1)) + [2*n-2*m-p-3>0]*(2*n-2*m-p-3)*V(n-1,m,p) with [t>0]=1 if t>0 and 0 otherwise. - Sean A. Irvine, Jun 02 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jun 02 2016
STATUS
approved