login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A306205 Number of lonely (gene tree, species tree) pairs with n+1 leaves. 1

%I #11 Feb 07 2019 12:57:14

%S 1,6,102,3420,191700,16291800,1966015800,321188943600,68482943802000,

%T 18508629682620000,6191158589749980000,2512773755138326680000,

%U 1216899394130358698760000,693258145152338464498800000

%N Number of lonely (gene tree, species tree) pairs with n+1 leaves.

%C A (gene tree, species tree) pair consisting of leaf-labeled binary trees whose leaves are labeled by the same label set is said to be lonely if and only if the pair has exactly one coalescent history. The sequence a(n) gives the number of distinct lonely (gene tree, species tree) pairs, considering all possible pairs of binary trees with n+1 leaves, bijectively labeled by the same set of n+1 distinguishable leaf labels.

%H N. A. Rosenberg, <a href="https://doi.org/10.1016/j.aam.2018.09.001">Enumeration of lonely pairs of gene trees and species trees by means of antipodal cherries</a>, Adv. Appl. Math., 102 (2019), 1-17.

%F a(n-1) = Sum_{p=1..floor(n/2)} Sum__{k=1..p} (2n-2p-2)! (2p-2)! n! (n-2)! / (2^(n+k-3) (p-k)! (n-p-k)! (n-p-1)! (p-1)! k! (k-1)! 2^(KroneckerDelta(p,n-p)) ).

%e For n+1=2, the only (gene tree, species tree) pair ((A,B), (A,B)) with n+1=2 leaves is lonely and a(1)=1. For n+1=3, there are a(2)=6 lonely pairs with n+1=3 leaves: (((A,C),B), ((A,B),C)), (((B,C),A), ((A,B),C)), (((A,B),C), ((A,C),B)), (((B,C),A), ((A,C),B)), (((A,B),C), ((B,C),A)), and (((A,C),B), ((B,C),A)).

%t b[n_] := Sum[Binomial[n, p] T[p] T[n - p]/2^KroneckerDelta[p, n - p] Sum[

%t Factorial[p] Factorial[

%t n - p] Factorial[

%t n - 2]/(2^(k - 1) Factorial[k] Factorial[p - k] Factorial[

%t n - p - k] Factorial[k - 1]), {k, 1, p}], {p, 1, Floor[n/2]}]

%t a[n_] := b[n+1]

%t Table[a[n], {n, 1, 30}]

%Y Lonely pairs are tabulated among pairs of leaf-labeled binary trees (A001818, or the square of A001147), where both trees in the pair are bijectively labeled by the same label set.

%K nonn

%O 1,2

%A _Noah A Rosenberg_, Jan 29 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)