A258487
Number of tangled chains of length k=4.
Original entry on oeis.org
1, 1, 14, 2140, 1017219, 1110178602, 2320017306125, 8278981347401059, 46556715158334549170, 388779284837787599307987, 4605471565794120802036550000, 74633554055057890778698344509705, 1606481673354648219373898238155693682, 44821655543075499856527523557216582931002
Offset: 1
- R. Page, Tangled trees: phylogeny, cospeciation, and coevolution, The University of Chicago Press, 2002.
A258489
Number of tangled chains of length k=6.
Original entry on oeis.org
1, 1, 122, 474883, 11168414844, 989169269347359, 250335000079534559375, 151038989624520433840089358, 191158216491241179675824199407135, 461408865973380293005829125668717407727, 1973397409908124305318632313047269426852165625, 14104214451439837037643144221899175649593123932192274
Offset: 1
- R. Page, Tangled trees: phylogeny, cospeciation, and coevolution, The University of Chicago Press, 2002.
A258486
Number of tangled chains of length k=3.
Original entry on oeis.org
1, 1, 5, 151, 9944, 1196991, 226435150, 61992679960, 23198439767669, 11380100883484302, 7087878538028540725, 5465174495550911165171, 5111311778783673593594175, 5701234859347275019419890715, 7477492710871626347942014991975, 11393306956061559325223329489826611, 19958666934810234750929365717573438949, 39835206091758734935374720734513530255512, 89867076346063005007676287874769844881101800, 227547795689116560408812799327387232156371842150
Offset: 1
- R. Page, Tangled trees: phylogeny, cospeciation, and coevolution, The University of Chicago Press, 2002.
A259114
Number of rooted binary unordered tanglegrams of size n.
Original entry on oeis.org
1, 1, 2, 10, 69, 807, 13048, 269221, 6660455, 191411477, 6257905519, 229312906604, 9309547057292, 414803750101863
Offset: 1
- S. C. Billey, M. Konvalinka, and F. A. Matsen IV, On the enumeration of tanglegrams and tangled chains, arXiv:1507.04976 [math.CO], 2015.
- Ira M. Gessel, Counting tanglegrams with species, arXiv:1509.03867 [math.CO], (13-September-2015)
- F. A. Matsen IV, S. C. Billey, D. A. Kas, and M. Konvalinka, Tanglegrams: a reduction tool for mathematical phylogenetics, arXiv:1507.04784 [q-bio.PE], 2015.
- Frederick A. Matsen, Sage/GAP4 Code for generating tanglegrams
A258485
Number of tangled chains of length k=7.
Original entry on oeis.org
1, 1, 365, 7119961, 1172597933594, 934741501255380321, 2602204282373953017437500, 20410544568790568555722851029455, 387481340785957748099474582410763014214, 15899856312608503503306403988460714538830399657
Offset: 1
- R. Page, Tangled trees: phylogeny, cospeciation, and coevolution, The University of Chicago Press, 2002.
A259115
Number of unrooted binary ordered tanglegrams of size n.
Original entry on oeis.org
1, 1, 1, 2, 4, 31, 243, 3532, 62810, 1390718, 36080361, 1076477512, 36281518847, 1363869480379, 56587508558171, 2569141702825037, 126714642738385906, 6747643861563535720, 385875940575529343271, 23588199955061659841248, 1535037278334227258123709, 105961521687913311720698169
Offset: 1
- Andrew Howroyd, Table of n, a(n) for n = 1..50
- S. C. Billey, M. Konvalinka, and F. A. Matsen IV, On the enumeration of tanglegrams and tangled chains, arXiv:1507.04976 [math.CO], 2015.
- Ira M. Gessel, Counting tanglegrams with species, arXiv:1509.03867 [math.CO], (13-September-2015)
- F. A. Matsen IV, S. C. Billey, D. A. Kas, and M. Konvalinka, Tanglegrams: a reduction tool for mathematical phylogenetics, arXiv:1507.04784 [q-bio.PE], 2015.
- Frederick A. Matsen, Sage/GAP4 Code for generating tanglegrams
-
\\ See links in A339645 for combinatorial species functions.
rootedBinTrees(n)={my(v=vector(n)); v[1]=sv(1); for(n=2, n, v[n]=(sum(j=1, n-1, v[j]*v[n-j]) + if(n%2, 0, sRaiseCI(v[n/2], n/2, 2)))/2); x*Ser(v)}
cycleIndexSeries(n)={my(g=rootedBinTrees(n), u = g + (sRaise(g,3) - g^3)/3); sCartProd(u,u)}
NumUnlabeledObjsSeq(cycleIndexSeries(12)) \\ Andrew Howroyd, Dec 24 2020
A259116
Number of unrooted binary unordered tanglegrams of size n.
Original entry on oeis.org
1, 1, 1, 2, 4, 22, 145, 1875, 31929, 698183, 18056523, 538340256, 18141423039, 681939320185
Offset: 1
- S. C. Billey, M. Konvalinka, and F. A. Matsen IV, On the enumeration of tanglegrams and tangled chains, arXiv:1507.04976 [math.CO], 2015.
- Ira M. Gessel, Counting tanglegrams with species, arXiv:1509.03867 [math.CO], (13-September-2015)
- F. A. Matsen IV, S. C. Billey, D. A. Kas, and M. Konvalinka, Tanglegrams: a reduction tool for mathematical phylogenetics, arXiv:1507.04784 [q-bio.PE], 2015.
- Frederick A. Matsen, Sage/GAP4 Code for generating tanglegrams
Showing 1-7 of 7 results.
Comments