A245888 Number of labeled increasing unary-binary trees on n nodes whose breadth-first reading word avoids 231.
1, 1, 3, 9, 36, 155, 752, 3894
Offset: 1
Examples
The a(4) = 9 such trees are: : : 1 1 1 1 : /\ /\ /\ /\ : 2 3 2 3 3 2 3 2 : | | | | : 4 4 4 4 : : : 1 1 1 1 1 : /\ /\ | | | : 2 4 4 2 2 2 2 : | | /\ /\ | : 3 3 3 4 4 3 3 : | : 4 :
Links
- Manda Riehl, The 9 trees when n = 4.
Comments