A089378 Number of one-step transitions between all unlabeled hierarchies of n elements.
0, 6, 24, 104, 382, 1414, 4870
Offset: 1
Keywords
Examples
Consider the unlabeled hierarchies for n = 3 elements. Take for example H1 = [1,2] and H2 = [1,1,1]. A one-step transition is possible between H1 and H2 by moving one element of the second level (occupied by two elements) of H1 on the third level, which gives H2. As a counterexample, consider H1 and H3 = [[1], [1], [1]]. H3 consists of three subhierarchies. In order to get from H1 to H3 one needs to move two elements; no one-step transition is possible.
Links
- N. J. A. Sloane and Thomas Wieder, The Number of Hierarchical Orderings, Order 21 (2004), 83-89.
Programs
-
Maple
A (rather long) Maple program is available from the author.
Comments