Processing math: 100%

Your data matches 58 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00119: Dyck paths to 321-avoiding permutation (Krattenthaler)Permutations
St000022: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => 1
[1,0,1,0]
=> [1,2] => 2
[1,1,0,0]
=> [2,1] => 0
[1,0,1,0,1,0]
=> [1,2,3] => 3
[1,0,1,1,0,0]
=> [1,3,2] => 1
[1,1,0,0,1,0]
=> [2,1,3] => 1
[1,1,0,1,0,0]
=> [2,3,1] => 0
[1,1,1,0,0,0]
=> [3,1,2] => 0
[1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 4
[1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 2
[1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 2
[1,0,1,1,0,1,0,0]
=> [1,3,4,2] => 1
[1,0,1,1,1,0,0,0]
=> [1,4,2,3] => 1
[1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 2
[1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 0
[1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 1
[1,1,0,1,0,1,0,0]
=> [2,3,4,1] => 0
[1,1,0,1,1,0,0,0]
=> [2,4,1,3] => 0
[1,1,1,0,0,0,1,0]
=> [3,1,2,4] => 1
[1,1,1,0,0,1,0,0]
=> [3,1,4,2] => 0
[1,1,1,0,1,0,0,0]
=> [3,4,1,2] => 0
[1,1,1,1,0,0,0,0]
=> [4,1,2,3] => 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,3,4] => 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,4,2,3,5] => 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4,2,5,3] => 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,4,5,2,3] => 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,5,2,3,4] => 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,3,4] => 0
[1,1,0,1,0,0,1,0,1,0]
=> [2,3,1,4,5] => 2
[1,1,0,1,0,0,1,1,0,0]
=> [2,3,1,5,4] => 0
[1,1,0,1,0,1,0,0,1,0]
=> [2,3,4,1,5] => 1
[1,1,0,1,0,1,0,1,0,0]
=> [2,3,4,5,1] => 0
[1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,1,4] => 0
[1,1,0,1,1,0,0,0,1,0]
=> [2,4,1,3,5] => 1
[1,1,0,1,1,0,0,1,0,0]
=> [2,4,1,5,3] => 0
[1,1,0,1,1,0,1,0,0,0]
=> [2,4,5,1,3] => 0
[1,1,0,1,1,1,0,0,0,0]
=> [2,5,1,3,4] => 0
Description
The number of fixed points of a permutation.
Mp00035: Dyck paths to alternating sign matrixAlternating sign matrices
St000895: Alternating sign matrices ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1]]
=> 1
[1,0,1,0]
=> [[1,0],[0,1]]
=> 2
[1,1,0,0]
=> [[0,1],[1,0]]
=> 0
[1,0,1,0,1,0]
=> [[1,0,0],[0,1,0],[0,0,1]]
=> 3
[1,0,1,1,0,0]
=> [[1,0,0],[0,0,1],[0,1,0]]
=> 1
[1,1,0,0,1,0]
=> [[0,1,0],[1,0,0],[0,0,1]]
=> 1
[1,1,0,1,0,0]
=> [[0,1,0],[1,-1,1],[0,1,0]]
=> 0
[1,1,1,0,0,0]
=> [[0,0,1],[1,0,0],[0,1,0]]
=> 0
[1,0,1,0,1,0,1,0]
=> [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> 4
[1,0,1,0,1,1,0,0]
=> [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> 2
[1,0,1,1,0,0,1,0]
=> [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> 2
[1,0,1,1,0,1,0,0]
=> [[1,0,0,0],[0,0,1,0],[0,1,-1,1],[0,0,1,0]]
=> 1
[1,0,1,1,1,0,0,0]
=> [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> 1
[1,1,0,0,1,0,1,0]
=> [[0,1,0,0],[1,0,0,0],[0,0,1,0],[0,0,0,1]]
=> 2
[1,1,0,0,1,1,0,0]
=> [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]
=> 0
[1,1,0,1,0,0,1,0]
=> [[0,1,0,0],[1,-1,1,0],[0,1,0,0],[0,0,0,1]]
=> 1
[1,1,0,1,0,1,0,0]
=> [[0,1,0,0],[1,-1,1,0],[0,1,-1,1],[0,0,1,0]]
=> 0
[1,1,0,1,1,0,0,0]
=> [[0,1,0,0],[1,-1,0,1],[0,1,0,0],[0,0,1,0]]
=> 0
[1,1,1,0,0,0,1,0]
=> [[0,0,1,0],[1,0,0,0],[0,1,0,0],[0,0,0,1]]
=> 1
[1,1,1,0,0,1,0,0]
=> [[0,0,1,0],[1,0,0,0],[0,1,-1,1],[0,0,1,0]]
=> 0
[1,1,1,0,1,0,0,0]
=> [[0,0,1,0],[1,0,-1,1],[0,1,0,0],[0,0,1,0]]
=> 0
[1,1,1,1,0,0,0,0]
=> [[0,0,0,1],[1,0,0,0],[0,1,0,0],[0,0,1,0]]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [[1,0,0,0,0],[0,0,1,0,0],[0,1,-1,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [[1,0,0,0,0],[0,0,1,0,0],[0,1,-1,1,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [[1,0,0,0,0],[0,0,1,0,0],[0,1,-1,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [[1,0,0,0,0],[0,0,0,1,0],[0,1,0,-1,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [[1,0,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0]]
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [[0,1,0,0,0],[1,0,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [[0,1,0,0,0],[1,0,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [[0,1,0,0,0],[1,-1,1,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [[0,1,0,0,0],[1,-1,1,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [[0,1,0,0,0],[1,-1,1,0,0],[0,1,-1,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [[0,1,0,0,0],[1,-1,1,0,0],[0,1,-1,1,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [[0,1,0,0,0],[1,-1,1,0,0],[0,1,-1,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [[0,1,0,0,0],[1,-1,0,1,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [[0,1,0,0,0],[1,-1,0,1,0],[0,1,0,0,0],[0,0,1,-1,1],[0,0,0,1,0]]
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [[0,1,0,0,0],[1,-1,0,1,0],[0,1,0,-1,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [[0,1,0,0,0],[1,-1,0,0,1],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0]]
=> 0
Description
The number of ones on the main diagonal of an alternating sign matrix.
Mp00100: Dyck paths touch compositionInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St000475: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => [1]
=> 1
[1,0,1,0]
=> [1,1] => [1,1]
=> 2
[1,1,0,0]
=> [2] => [2]
=> 0
[1,0,1,0,1,0]
=> [1,1,1] => [1,1,1]
=> 3
[1,0,1,1,0,0]
=> [1,2] => [2,1]
=> 1
[1,1,0,0,1,0]
=> [2,1] => [2,1]
=> 1
[1,1,0,1,0,0]
=> [3] => [3]
=> 0
[1,1,1,0,0,0]
=> [3] => [3]
=> 0
[1,0,1,0,1,0,1,0]
=> [1,1,1,1] => [1,1,1,1]
=> 4
[1,0,1,0,1,1,0,0]
=> [1,1,2] => [2,1,1]
=> 2
[1,0,1,1,0,0,1,0]
=> [1,2,1] => [2,1,1]
=> 2
[1,0,1,1,0,1,0,0]
=> [1,3] => [3,1]
=> 1
[1,0,1,1,1,0,0,0]
=> [1,3] => [3,1]
=> 1
[1,1,0,0,1,0,1,0]
=> [2,1,1] => [2,1,1]
=> 2
[1,1,0,0,1,1,0,0]
=> [2,2] => [2,2]
=> 0
[1,1,0,1,0,0,1,0]
=> [3,1] => [3,1]
=> 1
[1,1,0,1,0,1,0,0]
=> [4] => [4]
=> 0
[1,1,0,1,1,0,0,0]
=> [4] => [4]
=> 0
[1,1,1,0,0,0,1,0]
=> [3,1] => [3,1]
=> 1
[1,1,1,0,0,1,0,0]
=> [4] => [4]
=> 0
[1,1,1,0,1,0,0,0]
=> [4] => [4]
=> 0
[1,1,1,1,0,0,0,0]
=> [4] => [4]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1] => [1,1,1,1,1]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,2] => [2,1,1,1]
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,2,1] => [2,1,1,1]
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,3] => [3,1,1]
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,3] => [3,1,1]
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,2,1,1] => [2,1,1,1]
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,2,2] => [2,2,1]
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,1] => [3,1,1]
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,4] => [4,1]
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,4] => [4,1]
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,3,1] => [3,1,1]
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4] => [4,1]
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,4] => [4,1]
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,4] => [4,1]
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,1,1] => [2,1,1,1]
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,2] => [2,2,1]
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,2,1] => [2,2,1]
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,3] => [3,2]
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,3] => [3,2]
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [3,1,1] => [3,1,1]
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [3,2] => [3,2]
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [4,1] => [4,1]
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [5] => [5]
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [5] => [5]
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [4,1] => [4,1]
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [5] => [5]
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [5] => [5]
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [5] => [5]
=> 0
Description
The number of parts equal to 1 in a partition.
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00066: Permutations inversePermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000445: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => [1] => [1,0]
=> 1
[1,0,1,0]
=> [1,2] => [1,2] => [1,0,1,0]
=> 2
[1,1,0,0]
=> [2,1] => [2,1] => [1,1,0,0]
=> 0
[1,0,1,0,1,0]
=> [1,2,3] => [1,2,3] => [1,0,1,0,1,0]
=> 3
[1,0,1,1,0,0]
=> [1,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> 1
[1,1,0,0,1,0]
=> [2,1,3] => [2,1,3] => [1,1,0,0,1,0]
=> 1
[1,1,0,1,0,0]
=> [2,3,1] => [3,1,2] => [1,1,1,0,0,0]
=> 0
[1,1,1,0,0,0]
=> [3,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> 0
[1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 4
[1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 2
[1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 2
[1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [1,4,2,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 1
[1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 2
[1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 0
[1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 1
[1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 0
[1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 0
[1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 1
[1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 0
[1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 0
[1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => [1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => [2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => [2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => [2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => [2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => [2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [2,3,1,4,5] => [3,1,2,4,5] => [1,1,1,0,0,0,1,0,1,0]
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [2,3,1,5,4] => [3,1,2,5,4] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [2,3,4,1,5] => [4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [2,3,4,5,1] => [5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,4,1] => [5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [2,4,3,1,5] => [4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [2,4,3,5,1] => [5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [2,5,3,4,1] => [5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [2,5,4,3,1] => [5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> 0
Description
The number of rises of length 1 of a Dyck path.
Mp00119: Dyck paths to 321-avoiding permutation (Krattenthaler)Permutations
Mp00151: Permutations to cycle typeSet partitions
St000247: Set partitions ⟶ ℤResult quality: 92% values known / values provided: 92%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => {{1}}
=> ? = 1
[1,0,1,0]
=> [1,2] => {{1},{2}}
=> 2
[1,1,0,0]
=> [2,1] => {{1,2}}
=> 0
[1,0,1,0,1,0]
=> [1,2,3] => {{1},{2},{3}}
=> 3
[1,0,1,1,0,0]
=> [1,3,2] => {{1},{2,3}}
=> 1
[1,1,0,0,1,0]
=> [2,1,3] => {{1,2},{3}}
=> 1
[1,1,0,1,0,0]
=> [2,3,1] => {{1,2,3}}
=> 0
[1,1,1,0,0,0]
=> [3,1,2] => {{1,2,3}}
=> 0
[1,0,1,0,1,0,1,0]
=> [1,2,3,4] => {{1},{2},{3},{4}}
=> 4
[1,0,1,0,1,1,0,0]
=> [1,2,4,3] => {{1},{2},{3,4}}
=> 2
[1,0,1,1,0,0,1,0]
=> [1,3,2,4] => {{1},{2,3},{4}}
=> 2
[1,0,1,1,0,1,0,0]
=> [1,3,4,2] => {{1},{2,3,4}}
=> 1
[1,0,1,1,1,0,0,0]
=> [1,4,2,3] => {{1},{2,3,4}}
=> 1
[1,1,0,0,1,0,1,0]
=> [2,1,3,4] => {{1,2},{3},{4}}
=> 2
[1,1,0,0,1,1,0,0]
=> [2,1,4,3] => {{1,2},{3,4}}
=> 0
[1,1,0,1,0,0,1,0]
=> [2,3,1,4] => {{1,2,3},{4}}
=> 1
[1,1,0,1,0,1,0,0]
=> [2,3,4,1] => {{1,2,3,4}}
=> 0
[1,1,0,1,1,0,0,0]
=> [2,4,1,3] => {{1,2,3,4}}
=> 0
[1,1,1,0,0,0,1,0]
=> [3,1,2,4] => {{1,2,3},{4}}
=> 1
[1,1,1,0,0,1,0,0]
=> [3,1,4,2] => {{1,2,3,4}}
=> 0
[1,1,1,0,1,0,0,0]
=> [3,4,1,2] => {{1,3},{2,4}}
=> 0
[1,1,1,1,0,0,0,0]
=> [4,1,2,3] => {{1,2,3,4}}
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => {{1},{2},{3,4,5}}
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,3,4] => {{1},{2},{3,4,5}}
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => {{1},{2,3},{4,5}}
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => {{1},{2,3,4},{5}}
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => {{1},{2,3,4,5}}
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => {{1},{2,3,4,5}}
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,4,2,3,5] => {{1},{2,3,4},{5}}
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4,2,5,3] => {{1},{2,3,4,5}}
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,4,5,2,3] => {{1},{2,4},{3,5}}
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,5,2,3,4] => {{1},{2,3,4,5}}
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => {{1,2},{3},{4},{5}}
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => {{1,2},{3},{4,5}}
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => {{1,2},{3,4},{5}}
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,1,4,5,3] => {{1,2},{3,4,5}}
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,3,4] => {{1,2},{3,4,5}}
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [2,3,1,4,5] => {{1,2,3},{4},{5}}
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [2,3,1,5,4] => {{1,2,3},{4,5}}
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [2,3,4,1,5] => {{1,2,3,4},{5}}
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [2,3,4,5,1] => {{1,2,3,4,5}}
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [2,3,5,1,4] => {{1,2,3,4,5}}
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [2,4,1,3,5] => {{1,2,3,4},{5}}
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [2,4,1,5,3] => {{1,2,3,4,5}}
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [2,4,5,1,3] => {{1,2,4},{3,5}}
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [2,5,1,3,4] => {{1,2,3,4,5}}
=> 0
[1,1,1,0,0,0,1,0,1,0]
=> [3,1,2,4,5] => {{1,2,3},{4},{5}}
=> 2
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0]
=> [1,6,8,2,3,4,5,7] => {{1},{2,4,6},{3,5,7,8}}
=> ? = 1
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0]
=> [1,7,2,8,3,4,5,6] => {{1},{2,3,5,7},{4,6,8}}
=> ? = 1
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,1,4,3,6,5,8,7] => {{1,2},{3,4},{5,6},{7,8}}
=> ? = 0
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0]
=> [5,7,1,2,3,4,6,8] => {{1,3,5},{2,4,6,7},{8}}
=> ? = 1
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> [6,1,7,2,3,4,5,8] => {{1,2,4,6},{3,5,7},{8}}
=> ? = 1
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> [8,1,2,3,4,5,6,7,9] => {{1,2,3,4,5,6,7,8},{9}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> [1,9,2,3,4,5,6,7,8] => {{1},{2,3,4,5,6,7,8,9}}
=> ? = 1
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0]
=> [9,1,2,3,4,5,6,7,8,10] => {{1,2,3,4,5,6,7,8,9},{10}}
=> ? = 1
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0]
=> [7,8,1,2,3,4,5,6,9] => {{1,3,5,7},{2,4,6,8},{9}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0]
=> [1,8,9,2,3,4,5,6,7] => {{1},{2,4,6,8},{3,5,7,9}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [1,10,2,3,4,5,6,7,8,9] => {{1},{2,3,4,5,6,7,8,9,10}}
=> ? = 1
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [10,1,2,3,4,5,6,7,8,9,11] => {{1,2,3,4,5,6,7,8,9,10},{11}}
=> ? = 1
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0]
=> [8,9,1,2,3,4,5,6,7,10] => {{1,2,3,4,5,6,7,8,9},{10}}
=> ? = 1
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0]
=> [7,1,8,2,3,4,5,6,9] => {{1,2,3,4,5,6,7,8},{9}}
=> ? = 1
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0]
=> [6,8,1,2,3,4,5,7,9] => {{1,2,3,4,5,6,7,8},{9}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,8,2,9,3,4,5,6,7] => {{1},{2,3,4,5,6,7,8,9}}
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,7,9,2,3,4,5,6,8] => {{1},{2,3,4,5,6,7,8,9}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0]
=> [1,9,10,2,3,4,5,6,7,8] => {{1},{2,3,4,5,6,7,8,9,10}}
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,11,2,3,4,5,6,7,8,9,10] => {{1},{2,3,4,5,6,7,8,9,10,11}}
=> ? = 1
Description
The number of singleton blocks of a set partition.
Mp00199: Dyck paths prime Dyck pathDyck paths
Mp00228: Dyck paths reflect parallelogram polyominoDyck paths
St000011: Dyck paths ⟶ ℤResult quality: 92% values known / values provided: 92%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1,1,0,0]
=> [1,0,1,0]
=> 2 = 1 + 1
[1,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 3 = 2 + 1
[1,1,0,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 1 = 0 + 1
[1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4 = 3 + 1
[1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 5 = 4 + 1
[1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3 = 2 + 1
[1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 3 = 2 + 1
[1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> 2 = 1 + 1
[1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3 = 2 + 1
[1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 1 = 0 + 1
[1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> 6 = 5 + 1
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,1,1,0,0,0]
=> 4 = 3 + 1
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0]
=> [1,0,1,0,1,1,1,0,0,0,1,0]
=> 4 = 3 + 1
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,1,0,0,0,0]
=> 3 = 2 + 1
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,1,0,1,0,0,0]
=> 3 = 2 + 1
[1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0,1,0]
=> 4 = 3 + 1
[1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,1,1,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0,1,0]
=> 3 = 2 + 1
[1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,1,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,1,0,1,0,0,0,1,0]
=> 3 = 2 + 1
[1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,1,0,1,0,1,0,0,0]
=> 2 = 1 + 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> 2 = 1 + 1
[1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0,1,0]
=> 4 = 3 + 1
[1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,1,0,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0]
=> 3 = 2 + 1
[1,1,0,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,0,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,0,1,1,0,0,0]
=> [1,1,1,0,1,0,1,1,0,0,0,0]
=> [1,1,1,1,0,1,0,0,1,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,1,0,0,0,1,0]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0,1,0]
=> 2 = 1 + 1
[1,1,0,1,1,0,0,1,0,0]
=> [1,1,1,0,1,1,0,0,1,0,0,0]
=> [1,1,1,1,0,0,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,1,0,1,0,0,0]
=> [1,1,1,0,1,1,0,1,0,0,0,0]
=> [1,1,1,1,0,0,1,0,1,0,0,0]
=> 1 = 0 + 1
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1,0,1,1,1,0,0,0,0,0]
=> [1,1,1,1,0,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,0,1,1,0,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0]
=> [1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,0,1,1,0,1,0,0,0,0]
=> [1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0]
=> [1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,0,1,1,1,0,0,0,0,0]
=> [1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0]
=> [1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,1,0,0,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,1,0,1,0,0,1,0,0,0]
=> [1,1,0,1,1,1,1,0,1,0,0,1,0,0,0,0]
=> [1,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,1,1,0,0,0,1,0,0,0]
=> [1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0]
=> [1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0]
=> ? = 1 + 1
[1,1,0,1,1,1,1,0,0,0,0,0,1,0]
=> [1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,0]
=> [1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,1,1,0,1,1,1,0,0,0,0,0,1,0]
=> [1,1,1,1,0,1,1,1,0,0,0,0,0,1,0,0]
=> [1,1,1,0,1,1,1,0,1,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [1,1,1,1,1,1,0,0,0,0,0,1,1,0,0,0]
=> [1,1,1,1,1,0,1,0,0,0,0,1,1,0,0,0]
=> ? = 0 + 1
[1,1,1,1,1,0,0,0,0,1,0,0,1,0]
=> [1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,0]
=> [1,1,1,1,1,0,1,0,0,1,0,0,0,0,1,0]
=> ? = 1 + 1
[1,1,1,1,1,0,0,0,1,0,0,0,1,0]
=> [1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0]
=> [1,1,1,1,1,0,1,0,0,0,1,0,0,0,1,0]
=> ? = 1 + 1
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0]
=> ? = 1 + 1
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> ? = 1 + 1
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0]
=> ?
=> ? = 0 + 1
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [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,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0]
=> ? = 1 + 1
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0]
=> ? = 1 + 1
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0]
=> ? = 1 + 1
[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,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
=> ? = 1 + 1
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.
St000674: Dyck paths ⟶ ℤResult quality: 91% values known / values provided: 91%distinct values known / distinct values provided: 100%
Values
[1,0]
=> ? = 1
[1,0,1,0]
=> 2
[1,1,0,0]
=> 0
[1,0,1,0,1,0]
=> 3
[1,0,1,1,0,0]
=> 1
[1,1,0,0,1,0]
=> 1
[1,1,0,1,0,0]
=> 0
[1,1,1,0,0,0]
=> 0
[1,0,1,0,1,0,1,0]
=> 4
[1,0,1,0,1,1,0,0]
=> 2
[1,0,1,1,0,0,1,0]
=> 2
[1,0,1,1,0,1,0,0]
=> 1
[1,0,1,1,1,0,0,0]
=> 1
[1,1,0,0,1,0,1,0]
=> 2
[1,1,0,0,1,1,0,0]
=> 0
[1,1,0,1,0,0,1,0]
=> 1
[1,1,0,1,0,1,0,0]
=> 0
[1,1,0,1,1,0,0,0]
=> 0
[1,1,1,0,0,0,1,0]
=> 1
[1,1,1,0,0,1,0,0]
=> 0
[1,1,1,0,1,0,0,0]
=> 0
[1,1,1,1,0,0,0,0]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> 0
[1,1,1,0,0,0,1,0,1,0]
=> 2
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> ? = 1
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> ? = 1
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> ? = 1
Description
The number of hills of a Dyck path. A hill is a peak with up step starting and down step ending at height zero.
Mp00199: Dyck paths prime Dyck pathDyck paths
Mp00228: Dyck paths reflect parallelogram polyominoDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
St000439: Dyck paths ⟶ ℤResult quality: 91% values known / values provided: 91%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1,1,0,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> 3 = 1 + 2
[1,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 4 = 2 + 2
[1,1,0,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 2 = 0 + 2
[1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 5 = 3 + 2
[1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 3 = 1 + 2
[1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3 = 1 + 2
[1,1,0,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 0 + 2
[1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 0 + 2
[1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 6 = 4 + 2
[1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 4 = 2 + 2
[1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 4 = 2 + 2
[1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 3 = 1 + 2
[1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> 3 = 1 + 2
[1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 4 = 2 + 2
[1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 3 = 1 + 2
[1,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 2 = 0 + 2
[1,1,0,1,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> 2 = 0 + 2
[1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 3 = 1 + 2
[1,1,1,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,1,0,0]
=> 2 = 0 + 2
[1,1,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 0 + 2
[1,1,1,1,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 2 = 0 + 2
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,1,0,0,0,0,0,0]
=> 7 = 5 + 2
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,1,0,1,0,0,0,0]
=> 5 = 3 + 2
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0]
=> [1,0,1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,1,0,1,0,0,0]
=> 5 = 3 + 2
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> 4 = 2 + 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,1,0,1,1,0,0,0,0]
=> 4 = 2 + 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,1,0,0]
=> 5 = 3 + 2
[1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,1,0,0]
=> 3 = 1 + 2
[1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,1,1,0,1,0,0,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> 4 = 2 + 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,0,1,0,1,0,0,0]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,0,0,0]
=> 3 = 1 + 2
[1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,0]
=> 3 = 1 + 2
[1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,1,0,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,1,0,0,0]
=> 4 = 2 + 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,0,0]
=> 3 = 1 + 2
[1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,1,0,1,0,1,0,0,0]
=> [1,1,0,1,0,1,1,1,0,0,0,0]
=> 3 = 1 + 2
[1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> 3 = 1 + 2
[1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0]
=> 5 = 3 + 2
[1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,1,0,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0,1,0]
=> 3 = 1 + 2
[1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,1,0,0,0,1,0]
=> [1,1,0,0,1,1,0,1,0,0,1,0]
=> 3 = 1 + 2
[1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> [1,0,1,1,0,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,1,1,0,0,0,0]
=> [1,1,1,0,0,1,1,0,1,0,0,0]
=> [1,0,1,1,0,1,1,0,0,0,1,0]
=> 2 = 0 + 2
[1,1,0,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,0,1,0]
=> 4 = 2 + 2
[1,1,0,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0,1,0]
=> 2 = 0 + 2
[1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,1,0,0]
=> 3 = 1 + 2
[1,1,0,1,0,1,0,1,0,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> [1,1,1,1,0,1,0,1,0,0,0,0]
=> [1,0,1,0,1,0,1,1,1,0,0,0]
=> 2 = 0 + 2
[1,1,0,1,0,1,1,0,0,0]
=> [1,1,1,0,1,0,1,1,0,0,0,0]
=> [1,1,1,1,0,1,0,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0,1,1,0,0]
=> 2 = 0 + 2
[1,1,0,1,1,0,0,0,1,0]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> [1,1,1,1,0,0,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0,1,0]
=> 3 = 1 + 2
[1,1,0,1,1,0,0,1,0,0]
=> [1,1,1,0,1,1,0,0,1,0,0,0]
=> [1,1,1,1,0,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,1,0,0,1,0]
=> 2 = 0 + 2
[1,1,0,1,1,0,1,0,0,0]
=> [1,1,1,0,1,1,0,1,0,0,0,0]
=> [1,1,1,1,0,0,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0,1,0]
=> 2 = 0 + 2
[1,1,0,1,1,1,0,0,0,0]
=> [1,1,1,0,1,1,1,0,0,0,0,0]
=> [1,1,1,1,0,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,1,0,1,0,0]
=> 2 = 0 + 2
[1,0,1,1,0,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0]
=> [1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,0,1,1,0,1,0,0,0,0]
=> [1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0]
=> [1,0,1,1,1,0,1,1,1,1,0,0,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,0,1,1,1,0,0,0,0,0]
=> [1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0]
=> [1,0,1,1,1,0,1,1,1,0,1,0,0,0,0,0]
=> [1,1,0,1,0,1,1,0,1,0,1,1,0,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,0,0,1,1,0,0,0,0]
=> [1,1,0,1,1,1,1,0,0,1,1,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,0,0,0,0,1,0,0]
=> [1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,0]
=> [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]
=> ? = 1 + 2
[1,0,1,1,1,1,1,0,0,0,1,0,0,0]
=> [1,1,0,1,1,1,1,1,0,0,0,1,0,0,0,0]
=> [1,0,1,1,1,1,1,0,1,0,0,0,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,1,0,1,1,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,0]
=> ? = 1 + 2
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0]
=> ?
=> ?
=> ? = 0 + 2
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,0,1,0,1,0,1,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> ? = 1 + 2
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> ? = 1 + 2
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 1 + 2
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,1,1,0,1,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,1,0,0]
=> ? = 1 + 2
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [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,1,1,1,1,1,1,1,0,1,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,1,0,0,0]
=> ? = 1 + 2
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [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,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,0,1,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,0,1,1,0,0,0,0,0,0,0,1,0]
=> [1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0]
=> [1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0,0]
=> ? = 1 + 2
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0,0]
=> ? = 1 + 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,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0]
=> [1,0,1,1,1,1,1,1,1,1,1,1,1,0,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,1,0,0]
=> ? = 1 + 2
Description
The position of the first down step of a Dyck path.
Mp00100: Dyck paths touch compositionInteger compositions
Mp00041: Integer compositions conjugateInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000986: Graphs ⟶ ℤResult quality: 88% values known / values provided: 88%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => [1] => ([],1)
=> 1
[1,0,1,0]
=> [1,1] => [2] => ([],2)
=> 2
[1,1,0,0]
=> [2] => [1,1] => ([(0,1)],2)
=> 0
[1,0,1,0,1,0]
=> [1,1,1] => [3] => ([],3)
=> 3
[1,0,1,1,0,0]
=> [1,2] => [1,2] => ([(1,2)],3)
=> 1
[1,1,0,0,1,0]
=> [2,1] => [2,1] => ([(0,2),(1,2)],3)
=> 1
[1,1,0,1,0,0]
=> [3] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 0
[1,1,1,0,0,0]
=> [3] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 0
[1,0,1,0,1,0,1,0]
=> [1,1,1,1] => [4] => ([],4)
=> 4
[1,0,1,0,1,1,0,0]
=> [1,1,2] => [1,3] => ([(2,3)],4)
=> 2
[1,0,1,1,0,0,1,0]
=> [1,2,1] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,0,1,1,0,1,0,0]
=> [1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 1
[1,0,1,1,1,0,0,0]
=> [1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 1
[1,1,0,0,1,0,1,0]
=> [2,1,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[1,1,0,0,1,1,0,0]
=> [2,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,1,0,1,0,0,1,0]
=> [3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[1,1,0,1,0,1,0,0]
=> [4] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,1,0,1,1,0,0,0]
=> [4] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,1,1,0,0,0,1,0]
=> [3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[1,1,1,0,0,1,0,0]
=> [4] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,1,1,0,1,0,0,0]
=> [4] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,1,1,1,0,0,0,0]
=> [4] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1] => [5] => ([],5)
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,2] => [1,4] => ([(3,4)],5)
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,2,1] => [2,3] => ([(2,4),(3,4)],5)
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,2,1,1] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,2,2] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,1] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,4] => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,4] => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,3,1] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4] => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,4] => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,4] => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,1,1] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,2] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,2,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,3] => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,3] => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [3,1,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [3,2] => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [4,1] => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [5] => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [5] => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [4,1] => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [5] => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [5] => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [5] => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 0
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,2,2,2] => [1,2,2,2,1] => ([(0,7),(1,6),(1,7),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 0
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 1
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0]
=> [9,1] => [2,1,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 1
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [1,9] => [1,1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 1
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [10,1] => [2,1,1,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(0,10),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(2,10),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(3,10),(4,5),(4,6),(4,7),(4,8),(4,9),(4,10),(5,6),(5,7),(5,8),(5,9),(5,10),(6,7),(6,8),(6,9),(6,10),(7,8),(7,9),(7,10),(8,9),(8,10),(9,10)],11)
=> ? = 1
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0]
=> [9,1] => [2,1,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 1
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(3,4),(3,5),(3,6),(3,7),(3,8),(4,5),(4,6),(4,7),(4,8),(5,6),(5,7),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0]
=> [1,9] => [1,1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,10] => [1,1,1,1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(2,10),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(3,10),(4,5),(4,6),(4,7),(4,8),(4,9),(4,10),(5,6),(5,7),(5,8),(5,9),(5,10),(6,7),(6,8),(6,9),(6,10),(7,8),(7,9),(7,10),(8,9),(8,10),(9,10)],11)
=> ? = 1
Description
The multiplicity of the eigenvalue zero of the adjacency matrix of the graph.
Mp00100: Dyck paths touch compositionInteger compositions
Mp00041: Integer compositions conjugateInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001126: Dyck paths ⟶ ℤResult quality: 88% values known / values provided: 88%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [1] => [1] => [1,0]
=> 1
[1,0,1,0]
=> [1,1] => [2] => [1,1,0,0]
=> 2
[1,1,0,0]
=> [2] => [1,1] => [1,0,1,0]
=> 0
[1,0,1,0,1,0]
=> [1,1,1] => [3] => [1,1,1,0,0,0]
=> 3
[1,0,1,1,0,0]
=> [1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[1,1,0,0,1,0]
=> [2,1] => [2,1] => [1,1,0,0,1,0]
=> 1
[1,1,0,1,0,0]
=> [3] => [1,1,1] => [1,0,1,0,1,0]
=> 0
[1,1,1,0,0,0]
=> [3] => [1,1,1] => [1,0,1,0,1,0]
=> 0
[1,0,1,0,1,0,1,0]
=> [1,1,1,1] => [4] => [1,1,1,1,0,0,0,0]
=> 4
[1,0,1,0,1,1,0,0]
=> [1,1,2] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2
[1,0,1,1,0,0,1,0]
=> [1,2,1] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,0,1,1,0,1,0,0]
=> [1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1
[1,0,1,1,1,0,0,0]
=> [1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 1
[1,1,0,0,1,0,1,0]
=> [2,1,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 2
[1,1,0,0,1,1,0,0]
=> [2,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 0
[1,1,0,1,0,0,1,0]
=> [3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[1,1,0,1,0,1,0,0]
=> [4] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,1,0,1,1,0,0,0]
=> [4] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,1,1,0,0,0,1,0]
=> [3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[1,1,1,0,0,1,0,0]
=> [4] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,1,1,0,1,0,0,0]
=> [4] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,1,1,1,0,0,0,0]
=> [4] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 5
[1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,2] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 3
[1,0,1,0,1,1,0,0,1,0]
=> [1,1,2,1] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 3
[1,0,1,0,1,1,0,1,0,0]
=> [1,1,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 2
[1,0,1,0,1,1,1,0,0,0]
=> [1,1,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 2
[1,0,1,1,0,0,1,0,1,0]
=> [1,2,1,1] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,0,1,1,0,0,1,1,0,0]
=> [1,2,2] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 1
[1,0,1,1,0,1,0,0,1,0]
=> [1,3,1] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,0,1,1,0,1,0,1,0,0]
=> [1,4] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,0,1,1,0,1,1,0,0,0]
=> [1,4] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,0,1,1,1,0,0,0,1,0]
=> [1,3,1] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,0,1,1,1,0,0,1,0,0]
=> [1,4] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,0,1,1,1,0,1,0,0,0]
=> [1,4] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,0,1,1,1,1,0,0,0,0]
=> [1,4] => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 1
[1,1,0,0,1,0,1,0,1,0]
=> [2,1,1,1] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 3
[1,1,0,0,1,0,1,1,0,0]
=> [2,1,2] => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 1
[1,1,0,0,1,1,0,0,1,0]
=> [2,2,1] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 1
[1,1,0,0,1,1,0,1,0,0]
=> [2,3] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 0
[1,1,0,0,1,1,1,0,0,0]
=> [2,3] => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 0
[1,1,0,1,0,0,1,0,1,0]
=> [3,1,1] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 2
[1,1,0,1,0,0,1,1,0,0]
=> [3,2] => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 0
[1,1,0,1,0,1,0,0,1,0]
=> [4,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 1
[1,1,0,1,0,1,0,1,0,0]
=> [5] => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,1,0,1,0,1,1,0,0,0]
=> [5] => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,1,0,1,1,0,0,0,1,0]
=> [4,1] => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 1
[1,1,0,1,1,0,0,1,0,0]
=> [5] => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,1,0,1,1,0,1,0,0,0]
=> [5] => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,1,0,1,1,1,0,0,0,0]
=> [5] => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [1,7] => [1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,2,2,2] => [1,2,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> ? = 0
[1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,0,1,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,0,0,1,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,0,1,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> [7,1] => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0]
=> [9,1] => [2,1,1,1,1,1,1,1,1] => [1,1,0,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,0,1,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0]
=> [1,9] => [1,1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0]
=> [10,1] => [2,1,1,1,1,1,1,1,1,1] => ?
=> ? = 1
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,1,0]
=> [9,1] => [2,1,1,1,1,1,1,1,1] => [1,1,0,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,0,0,1,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0]
=> [8,1] => [2,1,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0]
=> [1,8] => [1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0]
=> [1,9] => [1,1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
[1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0]
=> [1,10] => [1,1,1,1,1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 1
Description
Number of simple module that are 1-regular in the corresponding Nakayama algebra.
The following 48 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001691The number of kings in a graph. St000248The number of anti-singletons of a set partition. St000678The number of up steps after the last double rise of a Dyck path. St000675The number of centered multitunnels of a Dyck path. St000117The number of centered tunnels of a Dyck path. St000221The number of strong fixed points of a permutation. St001008Number of indecomposable injective modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St000164The number of short pairs. St000241The number of cyclical small excedances. St000315The number of isolated vertices of a graph. St000234The number of global ascents of a permutation. St000502The number of successions of a set partitions. St001479The number of bridges of a graph. St000025The number of initial rises of a Dyck path. St001826The maximal number of leaves on a vertex of a graph. St001672The restrained domination number of a graph. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St001342The number of vertices in the center of a graph. St001368The number of vertices of maximal degree in a graph. St000441The number of successions of a permutation. St000237The number of small exceedances. St000546The number of global descents of a permutation. St000007The number of saliances of the permutation. St000894The trace of an alternating sign matrix. St000717The number of ordinal summands of a poset. St000843The decomposition number of a perfect matching. St001461The number of topologically connected components of the chord diagram of a permutation. St000214The number of adjacencies of a permutation. St000884The number of isolated descents of a permutation. St000313The number of degree 2 vertices of a graph. St000239The number of small weak excedances. 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. St000056The decomposition (or block) number of a permutation. St000061The number of nodes on the left branch of a binary tree. St000084The number of subtrees. St000456The monochromatic index of a connected graph. 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. St001198The number of simple modules in the algebra eAe with projective dimension at most 1 in the corresponding Nakayama algebra A with minimal faithful projective-injective module eA. St001206The maximal dimension of an indecomposable projective eAe-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module eA. St001545The second Elser number of a connected graph. St000648The number of 2-excedences of a permutation. St000153The number of adjacent cycles of a permutation. St001465The number of adjacent transpositions in the cycle decomposition of a permutation. St001631The number of simple modules S with dimExt1(S,A)=1 in the incidence algebra A of the poset. St001903The number of fixed points of a parking function. St000732The number of double deficiencies of a permutation. St001240The number of indecomposable modules e_i J^2 that have injective dimension at most one in the corresponding Nakayama algebra