|
Search: id:A006677
|
|
|
| A006677 |
|
Number of planted binary phylogenetic trees with n labels. (Formerly M1806)
|
|
+0 1
|
|
| 1, 2, 7, 41, 346, 3797, 51157, 816356, 15050581, 314726117, 7359554632, 190283748371, 5389914888541, 165983936096162, 5521346346543307, 197294173392918461, 7536892461493548226, 306520422583290179057
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Series-reduced planted binary trees where each leaf is a non-empty subset of the set of n labels.
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
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.
|
|
LINKS
|
N. J. A. Sloane, Table of n, a(n) for n = 1..101
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 160
N. J. A. Sloane, Transforms
Index entries for sequences related to rooted trees
|
|
FORMULA
|
Stirling transform of A001147(n-1).
egf: E^x/(3 - 2E^x)^(1/2) . This sequence is the Stirling transform of the sequence ( (2n-1)!! + n(2n-3)!! )_(n>=0) = (1, 2, 5, 24, 165, 1470, 16065, 207900,...) with egf (1+x)/(1-2x)^(1/2). (Both remarks assume offset 0.) - David Callan (callan(AT)stat.wisc.edu), Jul 22 2008
|
|
MAPLE
|
stirtr:= proc(p) proc (n) add (p(k) *combinat[stirling2] (n, k), k=0..n) end end: f:= n-> `if`(n=0, 1, (2*n-2)!/ (n-1)!/ 2^(n-1)): a:= stirtr(f): seq (a(n), n=1..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 15 2008]
|
|
CROSSREFS
|
Sequence in context: A106871 A107376 A087804 this_sequence A101390 A113144 A006846
Adjacent sequences: A006674 A006675 A006676 this_sequence A006678 A006679 A006680
|
|
KEYWORD
|
nonn,nice,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)
|
|
EXTENSIONS
|
More terms, formula and comment from Christian G. Bower (bowerc(AT)usa.net), Dec 15 1999.
|
|
|
Search completed in 0.002 seconds
|