searching the database
Your data matches 70 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St000308
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
St000308: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 1 = 2 - 1
[1,2] => 2 = 3 - 1
[2,1] => 1 = 2 - 1
[1,2,3] => 3 = 4 - 1
[1,3,2] => 2 = 3 - 1
[2,1,3] => 2 = 3 - 1
[2,3,1] => 2 = 3 - 1
[3,1,2] => 2 = 3 - 1
[3,2,1] => 1 = 2 - 1
[1,2,3,4] => 4 = 5 - 1
[1,2,4,3] => 3 = 4 - 1
[1,3,2,4] => 3 = 4 - 1
[1,3,4,2] => 3 = 4 - 1
[1,4,2,3] => 3 = 4 - 1
[1,4,3,2] => 2 = 3 - 1
[2,1,3,4] => 3 = 4 - 1
[2,1,4,3] => 2 = 3 - 1
[2,3,1,4] => 2 = 3 - 1
[2,3,4,1] => 3 = 4 - 1
[2,4,1,3] => 2 = 3 - 1
[2,4,3,1] => 2 = 3 - 1
[3,1,2,4] => 3 = 4 - 1
[3,1,4,2] => 2 = 3 - 1
[3,2,1,4] => 2 = 3 - 1
[3,2,4,1] => 2 = 3 - 1
[3,4,1,2] => 2 = 3 - 1
[3,4,2,1] => 2 = 3 - 1
[4,1,2,3] => 3 = 4 - 1
[4,1,3,2] => 2 = 3 - 1
[4,2,1,3] => 2 = 3 - 1
[4,2,3,1] => 2 = 3 - 1
[4,3,1,2] => 2 = 3 - 1
[4,3,2,1] => 1 = 2 - 1
[1,2,3,4,5] => 5 = 6 - 1
[1,2,3,5,4] => 4 = 5 - 1
[1,2,4,3,5] => 4 = 5 - 1
[1,2,4,5,3] => 4 = 5 - 1
[1,2,5,3,4] => 4 = 5 - 1
[1,2,5,4,3] => 3 = 4 - 1
[1,3,2,4,5] => 4 = 5 - 1
[1,3,2,5,4] => 3 = 4 - 1
[1,3,4,2,5] => 3 = 4 - 1
[1,3,4,5,2] => 4 = 5 - 1
[1,3,5,2,4] => 3 = 4 - 1
[1,3,5,4,2] => 3 = 4 - 1
[1,4,2,3,5] => 4 = 5 - 1
[1,4,2,5,3] => 3 = 4 - 1
[1,4,3,2,5] => 3 = 4 - 1
[1,4,3,5,2] => 3 = 4 - 1
[1,4,5,2,3] => 3 = 4 - 1
Description
The height of the tree associated to a permutation.
A permutation can be mapped to a rooted tree with vertices $\{0,1,2,\ldots,n\}$ and root $0$ in the following way. Entries of the permutations are inserted one after the other, each child is larger than its parent and the children are in strict order from left to right. Details of the construction are found in [1].
The statistic is given by the height of this tree.
See also [[St000325]] for the width of this tree.
Matching statistic: St000094
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00015: Binary trees —to ordered tree: right child = right brother⟶ Ordered trees
St000094: Ordered trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00015: Binary trees —to ordered tree: right child = right brother⟶ Ordered trees
St000094: Ordered trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [[]]
=> 2
[1,2] => [.,[.,.]]
=> [[],[]]
=> 2
[2,1] => [[.,.],.]
=> [[[]]]
=> 3
[1,2,3] => [.,[.,[.,.]]]
=> [[],[],[]]
=> 2
[1,3,2] => [.,[[.,.],.]]
=> [[],[[]]]
=> 3
[2,1,3] => [[.,.],[.,.]]
=> [[[]],[]]
=> 3
[2,3,1] => [[.,.],[.,.]]
=> [[[]],[]]
=> 3
[3,1,2] => [[.,[.,.]],.]
=> [[[],[]]]
=> 3
[3,2,1] => [[[.,.],.],.]
=> [[[[]]]]
=> 4
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [[],[],[],[]]
=> 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [[],[],[[]]]
=> 3
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [[],[[]],[]]
=> 3
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [[],[[]],[]]
=> 3
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [[],[[],[]]]
=> 3
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [[],[[[]]]]
=> 4
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 3
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 3
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 3
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 4
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 4
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 4
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [[[],[],[]]]
=> 3
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [[[],[[]]]]
=> 4
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [[[[]],[]]]
=> 4
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[[[]],[]]]
=> 4
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [[[[],[]]]]
=> 4
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[[[[]]]]]
=> 5
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [[],[],[],[],[]]
=> 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [[],[],[],[[]]]
=> 3
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [[],[],[[]],[]]
=> 3
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [[],[],[[]],[]]
=> 3
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [[],[],[[],[]]]
=> 3
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [[],[],[[[]]]]
=> 4
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 3
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 3
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 3
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 3
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 3
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 3
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 3
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 3
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [[],[[[]]],[]]
=> 4
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [[],[[[]]],[]]
=> 4
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 3
Description
The depth of an ordered tree.
Matching statistic: St000013
(load all 10 compositions to match this statistic)
(load all 10 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00020: Binary trees —to Tamari-corresponding Dyck path⟶ Dyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00020: Binary trees —to Tamari-corresponding Dyck path⟶ Dyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1,0]
=> 1 = 2 - 1
[1,2] => [.,[.,.]]
=> [1,1,0,0]
=> 2 = 3 - 1
[2,1] => [[.,.],.]
=> [1,0,1,0]
=> 1 = 2 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,1,1,0,0,0]
=> 3 = 4 - 1
[1,3,2] => [.,[[.,.],.]]
=> [1,1,0,1,0,0]
=> 2 = 3 - 1
[2,1,3] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
[2,3,1] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,0,1,0]
=> 2 = 3 - 1
[3,2,1] => [[[.,.],.],.]
=> [1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,1,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,1,1,0,1,0,0,0]
=> 3 = 4 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,1,1,0,0,1,0,0]
=> 3 = 4 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,1,0,1,0,1,0,0]
=> 2 = 3 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 3 = 4 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 3 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 3 = 4 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 3 = 4 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 3 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 2 = 3 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,1,0,0,0,1,0]
=> 3 = 4 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,0,0,1,0]
=> 2 = 3 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,0,0,1,0,1,0]
=> 2 = 3 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,0,1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,1,1,1,1,0,0,0,0,0]
=> 5 = 6 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,1,1,1,0,1,0,0,0,0]
=> 4 = 5 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,1,1,1,0,0,1,0,0,0]
=> 4 = 5 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3 = 4 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3 = 4 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 4 = 5 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3 = 4 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3 = 4 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 3 = 4 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 3 = 4 - 1
Description
The height of a Dyck path.
The height of a Dyck path $D$ of semilength $n$ is defined as the maximal height of a peak of $D$. The height of $D$ at position $i$ is the number of up-steps minus the number of down-steps before position $i$.
Matching statistic: St000062
(load all 7 compositions to match this statistic)
(load all 7 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00014: Binary trees —to 132-avoiding permutation⟶ Permutations
St000062: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00014: Binary trees —to 132-avoiding permutation⟶ Permutations
St000062: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1] => 1 = 2 - 1
[1,2] => [.,[.,.]]
=> [2,1] => 1 = 2 - 1
[2,1] => [[.,.],.]
=> [1,2] => 2 = 3 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => 1 = 2 - 1
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => 2 = 3 - 1
[2,1,3] => [[.,.],[.,.]]
=> [3,1,2] => 2 = 3 - 1
[2,3,1] => [[.,.],[.,.]]
=> [3,1,2] => 2 = 3 - 1
[3,1,2] => [[.,[.,.]],.]
=> [2,1,3] => 2 = 3 - 1
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => 3 = 4 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => 1 = 2 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => 2 = 3 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => 2 = 3 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => 2 = 3 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 2 = 3 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => 3 = 4 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => 2 = 3 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => 2 = 3 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => 2 = 3 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => 2 = 3 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => 2 = 3 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => 2 = 3 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 2 = 3 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 2 = 3 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => 3 = 4 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => 3 = 4 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 2 = 3 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => 3 = 4 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 2 = 3 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => 3 = 4 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => 3 = 4 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => 3 = 4 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => 3 = 4 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => 4 = 5 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => 1 = 2 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => 2 = 3 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => 2 = 3 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => 2 = 3 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 2 = 3 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => 3 = 4 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => 2 = 3 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => 2 = 3 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => 2 = 3 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => 2 = 3 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => 2 = 3 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => 2 = 3 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 2 = 3 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 2 = 3 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => 3 = 4 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => 3 = 4 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 2 = 3 - 1
Description
The length of the longest increasing subsequence of the permutation.
Matching statistic: St000166
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00015: Binary trees —to ordered tree: right child = right brother⟶ Ordered trees
St000166: Ordered trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00015: Binary trees —to ordered tree: right child = right brother⟶ Ordered trees
St000166: Ordered trees ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [[]]
=> 1 = 2 - 1
[1,2] => [.,[.,.]]
=> [[],[]]
=> 1 = 2 - 1
[2,1] => [[.,.],.]
=> [[[]]]
=> 2 = 3 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [[],[],[]]
=> 1 = 2 - 1
[1,3,2] => [.,[[.,.],.]]
=> [[],[[]]]
=> 2 = 3 - 1
[2,1,3] => [[.,.],[.,.]]
=> [[[]],[]]
=> 2 = 3 - 1
[2,3,1] => [[.,.],[.,.]]
=> [[[]],[]]
=> 2 = 3 - 1
[3,1,2] => [[.,[.,.]],.]
=> [[[],[]]]
=> 2 = 3 - 1
[3,2,1] => [[[.,.],.],.]
=> [[[[]]]]
=> 3 = 4 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [[],[],[],[]]
=> 1 = 2 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [[],[],[[]]]
=> 2 = 3 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [[],[[]],[]]
=> 2 = 3 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [[],[[]],[]]
=> 2 = 3 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [[],[[],[]]]
=> 2 = 3 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [[],[[[]]]]
=> 3 = 4 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 2 = 3 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 2 = 3 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 2 = 3 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [[[]],[],[]]
=> 2 = 3 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 2 = 3 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [[[]],[[]]]
=> 2 = 3 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 2 = 3 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 2 = 3 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 3 = 4 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 3 = 4 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[[],[]],[]]
=> 2 = 3 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [[[[]]],[]]
=> 3 = 4 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [[[],[],[]]]
=> 2 = 3 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [[[],[[]]]]
=> 3 = 4 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [[[[]],[]]]
=> 3 = 4 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[[[]],[]]]
=> 3 = 4 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [[[[],[]]]]
=> 3 = 4 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[[[[]]]]]
=> 4 = 5 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [[],[],[],[],[]]
=> 1 = 2 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [[],[],[],[[]]]
=> 2 = 3 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [[],[],[[]],[]]
=> 2 = 3 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [[],[],[[]],[]]
=> 2 = 3 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [[],[],[[],[]]]
=> 2 = 3 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [[],[],[[[]]]]
=> 3 = 4 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 2 = 3 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 2 = 3 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 2 = 3 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [[],[[]],[],[]]
=> 2 = 3 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 2 = 3 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [[],[[]],[[]]]
=> 2 = 3 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 2 = 3 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 2 = 3 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [[],[[[]]],[]]
=> 3 = 4 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [[],[[[]]],[]]
=> 3 = 4 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [[],[[],[]],[]]
=> 2 = 3 - 1
Description
The depth minus 1 of an ordered tree.
The ordered trees of size $n$ are bijection with the Dyck paths of size $n-1$, and this statistic then corresponds to [[St000013]].
Matching statistic: St000141
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00061: Permutations —to increasing tree⟶ Binary trees
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
St000141: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
St000141: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1] => 0 = 2 - 2
[1,2] => [.,[.,.]]
=> [2,1] => 1 = 3 - 2
[2,1] => [[.,.],.]
=> [1,2] => 0 = 2 - 2
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => 2 = 4 - 2
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => 1 = 3 - 2
[2,1,3] => [[.,.],[.,.]]
=> [1,3,2] => 1 = 3 - 2
[2,3,1] => [[.,[.,.]],.]
=> [2,1,3] => 1 = 3 - 2
[3,1,2] => [[.,.],[.,.]]
=> [1,3,2] => 1 = 3 - 2
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => 0 = 2 - 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => 3 = 5 - 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => 2 = 4 - 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 2 = 4 - 2
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 2 = 4 - 2
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 2 = 4 - 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => 1 = 3 - 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 2 = 4 - 2
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1 = 3 - 2
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 1 = 3 - 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => 1 = 3 - 2
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 1 = 3 - 2
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => 0 = 2 - 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => 4 = 6 - 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => 3 = 5 - 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 3 = 5 - 2
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 3 = 5 - 2
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 3 = 5 - 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => 2 = 4 - 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 3 = 5 - 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 2 = 4 - 2
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => 3 = 5 - 2
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => 2 = 4 - 2
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 3 = 5 - 2
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 2 = 4 - 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => 2 = 4 - 2
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => 2 = 4 - 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
Description
The maximum drop size of a permutation.
The maximum drop size of a permutation $\pi$ of $[n]=\{1,2,\ldots, n\}$ is defined to be the maximum value of $i-\pi(i)$.
Matching statistic: St000662
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00061: Permutations —to increasing tree⟶ Binary trees
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
St000662: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
St000662: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1] => 0 = 2 - 2
[1,2] => [.,[.,.]]
=> [2,1] => 1 = 3 - 2
[2,1] => [[.,.],.]
=> [1,2] => 0 = 2 - 2
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => 2 = 4 - 2
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => 1 = 3 - 2
[2,1,3] => [[.,.],[.,.]]
=> [1,3,2] => 1 = 3 - 2
[2,3,1] => [[.,[.,.]],.]
=> [2,1,3] => 1 = 3 - 2
[3,1,2] => [[.,.],[.,.]]
=> [1,3,2] => 1 = 3 - 2
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => 0 = 2 - 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => 3 = 5 - 2
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => 2 = 4 - 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 2 = 4 - 2
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 2 = 4 - 2
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => 2 = 4 - 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => 1 = 3 - 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 2 = 4 - 2
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1 = 3 - 2
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 1 = 3 - 2
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => 1 = 3 - 2
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => 1 = 3 - 2
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => 2 = 4 - 2
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => 1 = 3 - 2
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => 1 = 3 - 2
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => 1 = 3 - 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => 0 = 2 - 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => 4 = 6 - 2
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => 3 = 5 - 2
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 3 = 5 - 2
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 3 = 5 - 2
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => 3 = 5 - 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => 2 = 4 - 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 3 = 5 - 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 2 = 4 - 2
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => 3 = 5 - 2
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => 2 = 4 - 2
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => 3 = 5 - 2
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => 2 = 4 - 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => 2 = 4 - 2
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => 2 = 4 - 2
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => 2 = 4 - 2
Description
The staircase size of the code of a permutation.
The code $c(\pi)$ of a permutation $\pi$ of length $n$ is given by the sequence $(c_1,\ldots,c_{n})$ with $c_i = |\{j > i : \pi(j) < \pi(i)\}|$. This is a bijection between permutations and all sequences $(c_1,\ldots,c_n)$ with $0 \leq c_i \leq n-i$.
The staircase size of the code is the maximal $k$ such that there exists a subsequence $(c_{i_k},\ldots,c_{i_1})$ of $c(\pi)$ with $c_{i_j} \geq j$.
This statistic is mapped through [[Mp00062]] to the number of descents, showing that together with the number of inversions [[St000018]] it is Euler-Mahonian.
Matching statistic: St000528
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00047: Ordered trees —to poset⟶ Posets
St000528: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00047: Ordered trees —to poset⟶ Posets
St000528: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [[]]
=> ([(0,1)],2)
=> 2
[1,2] => [.,[.,.]]
=> [[[]]]
=> ([(0,2),(2,1)],3)
=> 3
[2,1] => [[.,.],.]
=> [[],[]]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> [[[[]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,3,2] => [.,[[.,.],.]]
=> [[[],[]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[2,1,3] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2] => [[.,[.,.]],.]
=> [[[]],[]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1] => [[[.,.],.],.]
=> [[],[],[]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [[[[[]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [[[[],[]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [[[[]],[]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [[[],[],[]]]
=> ([(0,4),(1,4),(2,4),(4,3)],5)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [[[[]]],[]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [[[],[]],[]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [[[]],[],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[],[],[],[]]
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [[[[[[]]]]]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [[[[[],[]]]]]
=> ([(0,5),(1,5),(3,2),(4,3),(5,4)],6)
=> 5
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [[[[[]],[]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [[[[],[],[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(5,3)],6)
=> 4
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,3),(3,5),(5,4)],6)
=> 4
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,3),(3,5),(5,4)],6)
=> 4
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
Description
The height of a poset.
This equals the rank of the poset [[St000080]] plus one.
Matching statistic: St001343
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00047: Ordered trees —to poset⟶ Posets
St001343: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00010: Binary trees —to ordered tree: left child = left brother⟶ Ordered trees
Mp00047: Ordered trees —to poset⟶ Posets
St001343: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [[]]
=> ([(0,1)],2)
=> 2
[1,2] => [.,[.,.]]
=> [[[]]]
=> ([(0,2),(2,1)],3)
=> 3
[2,1] => [[.,.],.]
=> [[],[]]
=> ([(0,2),(1,2)],3)
=> 2
[1,2,3] => [.,[.,[.,.]]]
=> [[[[]]]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,3,2] => [.,[[.,.],.]]
=> [[[],[]]]
=> ([(0,3),(1,3),(3,2)],4)
=> 3
[2,1,3] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[2,3,1] => [[.,.],[.,.]]
=> [[],[[]]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,1,2] => [[.,[.,.]],.]
=> [[[]],[]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1] => [[[.,.],.],.]
=> [[],[],[]]
=> ([(0,3),(1,3),(2,3)],4)
=> 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [[[[[]]]]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [[[[],[]]]]
=> ([(0,4),(1,4),(2,3),(4,2)],5)
=> 4
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [[[],[[]]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [[[[]],[]]]
=> ([(0,4),(1,2),(2,4),(4,3)],5)
=> 4
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [[[],[],[]]]
=> ([(0,4),(1,4),(2,4),(4,3)],5)
=> 3
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [[],[[[]]]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [[],[[],[]]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[[]],[[]]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 3
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [[],[],[[]]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [[[[]]],[]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [[[],[]],[]]
=> ([(0,4),(1,3),(2,3),(3,4)],5)
=> 3
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[],[[]],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [[[]],[],[]]
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 3
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[],[],[],[]]
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [[[[[[]]]]]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [[[[[],[]]]]]
=> ([(0,5),(1,5),(3,2),(4,3),(5,4)],6)
=> 5
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [[[[],[[]]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [[[[[]],[]]]]
=> ([(0,5),(1,3),(3,5),(4,2),(5,4)],6)
=> 5
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [[[[],[],[]]]]
=> ([(0,5),(1,5),(2,5),(3,4),(5,3)],6)
=> 4
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [[[],[[[]]]]]
=> ([(0,5),(1,4),(2,5),(4,2),(5,3)],6)
=> 5
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [[[],[[],[]]]]
=> ([(0,5),(1,4),(2,4),(4,5),(5,3)],6)
=> 4
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,3),(3,5),(5,4)],6)
=> 4
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [[[],[],[[]]]]
=> ([(0,5),(1,5),(2,3),(3,5),(5,4)],6)
=> 4
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [[[[]],[[]]]]
=> ([(0,4),(1,3),(3,5),(4,5),(5,2)],6)
=> 4
Description
The dimension of the reduced incidence algebra of a poset.
The reduced incidence algebra of a poset is the subalgebra of the incidence algebra consisting of the elements which assign the same value to any two intervals that are isomorphic to each other as posets.
Thus, this statistic returns the number of non-isomorphic intervals of the poset.
Matching statistic: St000010
Mp00072: Permutations —binary search tree: left to right⟶ Binary trees
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
Mp00060: Permutations —Robinson-Schensted tableau shape⟶ Integer partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00017: Binary trees —to 312-avoiding permutation⟶ Permutations
Mp00060: Permutations —Robinson-Schensted tableau shape⟶ Integer partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => [.,.]
=> [1] => [1]
=> 1 = 2 - 1
[1,2] => [.,[.,.]]
=> [2,1] => [1,1]
=> 2 = 3 - 1
[2,1] => [[.,.],.]
=> [1,2] => [2]
=> 1 = 2 - 1
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => [1,1,1]
=> 3 = 4 - 1
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => [2,1]
=> 2 = 3 - 1
[2,1,3] => [[.,.],[.,.]]
=> [1,3,2] => [2,1]
=> 2 = 3 - 1
[2,3,1] => [[.,.],[.,.]]
=> [1,3,2] => [2,1]
=> 2 = 3 - 1
[3,1,2] => [[.,[.,.]],.]
=> [2,1,3] => [2,1]
=> 2 = 3 - 1
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => [3]
=> 1 = 2 - 1
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,1,1,1]
=> 4 = 5 - 1
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [2,1,1]
=> 3 = 4 - 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,1,1]
=> 3 = 4 - 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,1,1]
=> 3 = 4 - 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [2,1,1]
=> 3 = 4 - 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => [3,1]
=> 2 = 3 - 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [2,1,1]
=> 3 = 4 - 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => [3,1]
=> 2 = 3 - 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [2,1,1]
=> 3 = 4 - 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,4,3,2] => [2,1,1]
=> 3 = 4 - 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => [3,1]
=> 2 = 3 - 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,3,4,2] => [3,1]
=> 2 = 3 - 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,2]
=> 2 = 3 - 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,2]
=> 2 = 3 - 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => [3,1]
=> 2 = 3 - 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => [3,1]
=> 2 = 3 - 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,2]
=> 2 = 3 - 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,2,4,3] => [3,1]
=> 2 = 3 - 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [2,1,1]
=> 3 = 4 - 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => [3,1]
=> 2 = 3 - 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => [3,1]
=> 2 = 3 - 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,3,2,4] => [3,1]
=> 2 = 3 - 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => [3,1]
=> 2 = 3 - 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => [4]
=> 1 = 2 - 1
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [1,1,1,1,1]
=> 5 = 6 - 1
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,1,1]
=> 3 = 4 - 1
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [3,1,1]
=> 3 = 4 - 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,1,1,1]
=> 4 = 5 - 1
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [3,1,1]
=> 3 = 4 - 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [3,1,1]
=> 3 = 4 - 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [2,2,1]
=> 3 = 4 - 1
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [2,2,1]
=> 3 = 4 - 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [3,1,1]
=> 3 = 4 - 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [3,1,1]
=> 3 = 4 - 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [2,2,1]
=> 3 = 4 - 1
Description
The length of the partition.
The following 60 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000093The cardinality of a maximal independent set of vertices of a graph. St000097The order of the largest clique of the graph. St000098The chromatic number of a graph. St000147The largest part of an integer partition. St000172The Grundy number of a graph. St000314The number of left-to-right-maxima of a permutation. St000325The width of the tree associated to a permutation. St000442The maximal area to the right of an up step of a Dyck path. St000451The length of the longest pattern of the form k 1 2. St000470The number of runs in a permutation. St000527The width of the poset. St000542The number of left-to-right-minima of a permutation. St000720The size of the largest partition in the oscillating tableau corresponding to the perfect matching. St000786The maximal number of occurrences of a colour in a proper colouring of a graph. St000822The Hadwiger number of the graph. St001029The size of the core of a graph. St001203We associate to a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series $L=[c_0,c_1,...,c_{n-1}]$ such that $n=c_0 < c_i$ for all $i > 0$ a Dyck path as follows:
St001337The upper domination number of a graph. St001338The upper irredundance number of a graph. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001494The Alon-Tarsi number of a graph. St001580The acyclic chromatic number of a graph. St001717The largest size of an interval in a poset. St001963The tree-depth of a graph. St000021The number of descents of a permutation. St000080The rank of the poset. St000245The number of ascents of a permutation. St000272The treewidth of a graph. St000306The bounce count of a Dyck path. St000536The pathwidth of a graph. St001046The maximal number of arcs nesting a given arc of a perfect matching. St001277The degeneracy of a graph. St001358The largest degree of a regular subgraph of a graph. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St000730The maximal arc length of a set partition. St001418Half of the global dimension of the stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St000260The radius of a connected graph. St000259The diameter of a connected graph. St001330The hat guessing number of a graph. St001645The pebbling number of a connected graph. St000264The girth of a graph, which is not a tree. St001875The number of simple modules with projective dimension at most 1. St000806The semiperimeter of the associated bargraph. St000454The largest eigenvalue of a graph if it is integral. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000455The second largest eigenvalue of a graph if it is integral. St000143The largest repeated part of a partition. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001589The nesting number of a perfect matching. St001060The distinguishing index of a graph. St001896The number of right descents of a signed permutations. St000845The maximal number of elements covered by an element in a poset. St000846The maximal number of elements covering an element of a poset. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St001946The number of descents in a parking function. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001626The number of maximal proper sublattices of a lattice. St001624The breadth of a lattice.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!