A287211 The number of plane rooted complete ternary trees with 2n+1 unlabeled leaves (hence n internal nodes including the root where n starts at 0) satisfying these two conditions: (1) if one of the three children of any internal node is the greatest in deglex order then that child is not the leftmost child; (2) if one of the three children of any internal node is the smallest in deglex order then that child is not the rightmost child. Deglex order refers to degree-lexicographical order defined inductively on the number of leaves (see details under Comments).
1, 1, 2, 6, 21, 78, 308, 1264, 5332, 22994, 100896, 449004
Offset: 0
Examples
Association types for arities 1, 3, 5, 7 are as follows in deglex order. See Links for a-file with association types for arities up to 11. Arity 1, number of types 1: a. Arity 3, number of types 1: [abc]. Arity 5, number of types 2: [ab[cde]], [a[bcd]e]. Arity 7, number of types 6: [ab[cd[efg]]], [ab[c[def]g]], [a[bcd][efg]], [a[bc[def]]g], [a[b[cde]f]g], [[abc]d[efg]].
Links
- Murray R. Bremner, Association types up to and including arity 11
- Murray R. Bremner, Maple worksheet for generating association types
Programs
-
Maple
See attached a-file under Links.
Comments