Your data matches 72 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000485: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1
[2,1] => 2
[1,2,3] => 1
[1,3,2] => 2
[2,1,3] => 2
[2,3,1] => 3
[3,1,2] => 3
[3,2,1] => 2
[1,2,3,4] => 1
[1,2,4,3] => 2
[1,3,2,4] => 2
[1,3,4,2] => 3
[1,4,2,3] => 3
[1,4,3,2] => 2
[2,1,3,4] => 2
[2,1,4,3] => 2
[2,3,1,4] => 3
[2,3,4,1] => 4
[2,4,1,3] => 4
[2,4,3,1] => 3
[3,1,2,4] => 3
[3,1,4,2] => 4
[3,2,1,4] => 2
[3,2,4,1] => 3
[3,4,1,2] => 2
[3,4,2,1] => 4
[4,1,2,3] => 4
[4,1,3,2] => 3
[4,2,1,3] => 3
[4,2,3,1] => 2
[4,3,1,2] => 4
[4,3,2,1] => 2
[1,2,3,4,5] => 1
[1,2,3,5,4] => 2
[1,2,4,3,5] => 2
[1,2,4,5,3] => 3
[1,2,5,3,4] => 3
[1,2,5,4,3] => 2
[1,3,2,4,5] => 2
[1,3,2,5,4] => 2
[1,3,4,2,5] => 3
[1,3,4,5,2] => 4
[1,3,5,2,4] => 4
[1,3,5,4,2] => 3
[1,4,2,3,5] => 3
[1,4,2,5,3] => 4
[1,4,3,2,5] => 2
[1,4,3,5,2] => 3
[1,4,5,2,3] => 2
[1,4,5,3,2] => 4
Description
The length of the longest cycle of a permutation.
Matching statistic: St000147
Mp00108: Permutations cycle typeInteger partitions
St000147: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> 1
[2,1] => [2]
=> 2
[1,2,3] => [1,1,1]
=> 1
[1,3,2] => [2,1]
=> 2
[2,1,3] => [2,1]
=> 2
[2,3,1] => [3]
=> 3
[3,1,2] => [3]
=> 3
[3,2,1] => [2,1]
=> 2
[1,2,3,4] => [1,1,1,1]
=> 1
[1,2,4,3] => [2,1,1]
=> 2
[1,3,2,4] => [2,1,1]
=> 2
[1,3,4,2] => [3,1]
=> 3
[1,4,2,3] => [3,1]
=> 3
[1,4,3,2] => [2,1,1]
=> 2
[2,1,3,4] => [2,1,1]
=> 2
[2,1,4,3] => [2,2]
=> 2
[2,3,1,4] => [3,1]
=> 3
[2,3,4,1] => [4]
=> 4
[2,4,1,3] => [4]
=> 4
[2,4,3,1] => [3,1]
=> 3
[3,1,2,4] => [3,1]
=> 3
[3,1,4,2] => [4]
=> 4
[3,2,1,4] => [2,1,1]
=> 2
[3,2,4,1] => [3,1]
=> 3
[3,4,1,2] => [2,2]
=> 2
[3,4,2,1] => [4]
=> 4
[4,1,2,3] => [4]
=> 4
[4,1,3,2] => [3,1]
=> 3
[4,2,1,3] => [3,1]
=> 3
[4,2,3,1] => [2,1,1]
=> 2
[4,3,1,2] => [4]
=> 4
[4,3,2,1] => [2,2]
=> 2
[1,2,3,4,5] => [1,1,1,1,1]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> 2
[1,2,4,5,3] => [3,1,1]
=> 3
[1,2,5,3,4] => [3,1,1]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> 2
[1,3,2,5,4] => [2,2,1]
=> 2
[1,3,4,2,5] => [3,1,1]
=> 3
[1,3,4,5,2] => [4,1]
=> 4
[1,3,5,2,4] => [4,1]
=> 4
[1,3,5,4,2] => [3,1,1]
=> 3
[1,4,2,3,5] => [3,1,1]
=> 3
[1,4,2,5,3] => [4,1]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> 2
[1,4,3,5,2] => [3,1,1]
=> 3
[1,4,5,2,3] => [2,2,1]
=> 2
[1,4,5,3,2] => [4,1]
=> 4
Description
The largest part of an integer partition.
Mp00151: Permutations to cycle typeSet partitions
St001062: Set partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => {{1},{2}}
=> 1
[2,1] => {{1,2}}
=> 2
[1,2,3] => {{1},{2},{3}}
=> 1
[1,3,2] => {{1},{2,3}}
=> 2
[2,1,3] => {{1,2},{3}}
=> 2
[2,3,1] => {{1,2,3}}
=> 3
[3,1,2] => {{1,2,3}}
=> 3
[3,2,1] => {{1,3},{2}}
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> 1
[1,2,4,3] => {{1},{2},{3,4}}
=> 2
[1,3,2,4] => {{1},{2,3},{4}}
=> 2
[1,3,4,2] => {{1},{2,3,4}}
=> 3
[1,4,2,3] => {{1},{2,3,4}}
=> 3
[1,4,3,2] => {{1},{2,4},{3}}
=> 2
[2,1,3,4] => {{1,2},{3},{4}}
=> 2
[2,1,4,3] => {{1,2},{3,4}}
=> 2
[2,3,1,4] => {{1,2,3},{4}}
=> 3
[2,3,4,1] => {{1,2,3,4}}
=> 4
[2,4,1,3] => {{1,2,3,4}}
=> 4
[2,4,3,1] => {{1,2,4},{3}}
=> 3
[3,1,2,4] => {{1,2,3},{4}}
=> 3
[3,1,4,2] => {{1,2,3,4}}
=> 4
[3,2,1,4] => {{1,3},{2},{4}}
=> 2
[3,2,4,1] => {{1,3,4},{2}}
=> 3
[3,4,1,2] => {{1,3},{2,4}}
=> 2
[3,4,2,1] => {{1,2,3,4}}
=> 4
[4,1,2,3] => {{1,2,3,4}}
=> 4
[4,1,3,2] => {{1,2,4},{3}}
=> 3
[4,2,1,3] => {{1,3,4},{2}}
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> 2
[4,3,1,2] => {{1,2,3,4}}
=> 4
[4,3,2,1] => {{1,4},{2,3}}
=> 2
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> 1
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> 2
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> 2
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> 3
[1,2,5,3,4] => {{1},{2},{3,4,5}}
=> 3
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> 2
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> 2
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> 2
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> 3
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> 4
[1,3,5,2,4] => {{1},{2,3,4,5}}
=> 4
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> 3
[1,4,2,3,5] => {{1},{2,3,4},{5}}
=> 3
[1,4,2,5,3] => {{1},{2,3,4,5}}
=> 4
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> 2
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> 2
[1,4,5,3,2] => {{1},{2,3,4,5}}
=> 4
Description
The maximal size of a block of a set partition.
Mp00108: Permutations cycle typeInteger partitions
Mp00044: Integer partitions conjugateInteger partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [2]
=> 1
[2,1] => [2]
=> [1,1]
=> 2
[1,2,3] => [1,1,1]
=> [3]
=> 1
[1,3,2] => [2,1]
=> [2,1]
=> 2
[2,1,3] => [2,1]
=> [2,1]
=> 2
[2,3,1] => [3]
=> [1,1,1]
=> 3
[3,1,2] => [3]
=> [1,1,1]
=> 3
[3,2,1] => [2,1]
=> [2,1]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [4]
=> 1
[1,2,4,3] => [2,1,1]
=> [3,1]
=> 2
[1,3,2,4] => [2,1,1]
=> [3,1]
=> 2
[1,3,4,2] => [3,1]
=> [2,1,1]
=> 3
[1,4,2,3] => [3,1]
=> [2,1,1]
=> 3
[1,4,3,2] => [2,1,1]
=> [3,1]
=> 2
[2,1,3,4] => [2,1,1]
=> [3,1]
=> 2
[2,1,4,3] => [2,2]
=> [2,2]
=> 2
[2,3,1,4] => [3,1]
=> [2,1,1]
=> 3
[2,3,4,1] => [4]
=> [1,1,1,1]
=> 4
[2,4,1,3] => [4]
=> [1,1,1,1]
=> 4
[2,4,3,1] => [3,1]
=> [2,1,1]
=> 3
[3,1,2,4] => [3,1]
=> [2,1,1]
=> 3
[3,1,4,2] => [4]
=> [1,1,1,1]
=> 4
[3,2,1,4] => [2,1,1]
=> [3,1]
=> 2
[3,2,4,1] => [3,1]
=> [2,1,1]
=> 3
[3,4,1,2] => [2,2]
=> [2,2]
=> 2
[3,4,2,1] => [4]
=> [1,1,1,1]
=> 4
[4,1,2,3] => [4]
=> [1,1,1,1]
=> 4
[4,1,3,2] => [3,1]
=> [2,1,1]
=> 3
[4,2,1,3] => [3,1]
=> [2,1,1]
=> 3
[4,2,3,1] => [2,1,1]
=> [3,1]
=> 2
[4,3,1,2] => [4]
=> [1,1,1,1]
=> 4
[4,3,2,1] => [2,2]
=> [2,2]
=> 2
[1,2,3,4,5] => [1,1,1,1,1]
=> [5]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [4,1]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [4,1]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [3,1,1]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [3,1,1]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [4,1]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [4,1]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [3,2]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [3,1,1]
=> 3
[1,3,4,5,2] => [4,1]
=> [2,1,1,1]
=> 4
[1,3,5,2,4] => [4,1]
=> [2,1,1,1]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [3,1,1]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [3,1,1]
=> 3
[1,4,2,5,3] => [4,1]
=> [2,1,1,1]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [4,1]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [3,1,1]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [3,2]
=> 2
[1,4,5,3,2] => [4,1]
=> [2,1,1,1]
=> 4
Description
The length of the partition.
Mp00151: Permutations to cycle typeSet partitions
Mp00128: Set partitions to compositionInteger compositions
St000381: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => {{1},{2}}
=> [1,1] => 1
[2,1] => {{1,2}}
=> [2] => 2
[1,2,3] => {{1},{2},{3}}
=> [1,1,1] => 1
[1,3,2] => {{1},{2,3}}
=> [1,2] => 2
[2,1,3] => {{1,2},{3}}
=> [2,1] => 2
[2,3,1] => {{1,2,3}}
=> [3] => 3
[3,1,2] => {{1,2,3}}
=> [3] => 3
[3,2,1] => {{1,3},{2}}
=> [2,1] => 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> [1,1,1,1] => 1
[1,2,4,3] => {{1},{2},{3,4}}
=> [1,1,2] => 2
[1,3,2,4] => {{1},{2,3},{4}}
=> [1,2,1] => 2
[1,3,4,2] => {{1},{2,3,4}}
=> [1,3] => 3
[1,4,2,3] => {{1},{2,3,4}}
=> [1,3] => 3
[1,4,3,2] => {{1},{2,4},{3}}
=> [1,2,1] => 2
[2,1,3,4] => {{1,2},{3},{4}}
=> [2,1,1] => 2
[2,1,4,3] => {{1,2},{3,4}}
=> [2,2] => 2
[2,3,1,4] => {{1,2,3},{4}}
=> [3,1] => 3
[2,3,4,1] => {{1,2,3,4}}
=> [4] => 4
[2,4,1,3] => {{1,2,3,4}}
=> [4] => 4
[2,4,3,1] => {{1,2,4},{3}}
=> [3,1] => 3
[3,1,2,4] => {{1,2,3},{4}}
=> [3,1] => 3
[3,1,4,2] => {{1,2,3,4}}
=> [4] => 4
[3,2,1,4] => {{1,3},{2},{4}}
=> [2,1,1] => 2
[3,2,4,1] => {{1,3,4},{2}}
=> [3,1] => 3
[3,4,1,2] => {{1,3},{2,4}}
=> [2,2] => 2
[3,4,2,1] => {{1,2,3,4}}
=> [4] => 4
[4,1,2,3] => {{1,2,3,4}}
=> [4] => 4
[4,1,3,2] => {{1,2,4},{3}}
=> [3,1] => 3
[4,2,1,3] => {{1,3,4},{2}}
=> [3,1] => 3
[4,2,3,1] => {{1,4},{2},{3}}
=> [2,1,1] => 2
[4,3,1,2] => {{1,2,3,4}}
=> [4] => 4
[4,3,2,1] => {{1,4},{2,3}}
=> [2,2] => 2
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> [1,1,1,1,1] => 1
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> [1,1,1,2] => 2
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> [1,1,2,1] => 2
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> [1,1,3] => 3
[1,2,5,3,4] => {{1},{2},{3,4,5}}
=> [1,1,3] => 3
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> [1,1,2,1] => 2
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> [1,2,1,1] => 2
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> [1,2,2] => 2
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> [1,3,1] => 3
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> [1,4] => 4
[1,3,5,2,4] => {{1},{2,3,4,5}}
=> [1,4] => 4
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> [1,3,1] => 3
[1,4,2,3,5] => {{1},{2,3,4},{5}}
=> [1,3,1] => 3
[1,4,2,5,3] => {{1},{2,3,4,5}}
=> [1,4] => 4
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> [1,2,1,1] => 2
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> [1,3,1] => 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> [1,2,2] => 2
[1,4,5,3,2] => {{1},{2,3,4,5}}
=> [1,4] => 4
Description
The largest part of an integer composition.
Mp00108: Permutations cycle typeInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
St000676: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [1,1,0,0]
=> 1
[2,1] => [2]
=> [1,0,1,0]
=> 2
[1,2,3] => [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,3,2] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,1,3] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,3,1] => [3]
=> [1,0,1,0,1,0]
=> 3
[3,1,2] => [3]
=> [1,0,1,0,1,0]
=> 3
[3,2,1] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,3,2,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,3,4,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,2,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,3,2] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,1,3,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,1,4,3] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[2,3,1,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[2,3,4,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[2,4,1,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[2,4,3,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,2,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,4,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[3,2,1,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[3,2,4,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,4,1,2] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[3,4,2,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,2,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,3,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[4,2,1,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[4,2,3,1] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[4,3,1,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,2,1] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,0,1,0,1,0,1,0,0]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,3,4,5,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,3,5,2,4] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,2,5,3] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 2
[1,4,5,3,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
Description
The number of odd rises of a Dyck path. This is the number of ones at an odd position, with the initial position equal to 1. The number of Dyck paths of semilength $n$ with $k$ up steps in odd positions and $k$ returns to the main diagonal are counted by the binomial coefficient $\binom{n-1}{k-1}$ [3,4].
Matching statistic: St000734
Mp00108: Permutations cycle typeInteger partitions
Mp00042: Integer partitions initial tableauStandard tableaux
St000734: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [[1],[2]]
=> 1
[2,1] => [2]
=> [[1,2]]
=> 2
[1,2,3] => [1,1,1]
=> [[1],[2],[3]]
=> 1
[1,3,2] => [2,1]
=> [[1,2],[3]]
=> 2
[2,1,3] => [2,1]
=> [[1,2],[3]]
=> 2
[2,3,1] => [3]
=> [[1,2,3]]
=> 3
[3,1,2] => [3]
=> [[1,2,3]]
=> 3
[3,2,1] => [2,1]
=> [[1,2],[3]]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 1
[1,2,4,3] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[1,3,2,4] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[1,3,4,2] => [3,1]
=> [[1,2,3],[4]]
=> 3
[1,4,2,3] => [3,1]
=> [[1,2,3],[4]]
=> 3
[1,4,3,2] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[2,1,3,4] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[2,1,4,3] => [2,2]
=> [[1,2],[3,4]]
=> 2
[2,3,1,4] => [3,1]
=> [[1,2,3],[4]]
=> 3
[2,3,4,1] => [4]
=> [[1,2,3,4]]
=> 4
[2,4,1,3] => [4]
=> [[1,2,3,4]]
=> 4
[2,4,3,1] => [3,1]
=> [[1,2,3],[4]]
=> 3
[3,1,2,4] => [3,1]
=> [[1,2,3],[4]]
=> 3
[3,1,4,2] => [4]
=> [[1,2,3,4]]
=> 4
[3,2,1,4] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[3,2,4,1] => [3,1]
=> [[1,2,3],[4]]
=> 3
[3,4,1,2] => [2,2]
=> [[1,2],[3,4]]
=> 2
[3,4,2,1] => [4]
=> [[1,2,3,4]]
=> 4
[4,1,2,3] => [4]
=> [[1,2,3,4]]
=> 4
[4,1,3,2] => [3,1]
=> [[1,2,3],[4]]
=> 3
[4,2,1,3] => [3,1]
=> [[1,2,3],[4]]
=> 3
[4,2,3,1] => [2,1,1]
=> [[1,2],[3],[4]]
=> 2
[4,3,1,2] => [4]
=> [[1,2,3,4]]
=> 4
[4,3,2,1] => [2,2]
=> [[1,2],[3,4]]
=> 2
[1,2,3,4,5] => [1,1,1,1,1]
=> [[1],[2],[3],[4],[5]]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [[1,2],[3,4],[5]]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,3,4,5,2] => [4,1]
=> [[1,2,3,4],[5]]
=> 4
[1,3,5,2,4] => [4,1]
=> [[1,2,3,4],[5]]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,2,5,3] => [4,1]
=> [[1,2,3,4],[5]]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [[1,2],[3,4],[5]]
=> 2
[1,4,5,3,2] => [4,1]
=> [[1,2,3,4],[5]]
=> 4
Description
The last entry in the first row of a standard tableau.
Mp00108: Permutations cycle typeInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
St001039: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [1,1,0,0]
=> 1
[2,1] => [2]
=> [1,0,1,0]
=> 2
[1,2,3] => [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,3,2] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,1,3] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,3,1] => [3]
=> [1,0,1,0,1,0]
=> 3
[3,1,2] => [3]
=> [1,0,1,0,1,0]
=> 3
[3,2,1] => [2,1]
=> [1,0,1,1,0,0]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,3,2,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,3,4,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,2,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,3,2] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,1,3,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,1,4,3] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[2,3,1,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[2,3,4,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[2,4,1,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[2,4,3,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,2,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,4,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[3,2,1,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[3,2,4,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,4,1,2] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[3,4,2,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,2,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,3,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[4,2,1,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> 3
[4,2,3,1] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[4,3,1,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,2,1] => [2,2]
=> [1,1,1,0,0,0]
=> 2
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,0,1,0,1,0,1,0,0]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,3,4,5,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,3,5,2,4] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,2,5,3] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 2
[1,4,5,3,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> 4
Description
The maximal height of a column in the parallelogram polyomino associated with a Dyck path.
Mp00108: Permutations cycle typeInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
Mp00227: Dyck paths Delest-Viennot-inverseDyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [1,1,0,0]
=> [1,0,1,0]
=> 1
[2,1] => [2]
=> [1,0,1,0]
=> [1,1,0,0]
=> 2
[1,2,3] => [1,1,1]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 1
[1,3,2] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[2,1,3] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[2,3,1] => [3]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 3
[3,1,2] => [3]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 3
[3,2,1] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,3,2,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,3,4,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[1,4,2,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[1,4,3,2] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[2,1,3,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[2,1,4,3] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[2,3,1,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[2,3,4,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[2,4,1,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[2,4,3,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,1,2,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,1,4,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[3,2,1,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[3,2,4,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,4,1,2] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[3,4,2,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,1,2,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,1,3,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[4,2,1,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[4,2,3,1] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[4,3,1,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,3,2,1] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[1,2,3,4,5] => [1,1,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,2,3,5,4] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,3,4,5,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,3,5,2,4] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,2,5,3] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[1,4,5,3,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
Description
The height of a Dyck path. The height of a Dyck path $D$ of semilength $n$ is defined as the maximal height of a peak of $D$. The height of $D$ at position $i$ is the number of up-steps minus the number of down-steps before position $i$.
Matching statistic: St000025
Mp00108: Permutations cycle typeInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
Mp00227: Dyck paths Delest-Viennot-inverseDyck paths
St000025: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,1]
=> [1,1,0,0]
=> [1,0,1,0]
=> 1
[2,1] => [2]
=> [1,0,1,0]
=> [1,1,0,0]
=> 2
[1,2,3] => [1,1,1]
=> [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 1
[1,3,2] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[2,1,3] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[2,3,1] => [3]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 3
[3,1,2] => [3]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 3
[3,2,1] => [2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[1,2,3,4] => [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,3,2,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,3,4,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[1,4,2,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[1,4,3,2] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[2,1,3,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[2,1,4,3] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[2,3,1,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[2,3,4,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[2,4,1,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[2,4,3,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,1,2,4] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,1,4,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[3,2,1,4] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[3,2,4,1] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[3,4,1,2] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[3,4,2,1] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,1,2,3] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,1,3,2] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[4,2,1,3] => [3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 3
[4,2,3,1] => [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[4,3,1,2] => [4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 4
[4,3,2,1] => [2,2]
=> [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 2
[1,2,3,4,5] => [1,1,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,2,3,5,4] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,2,5,3,4] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,2,5,4,3] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,3,4,5,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,3,5,2,4] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,3,5,4,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,2,3,5] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,2,5,3] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
[1,4,3,2,5] => [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
[1,4,5,2,3] => [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[1,4,5,3,2] => [4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
Description
The number of initial rises of a Dyck path. In other words, this is the height of the first peak of $D$.
The following 62 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000141The maximum drop size of a permutation. St000288The number of ones in a binary word. St000326The position of the first one in a binary word after appending a 1 at the end. St000378The diagonal inversion number of an integer partition. St000382The first part of an integer composition. St000383The last part of an integer composition. St000444The length of the maximal rise of a Dyck path. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000504The cardinality of the first block of a set partition. St000505The biggest entry in the block containing the 1. St000691The number of changes of a binary word. St000733The row containing the largest entry of a standard tableau. St000738The first entry in the last row of a standard tableau. St000745The index of the last row whose first entry is the row number in a standard Young tableau. St000808The number of up steps of the associated bargraph. St000823The number of unsplittable factors of the set partition. St000971The smallest closer of a set partition. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001809The index of the step at the first peak of maximal height in a Dyck path. St000024The number of double up and double down steps of a Dyck path. St000054The first entry of the permutation. St000157The number of descents of a standard tableau. St000439The position of the first down step of a Dyck path. St000442The maximal area to the right of an up step of a Dyck path. St000503The maximal difference between two elements in a common block. St000874The position of the last double rise in a Dyck path. St001504The sum of all indegrees of vertices with indegree at least two in the resolution quiver of a Nakayama algebra corresponding to the Dyck path. St000702The number of weak deficiencies of a permutation. St001461The number of topologically connected components of the chord diagram of a permutation. St000653The last descent of a permutation. St000308The height of the tree associated to a permutation. St000031The number of cycles in the cycle decomposition of a permutation. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St000316The number of non-left-to-right-maxima 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. St001480The number of simple summands of the module J^2/J^3. St001497The position of the largest weak excedence of a permutation. St000443The number of long tunnels of a Dyck path. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001210Gives the maximal vector space dimension of the first Ext-group between an indecomposable module X and the regular module A, when A is the Nakayama algebra corresponding to the Dyck path. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St000083The number of left oriented leafs of a binary tree except the first one. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St001233The number of indecomposable 2-dimensional modules with projective dimension one. St001508The degree of the standard monomial associated to a Dyck path relative to the diagonal boundary. St000746The number of pairs with odd minimum in a perfect matching. St000062The length of the longest increasing subsequence of the permutation. St000314The number of left-to-right-maxima of a permutation. St000740The last entry of a permutation. St000887The maximal number of nonzero entries on a diagonal of a permutation matrix. St000991The number of right-to-left minima of a permutation. St001235The global dimension of the corresponding Comp-Nakayama algebra. St001239The largest vector space dimension of the double dual of a simple module in the corresponding Nakayama algebra. St001652The length of a longest interval of consecutive numbers. St001662The length of the longest factor of consecutive numbers in a permutation. St000989The number of final rises of a permutation. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St000840The number of closers smaller than the largest opener in a perfect matching. St000199The column of the unique '1' in the last row of the alternating sign matrix. St000200The row of the unique '1' in the last column of the alternating sign matrix. St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$.