Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005805
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005805 Number of phylogenetic trees with n labels.
(Formerly M1519)
+0
3
1, 2, 5, 18, 107, 1008, 13113, 214238, 4182487, 94747196, 2440784645, 70431957258, 2249856084803, 78802876705608, 3002702793753489, 123649410977736950, 5471808106109912815, 258948617502187143188 (list; graph; listen)
OFFSET

1,2

COMMENT

Series-reduced trees where each leaf is a non-empty subset of the set of n labels.

REFERENCES

Foulds, L. R.; Robinson, R. W. Enumeration of phylogenetic trees without points of degree two. Ars Combin. 17 (1984), A, 169-183. Math. Rev. 85f:05045

LINKS

N. J. A. Sloane, Transforms

Index entries for sequences related to trees

FORMULA

Stirling transform of [ 1, 1, 1, 4, 26, 236, ... ] = A000311(n-1).

MAPLE

stirtr:= proc(p) proc (n) add (p(k) *combinat[stirling2] (n, k), k=0..n) end end: b:= proc(n) option remember; if n<=1 then n elif n=2 then 1 else (n+1) *b(n-1) +2*add (binomial(n-1, k) *b(k) *b(n-k), k=2..n-2) fi end: a:= stirtr (n->`if` (n<2, 1, b(n-1))): seq (a(n), n=1..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 15 2008]

CROSSREFS

Cf. A000311, A005804.

Adjacent sequences: A005802 A005803 A005804 this_sequence A005806 A005807 A005808

Sequence in context: A005639 A093730 A007769 this_sequence A058338 A006896 A125625

KEYWORD

nonn,easy

AUTHOR

njas

EXTENSIONS

More terms, comment from Christian G. Bower (bowerc(AT)usa.net), Dec 15 1999.

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research