A370771 Triangle read by rows: T(n,k) is the number of k-trees with n unlabeled nodes rooted at a front.
1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 4, 2, 1, 1, 1, 9, 6, 2, 1, 1, 1, 20, 21, 6, 2, 1, 1, 1, 48, 83, 25, 6, 2, 1, 1, 1, 115, 356, 126, 25, 6, 2, 1, 1, 1, 286, 1599, 745, 135, 25, 6, 2, 1, 1, 1, 719, 7434, 4784, 895, 135, 25, 6, 2, 1, 1, 1, 1842, 35381, 32372, 6846, 915, 135, 25, 6, 2, 1, 1
Offset: 0
Examples
Triangle begins: 1; 1, 1; 1, 1, 1; 1, 2, 1, 1; 1, 4, 2, 1, 1; 1, 9, 6, 2, 1, 1; 1, 20, 21, 6, 2, 1, 1; 1, 48, 83, 25, 6, 2, 1, 1; 1, 115, 356, 126, 25, 6, 2, 1, 1; 1, 286, 1599, 745, 135, 25, 6, 2, 1, 1; 1, 719, 7434, 4784, 895, 135, 25, 6, 2, 1, 1; ...
Links
- Andrew Gainer-Dewar, Gamma-Species and the Enumeration of k-Trees, Electronic Journal of Combinatorics, Volume 19 (2012), #P45.
Comments