Identifier
-
Mp00199:
Dyck paths
—prime Dyck path⟶
Dyck paths
Mp00122: Dyck paths —Elizalde-Deutsch bijection⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000664: Permutations ⟶ ℤ
Values
[1,0] => [1,1,0,0] => [1,0,1,0] => [3,1,2] => 0
[1,0,1,0] => [1,1,0,1,0,0] => [1,0,1,1,0,0] => [3,1,4,2] => 0
[1,1,0,0] => [1,1,1,0,0,0] => [1,0,1,0,1,0] => [4,1,2,3] => 0
[1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => [1,0,1,1,0,0,1,0] => [3,1,5,2,4] => 0
[1,0,1,1,0,0] => [1,1,0,1,1,0,0,0] => [1,0,1,1,0,1,0,0] => [5,1,4,2,3] => 0
[1,1,0,0,1,0] => [1,1,1,0,0,1,0,0] => [1,0,1,1,1,0,0,0] => [3,1,4,5,2] => 0
[1,1,0,1,0,0] => [1,1,1,0,1,0,0,0] => [1,0,1,0,1,1,0,0] => [4,1,2,5,3] => 1
[1,1,1,0,0,0] => [1,1,1,1,0,0,0,0] => [1,0,1,0,1,0,1,0] => [5,1,2,3,4] => 0
[1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,0] => [1,0,1,1,0,0,1,1,0,0] => [3,1,5,2,6,4] => 0
[1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,1,0,0,0] => [1,0,1,1,0,1,1,0,0,0] => [5,1,4,2,6,3] => 0
[1,0,1,1,0,0,1,0] => [1,1,0,1,1,0,0,1,0,0] => [1,0,1,1,0,0,1,0,1,0] => [3,1,6,2,4,5] => 0
[1,0,1,1,0,1,0,0] => [1,1,0,1,1,0,1,0,0,0] => [1,0,1,1,0,1,0,0,1,0] => [6,1,4,2,3,5] => 1
[1,0,1,1,1,0,0,0] => [1,1,0,1,1,1,0,0,0,0] => [1,0,1,1,0,1,0,1,0,0] => [6,1,5,2,3,4] => 0
[1,1,0,0,1,0,1,0] => [1,1,1,0,0,1,0,1,0,0] => [1,0,1,1,1,0,0,1,0,0] => [3,1,6,5,2,4] => 0
[1,1,0,0,1,1,0,0] => [1,1,1,0,0,1,1,0,0,0] => [1,0,1,1,1,1,0,0,0,0] => [3,1,4,5,6,2] => 0
[1,1,0,1,0,0,1,0] => [1,1,1,0,1,0,0,1,0,0] => [1,0,1,1,1,0,0,0,1,0] => [3,1,4,6,2,5] => 0
[1,1,0,1,0,1,0,0] => [1,1,1,0,1,0,1,0,0,0] => [1,0,1,0,1,1,0,0,1,0] => [4,1,2,6,3,5] => 1
[1,1,0,1,1,0,0,0] => [1,1,1,0,1,1,0,0,0,0] => [1,0,1,0,1,1,0,1,0,0] => [6,1,2,5,3,4] => 1
[1,1,1,0,0,0,1,0] => [1,1,1,1,0,0,0,1,0,0] => [1,0,1,1,1,0,1,0,0,0] => [6,1,4,5,2,3] => 0
[1,1,1,0,0,1,0,0] => [1,1,1,1,0,0,1,0,0,0] => [1,0,1,0,1,1,1,0,0,0] => [4,1,2,5,6,3] => 1
[1,1,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] => [5,1,2,3,6,4] => 1
[1,1,1,1,0,0,0,0] => [1,1,1,1,1,0,0,0,0,0] => [1,0,1,0,1,0,1,0,1,0] => [6,1,2,3,4,5] => 0
[] => [1,0] => [1,0] => [2,1] => 0
search for individual values
searching the database for the individual values of this statistic
/
search for generating function
searching the database for statistics with the same generating function
Description
The number of right ropes of a permutation.
Let π be a permutation of length n. A raft of π is a non-empty maximal sequence of consecutive small ascents, St000441The number of successions of a permutation., and a right rope is a large ascent after a raft of π.
See Definition 3.10 and Example 3.11 in [1].
Let π be a permutation of length n. A raft of π is a non-empty maximal sequence of consecutive small ascents, St000441The number of successions of a permutation., and a right rope is a large ascent after a raft of π.
See Definition 3.10 and Example 3.11 in [1].
Map
prime Dyck path
Description
Return the Dyck path obtained by adding an initial up and a final down step.
Map
Elizalde-Deutsch bijection
Description
The Elizalde-Deutsch bijection on Dyck paths.
.Let n be the length of the Dyck path. Consider the steps 1,n,2,n−1,… of D. When considering the i-th step its corresponding matching step has not yet been read, let the i-th step of the image of D be an up step, otherwise let it be a down step.
.Let n be the length of the Dyck path. Consider the steps 1,n,2,n−1,… of D. When considering the i-th step its corresponding matching step has not yet been read, let the i-th step of the image of D be an up step, otherwise let it be a down step.
Map
Ringel
Description
The Ringel permutation of the LNakayama algebra corresponding to a Dyck path.
searching the database
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!