A356917 Irregular triangle read by rows where row n lists the Colijn-Plazzotta subtree numbers, in ascending order, of each vertex of the rooted binary tree with their tree number n.
1, 1, 1, 2, 1, 1, 1, 2, 3, 1, 1, 1, 1, 2, 2, 4, 1, 1, 1, 1, 2, 3, 5, 1, 1, 1, 1, 1, 2, 2, 3, 6, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 7, 1, 1, 1, 1, 1, 2, 2, 4, 8, 1, 1, 1, 1, 1, 1, 2, 2, 2, 4, 9, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 4, 10, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 4, 4, 11
Offset: 1
Examples
Triangle begins: k=1 2 3 4 5 6 7 8 9 10 11 n=1: 1, n=2: 1, 1, 2, n=3: 1, 1, 1, 2, 3, n=4: 1, 1, 1, 1, 2, 2, 4, n=5: 1, 1, 1, 1, 2, 3, 5, n=6: 1, 1, 1, 1, 1, 2, 2, 3, 6, n=7: 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 7, n=8: 1, 1, 1, 1, 1, 2, 2, 4, 8, Tree n=6 and its subtree numbers are as follows and row 6 is these subtree numbers in ascending order. 6 root / \ 3 2 / \ / \ 2 1 1 1 / \ 1 1
Links
- Kevin Ryde, Table of n, a(n) for rows 1..500, flattened
- Caroline Colijn and Giacomo Plazzotta, A Metric on Phylogenetic Tree Shapes, Systematic Biology, volume 67, number 1, January 2018, pages 113-126, see section 2.3 where their L_n = row n here.
- Kevin Ryde, PARI/GP Code
Crossrefs
Programs
-
PARI
\\ See links.
Comments