cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A006680 Number of binary phylogenetic trees with n labels.

Original entry on oeis.org

1, 1, 7, 45, 465, 5775, 88515, 1588545, 32852925, 768242475, 20053670175, 577971719325, 18230691904425, 624676513836375, 23106221910646875, 917643290676737625, 38944796393877499125, 1759004961887566267875
Offset: 2

Views

Author

Keywords

References

  • Foulds, L. R.; Robinson, R. W. Enumeration of binary phylogenetic trees. Combinatorial mathematics, VIII (Geelong, 1980), pp. 187-202, Lecture Notes in Math., 884, Springer, Berlin-New York, 1981. Math. Rev. 83a:05071.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Formula

a(2) = 1, a(n) = A006678(n-1) + 2*(n-1)*A006678(n-2) - (n+1)*a(n-1) for n >= 3. - Sean A. Irvine, Jun 16 2017

Extensions

More terms and offset corrected by Sean A. Irvine, Jun 16 2017
Showing 1-1 of 1 results.