Your data matches 1 statistic following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00049: Ordered trees to binary tree: left brother = left childBinary trees
St000568: Binary trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[[],[]]
=> [[.,.],.]
=> 1
[[[]]]
=> [.,[.,.]]
=> 1
[[],[],[]]
=> [[[.,.],.],.]
=> 1
[[],[[]]]
=> [[.,.],[.,.]]
=> 1
[[[]],[]]
=> [[.,[.,.]],.]
=> 2
[[[],[]]]
=> [.,[[.,.],.]]
=> 2
[[[[]]]]
=> [.,[.,[.,.]]]
=> 1
[[],[],[],[]]
=> [[[[.,.],.],.],.]
=> 1
[[],[],[[]]]
=> [[[.,.],.],[.,.]]
=> 1
[[],[[]],[]]
=> [[[.,.],[.,.]],.]
=> 2
[[],[[],[]]]
=> [[.,.],[[.,.],.]]
=> 2
[[],[[[]]]]
=> [[.,.],[.,[.,.]]]
=> 1
[[[]],[],[]]
=> [[[.,[.,.]],.],.]
=> 2
[[[]],[[]]]
=> [[.,[.,.]],[.,.]]
=> 2
[[[],[]],[]]
=> [[.,[[.,.],.]],.]
=> 2
[[[[]]],[]]
=> [[.,[.,[.,.]]],.]
=> 2
[[[],[],[]]]
=> [.,[[[.,.],.],.]]
=> 2
[[[],[[]]]]
=> [.,[[.,.],[.,.]]]
=> 2
[[[[]],[]]]
=> [.,[[.,[.,.]],.]]
=> 2
[[[[],[]]]]
=> [.,[.,[[.,.],.]]]
=> 2
[[[[[]]]]]
=> [.,[.,[.,[.,.]]]]
=> 1
[[],[],[],[],[]]
=> [[[[[.,.],.],.],.],.]
=> 1
[[],[],[],[[]]]
=> [[[[.,.],.],.],[.,.]]
=> 1
[[],[],[[]],[]]
=> [[[[.,.],.],[.,.]],.]
=> 2
[[],[],[[],[]]]
=> [[[.,.],.],[[.,.],.]]
=> 2
[[],[],[[[]]]]
=> [[[.,.],.],[.,[.,.]]]
=> 1
[[],[[]],[],[]]
=> [[[[.,.],[.,.]],.],.]
=> 2
[[],[[]],[[]]]
=> [[[.,.],[.,.]],[.,.]]
=> 2
[[],[[],[]],[]]
=> [[[.,.],[[.,.],.]],.]
=> 2
[[],[[[]]],[]]
=> [[[.,.],[.,[.,.]]],.]
=> 2
[[],[[],[],[]]]
=> [[.,.],[[[.,.],.],.]]
=> 2
[[],[[],[[]]]]
=> [[.,.],[[.,.],[.,.]]]
=> 2
[[],[[[]],[]]]
=> [[.,.],[[.,[.,.]],.]]
=> 2
[[],[[[],[]]]]
=> [[.,.],[.,[[.,.],.]]]
=> 2
[[],[[[[]]]]]
=> [[.,.],[.,[.,[.,.]]]]
=> 1
[[[]],[],[],[]]
=> [[[[.,[.,.]],.],.],.]
=> 2
[[[]],[],[[]]]
=> [[[.,[.,.]],.],[.,.]]
=> 2
[[[]],[[]],[]]
=> [[[.,[.,.]],[.,.]],.]
=> 3
[[[]],[[],[]]]
=> [[.,[.,.]],[[.,.],.]]
=> 3
[[[]],[[[]]]]
=> [[.,[.,.]],[.,[.,.]]]
=> 2
[[[],[]],[],[]]
=> [[[.,[[.,.],.]],.],.]
=> 2
[[[[]]],[],[]]
=> [[[.,[.,[.,.]]],.],.]
=> 2
[[[],[]],[[]]]
=> [[.,[[.,.],.]],[.,.]]
=> 2
[[[[]]],[[]]]
=> [[.,[.,[.,.]]],[.,.]]
=> 2
[[[],[],[]],[]]
=> [[.,[[[.,.],.],.]],.]
=> 2
[[[],[[]]],[]]
=> [[.,[[.,.],[.,.]]],.]
=> 2
[[[[]],[]],[]]
=> [[.,[[.,[.,.]],.]],.]
=> 3
[[[[],[]]],[]]
=> [[.,[.,[[.,.],.]]],.]
=> 3
[[[[[]]]],[]]
=> [[.,[.,[.,[.,.]]]],.]
=> 2
[[[],[],[],[]]]
=> [.,[[[[.,.],.],.],.]]
=> 2
Description
The hook number of a binary tree. A hook of a binary tree is a vertex together with is left- and its right-most branch. Then there is a unique decomposition of the tree into hooks and the hook number is the number of hooks in this decomposition.