A382440 Number of rooted full binary trees with n internal nodes, up to their multiset of subtree sizes.
1, 1, 2, 3, 6, 11, 23, 45, 95, 194, 414, 863, 1850, 3910, 8413, 17887, 38517, 82249, 177133, 378871, 815265, 1745006, 3750385, 8024725, 17219142, 36817113
Offset: 1
Examples
The following binary tree has its multiset of subtree sizes equal to {4, 3, 1, 1}: o / \ o \ / \ \ / \ \ / \ \ o o \ / \ / \ \ o o o o o The 6 multisets of subtree sizes corresponding to a(5) = 6 are: {5, 3, 1, 1, 1}, {5, 2, 2, 1, 1}, {5, 3, 2, 1, 1}, {5, 4, 2, 1, 1}, {5, 4, 3, 1, 1}, {5, 4, 3, 2, 1}.
Comments