Your data matches 92 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000011: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> 1
[1,2] => [1,0,1,0]
=> 2
[2,1] => [1,1,0,0]
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> 3
[1,3,2] => [1,0,1,1,0,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> 1
[3,1,2] => [1,1,1,0,0,0]
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 4
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 5
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> 4
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> 4
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> 3
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> 2
Description
The number of touch points (or returns) of a Dyck path. This is the number of points, excluding the origin, where the Dyck path has height 0.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
Mp00102: Dyck paths rise compositionInteger compositions
St000382: Integer compositions ⟶ ℤResult quality: 77% values known / values provided: 100%distinct values known / distinct values provided: 77%
Values
[1] => [1,0]
=> [1,0]
=> [1] => 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> [2] => 2
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,1] => 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [3] => 3
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> [2,1] => 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> [2,1] => 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> [1,2] => 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1] => 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1] => 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [4] => 4
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [3,1] => 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [3,1] => 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [2,2] => 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> [2,1,1] => 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> [2,1,1] => 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> [3,1] => 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [2,1,1] => 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> [2,2] => 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,3] => 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> [1,2,1] => 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> [1,2,1] => 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> [2,1,1] => 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,2,1] => 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> [2,1,1] => 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,2,1] => 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,1,2] => 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,1,2] => 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1] => 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [5] => 5
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [4,1] => 4
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [4,1] => 4
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [3,2] => 3
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [3,1,1] => 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [3,1,1] => 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [4,1] => 4
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [3,1,1] => 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [3,2] => 3
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [2,3] => 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [2,2,1] => 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [2,2,1] => 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,1] => 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,2,1] => 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,1] => 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,2,1] => 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [2,1,2] => 2
[] => []
=> []
=> [] => ? = 0
[10,1,2,3,4,5,6,7,8,11,9] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[10,9,8,7,6,5,4,3,2,1,11] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[1,11,10,9,8,7,6,5,4,3,2] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[2,3,4,5,6,7,8,9,11,1,10] => [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,0]
=> [1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0]
=> [1,9,1] => ? = 1
[10,1,2,3,4,5,6,7,8,9,11] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[1,11,2,3,4,5,6,7,8,9,10] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[2,4,1,3,6,5,8,7,10,9] => [1,1,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0]
=> [4,1,1,1,2,1] => ? = 4
[2,4,1,6,3,8,5,7,10,9] => [1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,0,1,0,0]
=> [2,1,4,1,1,1] => ? = 2
[2,4,1,6,3,8,5,9,7,10] => [1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0]
=> [1,1,0,0,1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0]
=> [2,5,1,1,1] => ? = 2
[2,4,1,6,3,7,5,9,8,10] => [1,1,0,1,1,0,0,1,1,0,0,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0]
=> [3,1,4,1,1] => ? = 3
[2,4,1,5,3,7,6,9,8,10] => [1,1,0,1,1,0,0,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,0,0]
=> [4,1,1,3,1] => ? = 4
[2,3,1,5,4,7,6,9,8,10] => [1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,1,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0]
=> [5,1,1,1,2] => ? = 5
[8,5,9,10,2,6,7,1,3,4] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[10,9,8,7,6,5,4,3,1,11,2] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[9,11,8,7,6,5,4,3,2,1,10] => [1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,1,1,1,1,1,2,1] => ? = 1
[11,10,9,8,7,6,5,4,3,1,12,2] => [1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,2,1,1,1,1,1,1,1,1,1] => ? = 1
[1,11,8,7,6,5,4,3,2,10,9] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[7,8,10,9,5,6,3,4,1,2] => [1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[7,8,10,9,3,4,6,5,1,2] => [1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[7,8,10,9,5,6,1,2,4,3] => [1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[7,8,10,9,1,4,6,2,5,3] => [1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[7,8,10,9,1,2,3,6,5,4] => [1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[7,8,9,4,5,2,3,6,10,1] => [1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> [1,2,1,1,1,1,3] => ? = 1
[3,4,5,6,7,8,9,1,2,10] => [1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [2,1,7] => ? = 2
[1,4,5,6,7,8,9,10,2,3] => [1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> [2,1,7] => ? = 2
[2,11,1,3,4,5,6,7,8,9,10] => [1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[10,9,8,7,6,5,4,3,2,11,1] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[1,2,3,4,5,6,7,8,9,10,11,12] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0]
=> ? => ? = 12
[8,6,9,10,5,4,3,2,1,7] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[3,4,5,6,7,8,9,10,11,2,1] => [1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [1,1,9] => ? = 1
[10,1,11,9,8,7,6,5,4,3,2] => [1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,1,1,1,1,2,1] => ? = 1
[2,11,10,9,8,7,6,5,4,1,3] => [1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[10,2,1,9,8,7,6,5,4,3,11] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[2,12,11,10,9,8,7,6,5,4,1,3] => [1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1,1] => ? = 1
[11,1,2,3,4,5,6,7,8,9,12,10] => [1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,2,1,1,1,1,1,1,1,1,1] => ? = 1
[2,12,1,3,4,5,6,7,8,9,10,11] => [1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1,1] => ? = 1
[8,7,9,10,5,6,3,4,1,2] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[8,7,9,10,5,6,2,1,3,4] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[8,7,9,10,4,3,5,6,1,2] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[8,7,9,10,4,2,5,1,3,6] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[8,7,9,10,3,2,1,4,5,6] => [1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,1,1,3,1] => ? = 1
[2,11,10,9,8,7,6,5,4,3,1] => [1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[1,11,10,9,8,7,6,5,2,4,3] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[1,11,10,9,8,7,6,2,5,4,3] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[2,11,10,9,8,7,1,6,5,4,3] => [1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[1,11,10,9,8,2,7,6,5,4,3] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[1,11,10,9,2,8,7,6,5,4,3] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
[2,11,10,1,9,8,7,6,5,4,3] => [1,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [1,2,1,1,1,1,1,1,1,1] => ? = 1
[1,11,2,10,9,8,7,6,5,4,3] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1,1,1,1,1,1,1] => ? = 2
Description
The first part of an integer composition.
Matching statistic: St000153
Mp00159: Permutations Demazure product with inversePermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00159: Permutations Demazure product with inversePermutations
St000153: Permutations ⟶ ℤResult quality: 85% values known / values provided: 92%distinct values known / distinct values provided: 85%
Values
[1] => [1] => [1] => [1] => 1
[1,2] => [1,2] => [1,2] => [1,2] => 2
[2,1] => [2,1] => [2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 3
[1,3,2] => [1,3,2] => [1,3,2] => [1,3,2] => 2
[2,1,3] => [2,1,3] => [2,1,3] => [2,1,3] => 2
[2,3,1] => [3,2,1] => [3,2,1] => [3,2,1] => 1
[3,1,2] => [3,2,1] => [3,2,1] => [3,2,1] => 1
[3,2,1] => [3,2,1] => [3,2,1] => [3,2,1] => 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 4
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 3
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 3
[1,3,4,2] => [1,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[1,4,2,3] => [1,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 3
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 2
[2,3,1,4] => [3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 2
[2,3,4,1] => [4,2,3,1] => [4,3,2,1] => [4,3,2,1] => 1
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [4,3,2,1] => 1
[2,4,3,1] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[3,1,2,4] => [3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [4,3,2,1] => 1
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 2
[3,2,4,1] => [4,2,3,1] => [4,3,2,1] => [4,3,2,1] => 1
[3,4,1,2] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[3,4,2,1] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,1,2,3] => [4,2,3,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,1,3,2] => [4,2,3,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,2,1,3] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,2,3,1] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,3,1,2] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 5
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => 4
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => 4
[1,2,4,5,3] => [1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => 3
[1,2,5,3,4] => [1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => 3
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => 3
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => 4
[1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => 3
[1,3,4,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => 3
[1,3,4,5,2] => [1,5,3,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,3,5,2,4] => [1,4,5,2,3] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,3,5,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,4,2,3,5] => [1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => 3
[1,4,2,5,3] => [1,5,3,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => 3
[1,4,3,5,2] => [1,5,3,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,4,5,2,3] => [1,5,4,3,2] => [1,5,4,3,2] => [1,5,4,3,2] => 2
[1,2,3,4,6,7,5] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => ? = 5
[1,2,3,4,7,5,6] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => ? = 5
[1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => ? = 5
[1,2,3,5,4,6,7] => [1,2,3,5,4,6,7] => [1,2,3,5,4,6,7] => [1,2,3,5,4,6,7] => ? = 6
[1,2,3,5,4,7,6] => [1,2,3,5,4,7,6] => [1,2,3,5,4,7,6] => [1,2,3,5,4,7,6] => ? = 5
[1,2,3,5,6,4,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => ? = 5
[1,2,3,5,6,7,4] => [1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,5,7,4,6] => [1,2,3,6,7,4,5] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,5,7,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,6,4,5,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => ? = 5
[1,2,3,6,4,7,5] => [1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => ? = 5
[1,2,3,6,5,7,4] => [1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,6,7,4,5] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,6,7,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,4,5,6] => [1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,4,6,5] => [1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,5,4,6] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,6,4,5] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => ? = 4
[1,2,4,3,5,6,7] => [1,2,4,3,5,6,7] => [1,2,4,3,5,6,7] => [1,2,4,3,5,6,7] => ? = 6
[1,2,4,3,5,7,6] => [1,2,4,3,5,7,6] => [1,2,4,3,5,7,6] => [1,2,4,3,5,7,6] => ? = 5
[1,2,4,3,6,5,7] => [1,2,4,3,6,5,7] => [1,2,4,3,6,5,7] => [1,2,4,3,6,5,7] => ? = 5
[1,2,4,3,6,7,5] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => ? = 4
[1,2,4,3,7,5,6] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => ? = 4
[1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => ? = 4
[1,2,4,5,3,6,7] => [1,2,5,4,3,6,7] => [1,2,5,4,3,6,7] => [1,2,5,4,3,6,7] => ? = 5
[1,2,4,5,3,7,6] => [1,2,5,4,3,7,6] => [1,2,5,4,3,7,6] => [1,2,5,4,3,7,6] => ? = 4
[1,2,4,5,6,3,7] => [1,2,6,4,5,3,7] => [1,2,6,5,4,3,7] => [1,2,6,5,4,3,7] => ? = 4
[1,2,4,5,6,7,3] => [1,2,7,4,5,6,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,5,7,3,6] => [1,2,6,4,7,3,5] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,5,7,6,3] => [1,2,7,4,6,5,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,6,3,5,7] => [1,2,5,6,3,4,7] => [1,2,6,5,4,3,7] => [1,2,6,5,4,3,7] => ? = 4
[1,2,4,6,3,7,5] => [1,2,5,7,3,6,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,6,5,3,7] => [1,2,6,5,4,3,7] => [1,2,6,5,4,3,7] => [1,2,6,5,4,3,7] => ? = 4
[1,2,4,6,5,7,3] => [1,2,7,5,4,6,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,6,7,3,5] => [1,2,6,7,5,3,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,6,7,5,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,3,5,6] => [1,2,5,7,3,6,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,3,6,5] => [1,2,5,7,3,6,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,5,3,6] => [1,2,6,7,5,3,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,5,6,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,6,3,5] => [1,2,6,7,5,3,4] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,4,7,6,5,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,5,3,4,6,7] => [1,2,5,4,3,6,7] => [1,2,5,4,3,6,7] => [1,2,5,4,3,6,7] => ? = 5
[1,2,5,3,4,7,6] => [1,2,5,4,3,7,6] => [1,2,5,4,3,7,6] => [1,2,5,4,3,7,6] => ? = 4
[1,2,5,3,6,4,7] => [1,2,6,4,5,3,7] => [1,2,6,5,4,3,7] => [1,2,6,5,4,3,7] => ? = 4
[1,2,5,3,6,7,4] => [1,2,7,4,5,6,3] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
[1,2,5,3,7,4,6] => [1,2,6,4,7,3,5] => [1,2,7,6,5,4,3] => [1,2,7,6,5,4,3] => ? = 3
Description
The number of adjacent cycles of a permutation. This is the number of cycles of the permutation of the form (i,i+1,i+2,...i+k) which includes the fixed points (i).
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
St000439: Dyck paths ⟶ ℤResult quality: 85% values known / values provided: 91%distinct values known / distinct values provided: 85%
Values
[1] => [1,0]
=> [1,0]
=> 2 = 1 + 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> 3 = 2 + 1
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> 2 = 1 + 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 4 = 3 + 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 3 = 2 + 1
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 3 = 2 + 1
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 2 = 1 + 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 2 = 1 + 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 2 = 1 + 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 5 = 4 + 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 4 = 3 + 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 4 = 3 + 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 3 = 2 + 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 3 = 2 + 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 3 = 2 + 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 4 = 3 + 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 3 = 2 + 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 3 = 2 + 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2 = 1 + 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2 = 1 + 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 1 + 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 1 + 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 1 + 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 1 + 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 6 = 5 + 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 5 = 4 + 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 5 = 4 + 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 4 = 3 + 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 4 = 3 + 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 4 = 3 + 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 5 = 4 + 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 4 = 3 + 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 4 = 3 + 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 3 = 2 + 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3 = 2 + 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3 = 2 + 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 4 = 3 + 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 3 = 2 + 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 4 = 3 + 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 3 = 2 + 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> 3 = 2 + 1
[5,4,3,6,2,1,7,8] => [1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 3 + 1
[3,4,5,6,2,1,7,8] => [1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0]
=> ? = 3 + 1
[5,4,3,2,6,1,7,8] => [1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 3 + 1
[3,4,5,2,6,1,7,8] => [1,1,1,0,1,0,1,0,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0]
=> ? = 3 + 1
[5,3,2,4,6,1,7,8] => [1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 3 + 1
[5,2,3,4,6,1,7,8] => [1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 3 + 1
[4,3,2,5,6,1,7,8] => [1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0]
=> ? = 3 + 1
[4,2,3,5,6,1,7,8] => [1,1,1,1,0,0,0,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0]
=> ? = 3 + 1
[2,3,4,5,6,1,7,8] => [1,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 3 + 1
[5,4,3,6,1,2,7,8] => [1,1,1,1,1,0,0,0,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 3 + 1
[3,4,5,6,1,2,7,8] => [1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0]
=> ? = 3 + 1
[5,4,3,2,1,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,3,4,2,1,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[4,3,5,2,1,6,7,8] => [1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0]
=> ? = 4 + 1
[3,4,5,2,1,6,7,8] => [1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> ? = 4 + 1
[5,4,2,3,1,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,3,2,4,1,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,2,3,4,1,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[4,3,2,5,1,6,7,8] => [1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[4,2,3,5,1,6,7,8] => [1,1,1,1,0,0,0,1,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[3,2,4,5,1,6,7,8] => [1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0]
=> ? = 4 + 1
[5,4,3,1,2,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,3,4,1,2,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[4,3,5,1,2,6,7,8] => [1,1,1,1,0,0,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0]
=> ? = 4 + 1
[3,4,5,1,2,6,7,8] => [1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> ? = 4 + 1
[5,4,2,1,3,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,4,1,2,3,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,3,2,1,4,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,2,3,1,4,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,3,1,2,4,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,2,1,3,4,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[5,1,2,3,4,6,7,8] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 4 + 1
[4,3,2,1,5,6,7,8] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[3,4,2,1,5,6,7,8] => [1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> ? = 5 + 1
[4,2,3,1,5,6,7,8] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[3,2,4,1,5,6,7,8] => [1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> ? = 5 + 1
[2,3,4,1,5,6,7,8] => [1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 5 + 1
[4,3,1,2,5,6,7,8] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[3,4,1,2,5,6,7,8] => [1,1,1,0,1,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> ? = 5 + 1
[4,2,1,3,5,6,7,8] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[4,1,2,3,5,6,7,8] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[3,2,1,4,5,6,7,8] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 6 + 1
[3,1,2,4,5,6,7,8] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 6 + 1
[1,6,7,5,8,4,3,2] => [1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0]
=> ? = 2 + 1
[1,6,5,7,8,4,3,2] => [1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0]
=> ? = 2 + 1
[1,5,6,7,8,4,3,2] => [1,0,1,1,1,1,0,1,0,1,0,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0]
=> ? = 2 + 1
[1,4,5,7,8,6,3,2] => [1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,0]
=> [1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,0]
=> ? = 2 + 1
[1,6,5,4,7,8,3,2] => [1,0,1,1,1,1,1,0,0,0,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,1,0,1,0,0]
=> ? = 2 + 1
[1,5,4,6,7,8,3,2] => [1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0]
=> ? = 2 + 1
[1,4,5,6,7,8,3,2] => [1,0,1,1,1,0,1,0,1,0,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0]
=> ? = 2 + 1
Description
The position of the first down step of a Dyck path.
Mp00159: Permutations Demazure product with inversePermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00059: Permutations Robinson-Schensted insertion tableauStandard tableaux
St001462: Standard tableaux ⟶ ℤResult quality: 62% values known / values provided: 91%distinct values known / distinct values provided: 62%
Values
[1] => [1] => [1] => [[1]]
=> 1
[1,2] => [1,2] => [1,2] => [[1,2]]
=> 2
[2,1] => [2,1] => [2,1] => [[1],[2]]
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => [[1,2,3]]
=> 3
[1,3,2] => [1,3,2] => [1,3,2] => [[1,2],[3]]
=> 2
[2,1,3] => [2,1,3] => [2,1,3] => [[1,3],[2]]
=> 2
[2,3,1] => [3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[3,1,2] => [3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[3,2,1] => [3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [[1,2,3,4]]
=> 4
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [[1,2,3],[4]]
=> 3
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [[1,2,4],[3]]
=> 3
[1,3,4,2] => [1,4,3,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[1,4,2,3] => [1,4,3,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> 3
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [[1,3],[2,4]]
=> 2
[2,3,1,4] => [3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 2
[2,3,4,1] => [4,2,3,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[2,4,3,1] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[3,1,2,4] => [3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 2
[3,2,4,1] => [4,2,3,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[3,4,1,2] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[3,4,2,1] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,1,2,3] => [4,2,3,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,1,3,2] => [4,2,3,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,2,1,3] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,2,3,1] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,3,1,2] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => [[1,2,3,4,5]]
=> 5
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,5,4] => [[1,2,3,4],[5]]
=> 4
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,4,3,5] => [[1,2,3,5],[4]]
=> 4
[1,2,4,5,3] => [1,2,5,4,3] => [1,2,5,4,3] => [[1,2,3],[4],[5]]
=> 3
[1,2,5,3,4] => [1,2,5,4,3] => [1,2,5,4,3] => [[1,2,3],[4],[5]]
=> 3
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,5,4,3] => [[1,2,3],[4],[5]]
=> 3
[1,3,2,4,5] => [1,3,2,4,5] => [1,3,2,4,5] => [[1,2,4,5],[3]]
=> 4
[1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,5,4] => [[1,2,4],[3,5]]
=> 3
[1,3,4,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => [[1,2,5],[3],[4]]
=> 3
[1,3,4,5,2] => [1,5,3,4,2] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[1,3,5,2,4] => [1,4,5,2,3] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[1,3,5,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[1,4,2,3,5] => [1,4,3,2,5] => [1,4,3,2,5] => [[1,2,5],[3],[4]]
=> 3
[1,4,2,5,3] => [1,5,3,4,2] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[1,4,3,2,5] => [1,4,3,2,5] => [1,4,3,2,5] => [[1,2,5],[3],[4]]
=> 3
[1,4,3,5,2] => [1,5,3,4,2] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[1,4,5,2,3] => [1,5,4,3,2] => [1,5,4,3,2] => [[1,2],[3],[4],[5]]
=> 2
[5,4,3,2,6,7,1,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[5,4,2,3,6,7,1,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[5,2,3,4,6,7,1,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[4,3,2,5,6,7,1,8] => [7,3,2,4,5,6,1,8] => ? => ?
=> ? = 2
[3,4,2,5,6,7,1,8] => [7,3,2,4,5,6,1,8] => ? => ?
=> ? = 2
[4,2,3,5,6,7,1,8] => [7,3,2,4,5,6,1,8] => ? => ?
=> ? = 2
[7,3,2,1,4,5,6,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[7,2,3,1,4,5,6,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[7,3,1,2,4,5,6,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[7,2,1,3,4,5,6,8] => [7,3,2,4,5,6,1,8] => ? => ?
=> ? = 2
[4,3,2,5,6,1,7,8] => [6,3,2,4,5,1,7,8] => ? => ?
=> ? = 3
[4,2,3,5,6,1,7,8] => [6,3,2,4,5,1,7,8] => ? => ?
=> ? = 3
[6,2,1,3,4,5,7,8] => [6,3,2,4,5,1,7,8] => ? => ?
=> ? = 3
[3,2,5,4,6,8,7,1] => [8,2,4,3,5,7,6,1] => ? => ?
=> ? = 1
[4,3,2,5,6,8,7,1] => [8,3,2,4,5,7,6,1] => ? => ?
=> ? = 1
[2,4,3,5,6,8,7,1] => [8,3,2,4,5,7,6,1] => ? => ?
=> ? = 1
[4,3,2,7,6,5,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[2,4,3,7,6,5,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[3,2,4,5,7,6,8,1] => [8,2,3,4,6,5,7,1] => ? => ?
=> ? = 1
[2,3,4,5,7,6,8,1] => [8,2,3,4,6,5,7,1] => ? => ?
=> ? = 1
[4,3,2,6,5,7,8,1] => [8,3,2,5,4,6,7,1] => ? => ?
=> ? = 1
[2,4,3,6,5,7,8,1] => [8,3,2,5,4,6,7,1] => ? => ?
=> ? = 1
[3,2,5,4,6,7,8,1] => [8,2,4,3,5,6,7,1] => ? => ?
=> ? = 1
[2,3,5,4,6,7,8,1] => [8,2,4,3,5,6,7,1] => ? => ?
=> ? = 1
[1,4,5,3,7,8,6,2] => [1,8,4,3,7,6,5,2] => ? => ?
=> ? = 2
[1,3,4,5,6,8,7,2] => [1,8,3,4,5,7,6,2] => ? => ?
=> ? = 2
[1,2,4,5,6,8,7,3] => [1,2,8,4,5,7,6,3] => ? => ?
=> ? = 3
[3,4,2,6,7,5,1,8] => [7,3,2,6,5,4,1,8] => ? => ?
=> ? = 2
[1,4,5,3,6,7,2,8] => [1,7,4,3,5,6,2,8] => ? => ?
=> ? = 3
[2,3,4,5,1,7,6,8] => [5,2,3,4,1,7,6,8] => ? => ?
=> ? = 3
[1,4,3,5,2,7,6,8] => [1,5,3,4,2,7,6,8] => ? => ?
=> ? = 4
[2,3,1,6,5,4,7,8] => [3,2,1,6,5,4,7,8] => [3,2,1,6,5,4,7,8] => ?
=> ? = 4
[2,3,1,5,6,4,7,8] => [3,2,1,6,5,4,7,8] => [3,2,1,6,5,4,7,8] => ?
=> ? = 4
[2,3,1,5,4,6,7,8] => [3,2,1,5,4,6,7,8] => [3,2,1,5,4,6,7,8] => ?
=> ? = 5
[2,4,3,7,5,6,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[4,2,3,5,6,8,7,1] => [8,3,2,4,5,7,6,1] => ? => ?
=> ? = 1
[4,2,3,7,5,6,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[4,2,3,7,6,5,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[5,2,4,3,6,7,1,8] => [7,4,3,2,5,6,1,8] => ? => ?
=> ? = 2
[4,3,2,7,5,6,8,1] => [8,3,2,6,5,4,7,1] => ? => ?
=> ? = 1
[2,4,1,6,3,7,5,8] => [3,5,1,7,2,6,4,8] => ? => ?
=> ? = 2
[2,4,1,6,3,7,8,5] => [3,5,1,8,2,6,7,4] => ? => ?
=> ? = 1
[2,4,1,7,3,5,8,6] => [3,5,1,8,2,6,7,4] => ? => ?
=> ? = 1
[2,4,1,5,7,3,8,6] => [3,6,1,4,8,2,7,5] => ? => ?
=> ? = 1
[2,4,1,8,3,5,6,7] => [3,5,1,8,2,6,7,4] => ? => ?
=> ? = 1
[2,4,1,5,8,3,6,7] => [3,6,1,4,8,2,7,5] => ? => ?
=> ? = 1
[2,4,1,5,6,8,3,7] => [3,7,1,4,5,8,2,6] => ? => ?
=> ? = 1
[2,4,5,1,3,6,7,8] => [4,5,3,1,2,6,7,8] => ? => ?
=> ? = 4
[2,5,1,3,6,8,4,7] => [3,7,1,4,5,8,2,6] => ? => ?
=> ? = 1
[2,5,1,3,7,4,8,6] => [3,6,1,4,8,2,7,5] => ? => ?
=> ? = 1
Description
The number of factors of a standard tableaux under concatenation. The concatenation of two standard Young tableaux $T_1$ and $T_2$ is obtained by adding the largest entry of $T_1$ to each entry of $T_2$, and then appending the rows of the result to $T_1$, see [1, dfn 2.10]. This statistic returns the maximal number of standard tableaux such that their concatenation is the given tableau.
Mp00159: Permutations Demazure product with inversePermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00025: Dyck paths to 132-avoiding permutationPermutations
St000007: Permutations ⟶ ℤResult quality: 83% values known / values provided: 83%distinct values known / distinct values provided: 85%
Values
[1] => [1] => [1,0]
=> [1] => 1
[1,2] => [1,2] => [1,0,1,0]
=> [2,1] => 2
[2,1] => [2,1] => [1,1,0,0]
=> [1,2] => 1
[1,2,3] => [1,2,3] => [1,0,1,0,1,0]
=> [3,2,1] => 3
[1,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
[2,1,3] => [2,1,3] => [1,1,0,0,1,0]
=> [3,1,2] => 2
[2,3,1] => [3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => 1
[3,1,2] => [3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => 1
[3,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> [1,2,3] => 1
[1,2,3,4] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [4,3,2,1] => 4
[1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [3,4,2,1] => 3
[1,3,2,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [4,2,3,1] => 3
[1,3,4,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 2
[1,4,2,3] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 2
[1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 2
[2,1,3,4] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [4,3,1,2] => 3
[2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => 2
[2,3,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 2
[2,3,4,1] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[2,4,1,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [2,1,3,4] => 1
[2,4,3,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[3,1,2,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 2
[3,1,4,2] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[3,2,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 2
[3,2,4,1] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[3,4,1,2] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[3,4,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,1,2,3] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,1,3,2] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,2,1,3] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,2,3,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,3,1,2] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => 5
[1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => 4
[1,2,4,3,5] => [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => 4
[1,2,4,5,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 3
[1,2,5,3,4] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 3
[1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 3
[1,3,2,4,5] => [1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => 4
[1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => 3
[1,3,4,2,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 3
[1,3,4,5,2] => [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[1,3,5,2,4] => [1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [3,2,4,5,1] => 2
[1,3,5,4,2] => [1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[1,4,2,3,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 3
[1,4,2,5,3] => [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[1,4,3,2,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 3
[1,4,3,5,2] => [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[1,4,5,2,3] => [1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[1,2,3,4,5,7,6] => [1,2,3,4,5,7,6] => [1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> [6,7,5,4,3,2,1] => ? = 6
[1,2,3,4,6,5,7] => [1,2,3,4,6,5,7] => [1,0,1,0,1,0,1,0,1,1,0,0,1,0]
=> [7,5,6,4,3,2,1] => ? = 6
[1,2,3,4,6,7,5] => [1,2,3,4,7,6,5] => [1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,3,2,1] => ? = 5
[1,2,3,4,7,5,6] => [1,2,3,4,7,6,5] => [1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,3,2,1] => ? = 5
[1,2,3,4,7,6,5] => [1,2,3,4,7,6,5] => [1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,3,2,1] => ? = 5
[1,2,3,5,4,6,7] => [1,2,3,5,4,6,7] => [1,0,1,0,1,0,1,1,0,0,1,0,1,0]
=> [7,6,4,5,3,2,1] => ? = 6
[1,2,3,5,4,7,6] => [1,2,3,5,4,7,6] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0]
=> [6,7,4,5,3,2,1] => ? = 5
[1,2,3,5,6,4,7] => [1,2,3,6,5,4,7] => [1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,3,2,1] => ? = 5
[1,2,3,5,6,7,4] => [1,2,3,7,5,6,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,5,7,4,6] => [1,2,3,6,7,4,5] => [1,0,1,0,1,0,1,1,1,0,1,0,0,0]
=> [5,4,6,7,3,2,1] => ? = 4
[1,2,3,5,7,6,4] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,6,4,5,7] => [1,2,3,6,5,4,7] => [1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,3,2,1] => ? = 5
[1,2,3,6,4,7,5] => [1,2,3,7,5,6,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,6,5,4,7] => [1,2,3,6,5,4,7] => [1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,3,2,1] => ? = 5
[1,2,3,6,5,7,4] => [1,2,3,7,5,6,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,6,7,4,5] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,6,7,5,4] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,4,5,6] => [1,2,3,7,5,6,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,4,6,5] => [1,2,3,7,5,6,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,5,4,6] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,5,6,4] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,6,4,5] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,3,7,6,5,4] => [1,2,3,7,6,5,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,2,1] => ? = 4
[1,2,4,3,5,6,7] => [1,2,4,3,5,6,7] => [1,0,1,0,1,1,0,0,1,0,1,0,1,0]
=> [7,6,5,3,4,2,1] => ? = 6
[1,2,4,3,5,7,6] => [1,2,4,3,5,7,6] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0]
=> [6,7,5,3,4,2,1] => ? = 5
[1,2,4,3,6,5,7] => [1,2,4,3,6,5,7] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0]
=> [7,5,6,3,4,2,1] => ? = 5
[1,2,4,3,6,7,5] => [1,2,4,3,7,6,5] => [1,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> [5,6,7,3,4,2,1] => ? = 4
[1,2,4,3,7,5,6] => [1,2,4,3,7,6,5] => [1,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> [5,6,7,3,4,2,1] => ? = 4
[1,2,4,3,7,6,5] => [1,2,4,3,7,6,5] => [1,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> [5,6,7,3,4,2,1] => ? = 4
[1,2,4,5,3,6,7] => [1,2,5,4,3,6,7] => [1,0,1,0,1,1,1,0,0,0,1,0,1,0]
=> [7,6,3,4,5,2,1] => ? = 5
[1,2,4,5,3,7,6] => [1,2,5,4,3,7,6] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0]
=> [6,7,3,4,5,2,1] => ? = 4
[1,2,4,5,6,3,7] => [1,2,6,4,5,3,7] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0]
=> [7,3,4,5,6,2,1] => ? = 4
[1,2,4,5,6,7,3] => [1,2,7,4,5,6,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,4,5,7,3,6] => [1,2,6,4,7,3,5] => [1,0,1,0,1,1,1,1,0,0,1,0,0,0]
=> [5,3,4,6,7,2,1] => ? = 3
[1,2,4,5,7,6,3] => [1,2,7,4,6,5,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,4,6,3,5,7] => [1,2,5,6,3,4,7] => [1,0,1,0,1,1,1,0,1,0,0,0,1,0]
=> [7,4,3,5,6,2,1] => ? = 4
[1,2,4,6,3,7,5] => [1,2,5,7,3,6,4] => [1,0,1,0,1,1,1,0,1,1,0,0,0,0]
=> [4,5,3,6,7,2,1] => ? = 3
[1,2,4,6,5,3,7] => [1,2,6,5,4,3,7] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0]
=> [7,3,4,5,6,2,1] => ? = 4
[1,2,4,6,5,7,3] => [1,2,7,5,4,6,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,4,6,7,3,5] => [1,2,6,7,5,3,4] => [1,0,1,0,1,1,1,1,0,1,0,0,0,0]
=> [4,3,5,6,7,2,1] => ? = 3
[1,2,4,6,7,5,3] => [1,2,7,6,5,4,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,4,7,3,5,6] => [1,2,5,7,3,6,4] => [1,0,1,0,1,1,1,0,1,1,0,0,0,0]
=> [4,5,3,6,7,2,1] => ? = 3
[1,2,4,7,3,6,5] => [1,2,5,7,3,6,4] => [1,0,1,0,1,1,1,0,1,1,0,0,0,0]
=> [4,5,3,6,7,2,1] => ? = 3
[1,2,4,7,5,3,6] => [1,2,6,7,5,3,4] => [1,0,1,0,1,1,1,1,0,1,0,0,0,0]
=> [4,3,5,6,7,2,1] => ? = 3
[1,2,4,7,5,6,3] => [1,2,7,6,5,4,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,4,7,6,3,5] => [1,2,6,7,5,3,4] => [1,0,1,0,1,1,1,1,0,1,0,0,0,0]
=> [4,3,5,6,7,2,1] => ? = 3
[1,2,4,7,6,5,3] => [1,2,7,6,5,4,3] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 3
[1,2,5,3,4,6,7] => [1,2,5,4,3,6,7] => [1,0,1,0,1,1,1,0,0,0,1,0,1,0]
=> [7,6,3,4,5,2,1] => ? = 5
[1,2,5,3,4,7,6] => [1,2,5,4,3,7,6] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0]
=> [6,7,3,4,5,2,1] => ? = 4
[1,2,5,3,6,4,7] => [1,2,6,4,5,3,7] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0]
=> [7,3,4,5,6,2,1] => ? = 4
Description
The number of saliances of the permutation. A saliance is a right-to-left maximum. This can be described as an occurrence of the mesh pattern $([1], {(1,1)})$, i.e., the upper right quadrant is shaded, see [1].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00296: Dyck paths Knuth-KrattenthalerDyck paths
Mp00123: Dyck paths Barnabei-Castronuovo involutionDyck paths
St000675: Dyck paths ⟶ ℤResult quality: 54% values known / values provided: 75%distinct values known / distinct values provided: 54%
Values
[1] => [1,0]
=> [1,0]
=> [1,0]
=> ? = 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> [1,1,0,0]
=> 2
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,0,1,0]
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 3
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,0,1,0,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 5
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 4
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 4
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 3
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 4
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 3
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2
[6,7,8,5,4,3,2,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,5,8,4,3,2,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> ? = 1
[6,5,7,8,4,3,2,1] => [1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0]
=> ? = 1
[5,6,7,8,4,3,2,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 1
[6,7,8,4,5,3,2,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,5,4,8,3,2,1] => [1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0]
=> ? = 1
[6,5,7,4,8,3,2,1] => [1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0]
=> ? = 1
[5,6,7,4,8,3,2,1] => [1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0]
=> ? = 1
[6,7,4,5,8,3,2,1] => [1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0]
=> ? = 1
[6,5,4,7,8,3,2,1] => [1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0]
=> ? = 1
[5,6,4,7,8,3,2,1] => [1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0]
=> ? = 1
[6,4,5,7,8,3,2,1] => [1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,0]
=> ? = 1
[5,4,6,7,8,3,2,1] => [1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> ? = 1
[4,5,6,7,8,3,2,1] => [1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 1
[6,7,5,8,3,4,2,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> ? = 1
[6,5,7,8,3,4,2,1] => [1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0]
=> ? = 1
[5,6,7,8,3,4,2,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 1
[6,7,8,4,3,5,2,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,8,3,4,5,2,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,5,4,3,8,2,1] => [1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0]
=> ? = 1
[5,6,7,4,3,8,2,1] => [1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,0,0,1,0,0]
=> ? = 1
[6,7,4,5,3,8,2,1] => [1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,0,1,0,0]
=> ? = 1
[6,5,4,7,3,8,2,1] => [1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0]
=> ? = 1
[6,4,5,7,3,8,2,1] => [1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,1,0,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,1,0,1,0,0]
=> ? = 1
[5,4,6,7,3,8,2,1] => [1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,0,1,0,0]
=> ? = 1
[4,5,6,7,3,8,2,1] => [1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> ? = 1
[6,5,4,3,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 1
[6,5,3,4,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 1
[6,3,4,5,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 1
[5,4,3,6,7,8,2,1] => [1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0]
=> ? = 1
[5,3,4,6,7,8,2,1] => [1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,1,0,0,0,1,1,0,0]
=> ? = 1
[4,3,5,6,7,8,2,1] => [1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,1,1,0,0,0,1,0,0,0,1,1,0,0]
=> ? = 1
[3,4,5,6,7,8,2,1] => [1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0]
=> [1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 1
[6,7,5,8,4,2,3,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> ? = 1
[5,6,7,8,4,2,3,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 1
[6,7,8,4,5,2,3,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,5,7,4,8,2,3,1] => [1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,1,0,1,0,0,0]
=> ? = 1
[6,7,4,5,8,2,3,1] => [1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0]
=> ? = 1
[4,5,6,7,8,2,3,1] => [1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 1
[6,7,8,5,3,2,4,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,5,8,3,2,4,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> ? = 1
[5,6,7,8,3,2,4,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 1
[6,7,8,5,2,3,4,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,5,8,2,3,4,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,1,1,0,1,0,0,0,0]
=> ? = 1
[6,5,7,8,2,3,4,1] => [1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,0]
=> ? = 1
[5,6,7,8,2,3,4,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 1
[6,7,8,4,3,2,5,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,8,3,4,2,5,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
[6,7,8,4,2,3,5,1] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 1
Description
The number of centered multitunnels of a Dyck path. This is the number of factorisations $D = A B C$ of a Dyck path, such that $B$ is a Dyck path and $A$ and $B$ have the same length.
Mp00114: Permutations connectivity setBinary words
Mp00224: Binary words runsortBinary words
St000288: Binary words ⟶ ℤResult quality: 75% values known / values provided: 75%distinct values known / distinct values provided: 77%
Values
[1] => => => ? = 1 - 1
[1,2] => 1 => 1 => 1 = 2 - 1
[2,1] => 0 => 0 => 0 = 1 - 1
[1,2,3] => 11 => 11 => 2 = 3 - 1
[1,3,2] => 10 => 01 => 1 = 2 - 1
[2,1,3] => 01 => 01 => 1 = 2 - 1
[2,3,1] => 00 => 00 => 0 = 1 - 1
[3,1,2] => 00 => 00 => 0 = 1 - 1
[3,2,1] => 00 => 00 => 0 = 1 - 1
[1,2,3,4] => 111 => 111 => 3 = 4 - 1
[1,2,4,3] => 110 => 011 => 2 = 3 - 1
[1,3,2,4] => 101 => 011 => 2 = 3 - 1
[1,3,4,2] => 100 => 001 => 1 = 2 - 1
[1,4,2,3] => 100 => 001 => 1 = 2 - 1
[1,4,3,2] => 100 => 001 => 1 = 2 - 1
[2,1,3,4] => 011 => 011 => 2 = 3 - 1
[2,1,4,3] => 010 => 001 => 1 = 2 - 1
[2,3,1,4] => 001 => 001 => 1 = 2 - 1
[2,3,4,1] => 000 => 000 => 0 = 1 - 1
[2,4,1,3] => 000 => 000 => 0 = 1 - 1
[2,4,3,1] => 000 => 000 => 0 = 1 - 1
[3,1,2,4] => 001 => 001 => 1 = 2 - 1
[3,1,4,2] => 000 => 000 => 0 = 1 - 1
[3,2,1,4] => 001 => 001 => 1 = 2 - 1
[3,2,4,1] => 000 => 000 => 0 = 1 - 1
[3,4,1,2] => 000 => 000 => 0 = 1 - 1
[3,4,2,1] => 000 => 000 => 0 = 1 - 1
[4,1,2,3] => 000 => 000 => 0 = 1 - 1
[4,1,3,2] => 000 => 000 => 0 = 1 - 1
[4,2,1,3] => 000 => 000 => 0 = 1 - 1
[4,2,3,1] => 000 => 000 => 0 = 1 - 1
[4,3,1,2] => 000 => 000 => 0 = 1 - 1
[4,3,2,1] => 000 => 000 => 0 = 1 - 1
[1,2,3,4,5] => 1111 => 1111 => 4 = 5 - 1
[1,2,3,5,4] => 1110 => 0111 => 3 = 4 - 1
[1,2,4,3,5] => 1101 => 0111 => 3 = 4 - 1
[1,2,4,5,3] => 1100 => 0011 => 2 = 3 - 1
[1,2,5,3,4] => 1100 => 0011 => 2 = 3 - 1
[1,2,5,4,3] => 1100 => 0011 => 2 = 3 - 1
[1,3,2,4,5] => 1011 => 0111 => 3 = 4 - 1
[1,3,2,5,4] => 1010 => 0011 => 2 = 3 - 1
[1,3,4,2,5] => 1001 => 0011 => 2 = 3 - 1
[1,3,4,5,2] => 1000 => 0001 => 1 = 2 - 1
[1,3,5,2,4] => 1000 => 0001 => 1 = 2 - 1
[1,3,5,4,2] => 1000 => 0001 => 1 = 2 - 1
[1,4,2,3,5] => 1001 => 0011 => 2 = 3 - 1
[1,4,2,5,3] => 1000 => 0001 => 1 = 2 - 1
[1,4,3,2,5] => 1001 => 0011 => 2 = 3 - 1
[1,4,3,5,2] => 1000 => 0001 => 1 = 2 - 1
[1,4,5,2,3] => 1000 => 0001 => 1 = 2 - 1
[1,4,5,3,2] => 1000 => 0001 => 1 = 2 - 1
[8,6,7,5,4,3,2,1] => ? => ? => ? = 1 - 1
[7,6,8,4,5,3,2,1] => ? => ? => ? = 1 - 1
[6,7,8,4,5,3,2,1] => ? => ? => ? = 1 - 1
[8,6,5,4,7,3,2,1] => ? => ? => ? = 1 - 1
[8,5,6,4,7,3,2,1] => ? => ? => ? = 1 - 1
[8,6,4,5,7,3,2,1] => ? => ? => ? = 1 - 1
[8,5,4,6,7,3,2,1] => ? => ? => ? = 1 - 1
[8,4,5,6,7,3,2,1] => ? => ? => ? = 1 - 1
[8,7,6,4,3,5,2,1] => ? => ? => ? = 1 - 1
[7,8,6,4,3,5,2,1] => ? => ? => ? = 1 - 1
[8,6,7,4,3,5,2,1] => ? => ? => ? = 1 - 1
[6,7,8,4,3,5,2,1] => ? => ? => ? = 1 - 1
[7,8,3,4,5,6,2,1] => ? => ? => ? = 1 - 1
[8,5,4,6,3,7,2,1] => ? => ? => ? = 1 - 1
[7,6,4,5,3,8,2,1] => ? => ? => ? = 1 - 1
[6,7,4,5,3,8,2,1] => ? => ? => ? = 1 - 1
[7,4,5,6,3,8,2,1] => ? => ? => ? = 1 - 1
[6,4,5,7,3,8,2,1] => ? => ? => ? = 1 - 1
[7,5,3,4,6,8,2,1] => ? => ? => ? = 1 - 1
[7,3,4,5,6,8,2,1] => ? => ? => ? = 1 - 1
[6,5,3,4,7,8,2,1] => ? => ? => ? = 1 - 1
[6,3,4,5,7,8,2,1] => ? => ? => ? = 1 - 1
[8,6,5,7,4,2,3,1] => ? => ? => ? = 1 - 1
[7,5,6,8,4,2,3,1] => ? => ? => ? = 1 - 1
[8,7,5,4,6,2,3,1] => ? => ? => ? = 1 - 1
[8,7,4,5,6,2,3,1] => ? => ? => ? = 1 - 1
[8,6,5,4,7,2,3,1] => ? => ? => ? = 1 - 1
[8,5,6,4,7,2,3,1] => ? => ? => ? = 1 - 1
[8,6,4,5,7,2,3,1] => ? => ? => ? = 1 - 1
[8,4,5,6,7,2,3,1] => ? => ? => ? = 1 - 1
[7,6,5,4,8,2,3,1] => ? => ? => ? = 1 - 1
[7,5,6,4,8,2,3,1] => ? => ? => ? = 1 - 1
[6,5,7,4,8,2,3,1] => ? => ? => ? = 1 - 1
[7,6,4,5,8,2,3,1] => ? => ? => ? = 1 - 1
[8,7,6,5,3,2,4,1] => ? => ? => ? = 1 - 1
[8,6,7,5,3,2,4,1] => ? => ? => ? = 1 - 1
[8,7,5,6,3,2,4,1] => ? => ? => ? = 1 - 1
[7,8,5,6,2,3,4,1] => ? => ? => ? = 1 - 1
[8,7,6,4,3,2,5,1] => ? => ? => ? = 1 - 1
[7,8,6,4,3,2,5,1] => ? => ? => ? = 1 - 1
[8,6,7,4,3,2,5,1] => ? => ? => ? = 1 - 1
[6,7,8,4,3,2,5,1] => ? => ? => ? = 1 - 1
[8,7,6,3,4,2,5,1] => ? => ? => ? = 1 - 1
[8,6,7,3,4,2,5,1] => ? => ? => ? = 1 - 1
[7,6,8,3,4,2,5,1] => ? => ? => ? = 1 - 1
[7,6,8,4,2,3,5,1] => ? => ? => ? = 1 - 1
[7,8,6,3,2,4,5,1] => ? => ? => ? = 1 - 1
[8,7,5,4,3,2,6,1] => ? => ? => ? = 1 - 1
[8,7,5,3,4,2,6,1] => ? => ? => ? = 1 - 1
Description
The number of ones in a binary word. This is also known as the Hamming weight of the word.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
Mp00242: Dyck paths Hessenberg posetPosets
St000069: Posets ⟶ ℤResult quality: 58% values known / values provided: 58%distinct values known / distinct values provided: 77%
Values
[1] => [1,0]
=> [1,0]
=> ([],1)
=> 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> ([],2)
=> 2
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> ([(0,1)],2)
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ([],3)
=> 3
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> ([(1,2)],3)
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> ([(0,1),(0,2)],3)
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> ([(0,2),(2,1)],3)
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ([],4)
=> 4
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> ([(2,3)],4)
=> 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> ([(1,2),(1,3)],4)
=> 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> ([(0,3),(1,2),(1,3)],4)
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> ([(0,3),(1,2),(1,3)],4)
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> ([(0,1),(0,2),(0,3)],4)
=> 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(3,1)],4)
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> ([(0,3),(1,2),(2,3)],4)
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> ([(0,3),(1,2),(2,3)],4)
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> ([(0,3),(3,1),(3,2)],4)
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> ([(0,3),(3,1),(3,2)],4)
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> ([(0,3),(1,3),(3,2)],4)
=> 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> ([(0,3),(1,3),(3,2)],4)
=> 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> ([],5)
=> 5
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> ([(3,4)],5)
=> 4
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> ([(2,3),(2,4)],5)
=> 4
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> ([(2,4),(3,4)],5)
=> 3
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> ([(1,4),(2,3),(2,4)],5)
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> ([(1,4),(2,3),(2,4)],5)
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> ([(1,2),(1,3),(1,4)],5)
=> 4
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> ([(0,4),(1,2),(1,3),(1,4)],5)
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> 3
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> ([(1,4),(2,4),(3,4)],5)
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> ([(0,4),(1,4),(2,3),(2,4)],5)
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> ([(0,4),(1,4),(2,3),(2,4)],5)
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> ([(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,1,4,3,6,7,5] => [1,1,0,0,1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,1,1,0,0,0,1,0,0,1,0]
=> ([(0,4),(0,5),(3,6),(4,6),(5,1),(5,2),(5,3)],7)
=> ? = 3
[2,1,4,3,7,5,6] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(2,5),(3,5),(3,6),(4,1),(4,2),(4,6)],7)
=> ? = 3
[2,1,4,3,7,6,5] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(2,5),(3,5),(3,6),(4,1),(4,2),(4,6)],7)
=> ? = 3
[2,1,4,7,3,5,6] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,4,7,3,6,5] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,4,7,5,3,6] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,4,7,5,6,3] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,4,7,6,3,5] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,4,7,6,5,3] => [1,1,0,0,1,1,0,1,1,1,0,0,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,6),(2,6),(3,5),(3,6),(4,1),(4,5)],7)
=> ? = 2
[2,1,5,3,4,7,6] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(2,4),(2,5),(2,6),(3,1),(3,5),(3,6)],7)
=> ? = 3
[2,1,5,3,6,4,7] => [1,1,0,0,1,1,1,0,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 3
[2,1,5,4,3,7,6] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(2,4),(2,5),(2,6),(3,1),(3,5),(3,6)],7)
=> ? = 3
[2,1,5,4,6,3,7] => [1,1,0,0,1,1,1,0,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 3
[2,1,5,7,3,4,6] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,5,7,3,6,4] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,5,7,4,3,6] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,5,7,4,6,3] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,5,7,6,3,4] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,5,7,6,4,3] => [1,1,0,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0,1,0]
=> ([(0,2),(0,3),(0,4),(1,5),(2,5),(2,6),(3,5),(3,6),(4,1),(4,6)],7)
=> ? = 2
[2,1,6,3,4,5,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,3,4,7,5] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,3,5,4,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,3,5,7,4] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,3,7,4,5] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,6,3,7,5,4] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,6,4,3,5,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,4,3,7,5] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,4,5,3,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,4,5,7,3] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,4,7,3,5] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,6,4,7,5,3] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,6,5,3,4,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,5,3,7,4] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,5,4,3,7] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(2,6),(3,1),(3,6)],7)
=> ? = 3
[2,1,6,5,4,7,3] => [1,1,0,0,1,1,1,1,0,0,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,6),(2,4),(2,5),(3,1),(3,4),(3,5),(5,6)],7)
=> ? = 2
[2,1,6,5,7,3,4] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,6,5,7,4,3] => [1,1,0,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0,1,0]
=> ([(0,3),(0,4),(1,6),(2,5),(2,6),(3,5),(3,6),(4,1),(4,2)],7)
=> ? = 2
[2,1,7,3,4,5,6] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,3,4,6,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,3,5,4,6] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,3,5,6,4] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,3,6,4,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,3,6,5,4] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,3,5,6] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,3,6,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,5,3,6] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,5,6,3] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,6,3,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,4,6,5,3] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
[2,1,7,5,3,4,6] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ([(0,2),(0,3),(1,4),(1,6),(2,4),(2,5),(3,1),(3,5),(5,6)],7)
=> ? = 2
Description
The number of maximal elements of a poset.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00132: Dyck paths switch returns and last double riseDyck paths
Mp00138: Dyck paths to noncrossing partitionSet partitions
St001050: Set partitions ⟶ ℤResult quality: 54% values known / values provided: 56%distinct values known / distinct values provided: 54%
Values
[1] => [1,0]
=> [1,0]
=> {{1}}
=> 1
[1,2] => [1,0,1,0]
=> [1,0,1,0]
=> {{1},{2}}
=> 2
[2,1] => [1,1,0,0]
=> [1,1,0,0]
=> {{1,2}}
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> {{1},{2},{3}}
=> 3
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> {{1,3},{2}}
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> {{1,2},{3}}
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> {{1},{2,3}}
=> 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> {{1,2,3}}
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> {{1,2,3}}
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4}}
=> 4
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> {{1,4},{2},{3}}
=> 3
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> {{1,3},{2},{4}}
=> 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> {{1},{2,4},{3}}
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> {{1,2,4},{3}}
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> {{1,2,4},{3}}
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> {{1,2},{3},{4}}
=> 3
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,0,0]
=> {{1,4},{2,3}}
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> {{1},{2,3},{4}}
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> {{1},{2},{3,4}}
=> 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,0,0]
=> {{1,3,4},{2}}
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,0,0]
=> {{1,3,4},{2}}
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> {{1,2,3},{4}}
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> {{1,2},{3,4}}
=> 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> {{1,2,3},{4}}
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> {{1,2},{3,4}}
=> 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> {{1},{2,3,4}}
=> 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> {{1},{2,3,4}}
=> 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4},{5}}
=> 5
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> {{1,5},{2},{3},{4}}
=> 4
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> {{1,4},{2},{3},{5}}
=> 4
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,1,0,1,0,0]
=> {{1},{2,5},{3},{4}}
=> 3
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> {{1,2,5},{3},{4}}
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> {{1,2,5},{3},{4}}
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,0,0,1,0,1,0]
=> {{1,3},{2},{4},{5}}
=> 4
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> {{1,5},{2,4},{3}}
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> {{1},{2,4},{3},{5}}
=> 3
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,1,0,1,0,0]
=> {{1},{2},{3,5},{4}}
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> {{1,3,5},{2},{4}}
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> {{1,3,5},{2},{4}}
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> {{1,2,4},{3},{5}}
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> {{1},{2,5},{3,4}}
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> {{1,2,4},{3},{5}}
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> {{1},{2,5},{3,4}}
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> {{1},{2,3,5},{4}}
=> 2
[7,6,5,8,4,3,2,1] => [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3},{4,5,6,7,8}}
=> ? = 1
[6,7,5,8,4,3,2,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2,3},{4,5,6,7,8}}
=> ? = 1
[7,5,6,8,4,3,2,1] => [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3},{4,5,6,7,8}}
=> ? = 1
[6,5,7,8,4,3,2,1] => [1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0]
=> [1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2},{3},{4,5,6,7,8}}
=> ? = 1
[5,6,7,8,4,3,2,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2},{3},{4,5,6,7,8}}
=> ? = 1
[7,6,5,4,8,3,2,1] => [1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> {{1,2,3,4},{5,6,7,8}}
=> ? = 1
[6,7,5,4,8,3,2,1] => [1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> {{1},{2,3,4},{5,6,7,8}}
=> ? = 1
[7,5,6,4,8,3,2,1] => [1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> {{1,2,3,4},{5,6,7,8}}
=> ? = 1
[6,5,7,4,8,3,2,1] => [1,1,1,1,1,1,0,0,1,0,0,1,0,0,0,0]
=> [1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0]
=> {{1,2},{3,4},{5,6,7,8}}
=> ? = 1
[5,6,7,4,8,3,2,1] => [1,1,1,1,1,0,1,0,1,0,0,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0]
=> {{1},{2},{3,4},{5,6,7,8}}
=> ? = 1
[7,6,4,5,8,3,2,1] => [1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> {{1,2,3,4},{5,6,7,8}}
=> ? = 1
[6,7,4,5,8,3,2,1] => [1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> {{1},{2,3,4},{5,6,7,8}}
=> ? = 1
[7,5,4,6,8,3,2,1] => [1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> {{1,2,3,4},{5,6,7,8}}
=> ? = 1
[7,4,5,6,8,3,2,1] => [1,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> {{1,2,3,4},{5,6,7,8}}
=> ? = 1
[6,5,4,7,8,3,2,1] => [1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0]
=> {{1,2,3},{4},{5,6,7,8}}
=> ? = 1
[5,6,4,7,8,3,2,1] => [1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> {{1},{2,3},{4},{5,6,7,8}}
=> ? = 1
[6,4,5,7,8,3,2,1] => [1,1,1,1,1,1,0,0,0,1,0,1,0,0,0,0]
=> [1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0]
=> {{1,2,3},{4},{5,6,7,8}}
=> ? = 1
[5,4,6,7,8,3,2,1] => [1,1,1,1,1,0,0,1,0,1,0,1,0,0,0,0]
=> [1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> {{1,2},{3},{4},{5,6,7,8}}
=> ? = 1
[4,5,6,7,8,3,2,1] => [1,1,1,1,0,1,0,1,0,1,0,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> {{1},{2},{3},{4},{5,6,7,8}}
=> ? = 1
[7,6,5,8,3,4,2,1] => [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3},{4,5,6,7,8}}
=> ? = 1
[6,7,5,8,3,4,2,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2,3},{4,5,6,7,8}}
=> ? = 1
[6,5,7,8,3,4,2,1] => [1,1,1,1,1,1,0,0,1,0,1,0,0,0,0,0]
=> [1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2},{3},{4,5,6,7,8}}
=> ? = 1
[5,6,7,8,3,4,2,1] => [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2},{3},{4,5,6,7,8}}
=> ? = 1
[7,6,5,4,3,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[6,7,5,4,3,8,2,1] => [1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> {{1},{2,3,4,5},{6,7,8}}
=> ? = 1
[7,5,6,4,3,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[5,6,7,4,3,8,2,1] => [1,1,1,1,1,0,1,0,1,0,0,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> {{1},{2},{3,4,5},{6,7,8}}
=> ? = 1
[7,6,4,5,3,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[6,7,4,5,3,8,2,1] => [1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> {{1},{2,3,4,5},{6,7,8}}
=> ? = 1
[7,5,4,6,3,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,4,5,6,3,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[6,5,4,7,3,8,2,1] => [1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0]
=> [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0]
=> {{1,2,3},{4,5},{6,7,8}}
=> ? = 1
[6,4,5,7,3,8,2,1] => [1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0]
=> [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0]
=> {{1,2,3},{4,5},{6,7,8}}
=> ? = 1
[5,4,6,7,3,8,2,1] => [1,1,1,1,1,0,0,1,0,1,0,0,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> {{1,2},{3},{4,5},{6,7,8}}
=> ? = 1
[4,5,6,7,3,8,2,1] => [1,1,1,1,0,1,0,1,0,1,0,0,1,0,0,0]
=> [1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> {{1},{2},{3},{4,5},{6,7,8}}
=> ? = 1
[7,6,5,3,4,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,6,4,3,5,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,6,3,4,5,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,5,4,3,6,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,5,3,4,6,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[7,3,4,5,6,8,2,1] => [1,1,1,1,1,1,1,0,0,0,0,0,1,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> {{1,2,3,4,5},{6,7,8}}
=> ? = 1
[6,5,4,3,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> {{1,2,3,4},{5},{6,7,8}}
=> ? = 1
[6,5,3,4,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> {{1,2,3,4},{5},{6,7,8}}
=> ? = 1
[6,3,4,5,7,8,2,1] => [1,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> {{1,2,3,4},{5},{6,7,8}}
=> ? = 1
[5,4,3,6,7,8,2,1] => [1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0]
=> [1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0]
=> {{1,2,3},{4},{5},{6,7,8}}
=> ? = 1
[5,3,4,6,7,8,2,1] => [1,1,1,1,1,0,0,0,1,0,1,0,1,0,0,0]
=> [1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0]
=> {{1,2,3},{4},{5},{6,7,8}}
=> ? = 1
[4,3,5,6,7,8,2,1] => [1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> {{1,2},{3},{4},{5},{6,7,8}}
=> ? = 1
[3,4,5,6,7,8,2,1] => [1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> {{1},{2},{3},{4},{5},{6,7,8}}
=> ? = 1
[7,6,5,8,4,2,3,1] => [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3},{4,5,6,7,8}}
=> ? = 1
[6,7,5,8,4,2,3,1] => [1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0]
=> [1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2,3},{4,5,6,7,8}}
=> ? = 1
Description
The number of terminal closers of a set partition. A closer of a set partition is a number that is maximal in its block. In particular, a singleton is a closer. This statistic counts the number of terminal closers. In other words, this is the number of closers such that all larger elements are also closers.
The following 82 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000383The last part of an integer composition. St000678The number of up steps after the last double rise of a Dyck path. St000068The number of minimal elements in a poset. St000237The number of small exceedances. St000054The first entry of the permutation. St000546The number of global descents of a permutation. St000010The length of the partition. St000147The largest part of an integer partition. St000378The diagonal inversion number of an integer partition. St000733The row containing the largest entry of a standard tableau. St000971The smallest closer of a set partition. St000504The cardinality of the first block of a set partition. St000502The number of successions of a set partitions. St000025The number of initial rises of a Dyck path. St000234The number of global ascents of a permutation. St000273The domination number of a graph. St000544The cop number of a graph. St000916The packing number of a graph. St001829The common independence number of a graph. St001363The Euler characteristic of a graph according to Knill. St000717The number of ordinal summands of a poset. St000287The number of connected components of a graph. St001828The Euler characteristic of a graph. St000286The number of connected components of the complement of a graph. St000553The number of blocks of a graph. St000906The length of the shortest maximal chain in a poset. St000996The number of exclusive left-to-right maxima of a permutation. St001004The number of indices that are either left-to-right maxima or right-to-left minima. St000542The number of left-to-right-minima of a permutation. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St000843The decomposition number of a perfect matching. St001322The size of a minimal independent dominating set in a graph. St001339The irredundance number of a graph. St000908The length of the shortest maximal antichain in a poset. St000914The sum of the values of the Möbius function of a poset. St000838The number of terminal right-hand endpoints when the vertices are written in order. St000989The number of final rises of a permutation. St000456The monochromatic index of a connected graph. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St000990The first ascent of a permutation. St000654The first descent of a permutation. St001461The number of topologically connected components of the chord diagram of a permutation. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St000740The last entry of a permutation. St001227The vector space dimension of the first extension group between the socle of the regular module and the Jacobson radical of the corresponding Nakayama algebra. St000066The column of the unique '1' in the first row of the alternating sign matrix. St000297The number of leading ones in a binary word. St000308The height of the tree associated to a permutation. St000738The first entry in the last row of a standard tableau. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St000056The decomposition (or block) number of a permutation. St000084The number of subtrees. St000991The number of right-to-left minima of a permutation. St001184Number of indecomposable injective modules with grade at least 1 in the corresponding Nakayama algebra. St001226The number of integers i such that the radical of the i-th indecomposable projective module has vanishing first extension group with the Jacobson radical J in the corresponding Nakayama algebra. St000062The length of the longest increasing subsequence of the permutation. St000239The number of small weak excedances. St000314The number of left-to-right-maxima of a permutation. St000374The number of exclusive right-to-left minima of a permutation. St001201The grade of the simple module $S_0$ in the special CNakayama algebra corresponding to the Dyck path. St001202Call 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 special CNakayama algebra. St000883The number of longest increasing subsequences of a permutation. St001185The number of indecomposable injective modules of grade at least 2 in the corresponding Nakayama algebra. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St000061The number of nodes on the left branch of a binary tree. St000924The number of topologically connected components of a perfect matching. St001240The number of indecomposable modules e_i J^2 that have injective dimension at most one in the corresponding Nakayama algebra St000181The number of connected components of the Hasse diagram for the poset. St000193The row of the unique '1' in the first column of the alternating sign matrix. St000732The number of double deficiencies of a permutation. St001005The number of indices for a permutation that are either left-to-right maxima or right-to-left minima but not both. St000898The number of maximal entries in the last diagonal of the monotone triangle. St001570The minimal number of edges to add to make a graph Hamiltonian. St001613The binary logarithm of the size of the center of a lattice. St001881The number of factors of a lattice as a Cartesian product of lattices. St001889The size of the connectivity set of a signed permutation. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St000942The number of critical left to right maxima of the parking functions. St001773The number of minimal elements in Bruhat order not less than the signed permutation. St001935The number of ascents in a parking function.