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!)
A306266 Number of reciprocally monophyletic coalescence sequences for 2n lineages, n each in 2 species. 2

%I #16 Feb 07 2019 15:20:38

%S 1,2,54,6480,2268000,1837080000,2970558360000,8650265944320000,

%T 42040292489395200000,321608237543873280000000,

%U 3696886690566823353600000000,61486619437507406017075200000000,1433990938521547723130227814400000000

%N Number of reciprocally monophyletic coalescence sequences for 2n lineages, n each in 2 species.

%C Consider a binary tree evolving in time from a single node until the tree has 2n labeled leaves. Color the 2n leaves in 2 colors, red and blue, assigning n leaves to each color. Suppose coalescences of pairs of leaves happen at distinct times (i.e., no simultaneous mergers). A coalescence sequence is a sequence of coalescence events backward in time, tracing the reduction of the 2n leaves to the single ancestral node. A reciprocally monophyletic coalescence sequence is a sequence in which all n red leaves have a common ancestor node that is not the ancestor of any blue leaves, and all n blue leaves have a common ancestor node that is not the ancestor of any red leaves.

%H N. A. Rosenberg, <a href="https://doi.org/10.1111/j.0014-3820.2003.tb00355.x">The shapes of neutral gene genealogies in two species: probabilities of monophyly, paraphyly, and polyphyly in a coalescent model</a>, Evolution 57 (2003), 1465-1477.

%F a(n) = n! n! (2n-2)! / 2^(2n-2).

%e For n=2, consider two red leaves R1 and R2 and two blue leaves B1 and B2. In a reciprocally monophyletic coalescence sequence, the pair of red leaves must coalesce, and the pair of blue leaves must coalesce. These events can occur in either of two orders (red first or blue first), so that a(2)=2.

%p a:= n-> n!^2*(2*n-2)!/2^(2*n-2):

%p seq(a(n), n=1..15); - _Alois P. Heinz_, Feb 07 2019

%t Table[n! n! (2 n - 2)!/2^(2 n - 2), {n, 1, 30}]

%Y The total number of coalescence sequences for n leaves, from among which the reciprocally monophyletic coalescence sequences are identified, follows A006472.

%K nonn

%O 1,2

%A _Noah A Rosenberg_, Feb 01 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 October 1 14:54 EDT 2023. Contains 365826 sequences. (Running on oeis4.)