Identifier
-
Mp00081:
Standard tableaux
—reading word permutation⟶
Permutations
Mp00061: Permutations —to increasing tree⟶ Binary trees
Mp00020: Binary trees —to Tamari-corresponding Dyck path⟶ Dyck paths
St000006: Dyck paths ⟶ ℤ
Values
[[1]] => [1] => [.,.] => [1,0] => 0
[[1,2]] => [1,2] => [.,[.,.]] => [1,1,0,0] => 0
[[1],[2]] => [2,1] => [[.,.],.] => [1,0,1,0] => 1
[[1,2,3]] => [1,2,3] => [.,[.,[.,.]]] => [1,1,1,0,0,0] => 0
[[1,3],[2]] => [2,1,3] => [[.,.],[.,.]] => [1,0,1,1,0,0] => 1
[[1,2],[3]] => [3,1,2] => [[.,.],[.,.]] => [1,0,1,1,0,0] => 1
[[1],[2],[3]] => [3,2,1] => [[[.,.],.],.] => [1,0,1,0,1,0] => 3
[[1,2,3,4]] => [1,2,3,4] => [.,[.,[.,[.,.]]]] => [1,1,1,1,0,0,0,0] => 0
[[1,3,4],[2]] => [2,1,3,4] => [[.,.],[.,[.,.]]] => [1,0,1,1,1,0,0,0] => 1
[[1,2,4],[3]] => [3,1,2,4] => [[.,.],[.,[.,.]]] => [1,0,1,1,1,0,0,0] => 1
[[1,2,3],[4]] => [4,1,2,3] => [[.,.],[.,[.,.]]] => [1,0,1,1,1,0,0,0] => 1
[[1,3],[2,4]] => [2,4,1,3] => [[.,[.,.]],[.,.]] => [1,1,0,0,1,1,0,0] => 3
[[1,2],[3,4]] => [3,4,1,2] => [[.,[.,.]],[.,.]] => [1,1,0,0,1,1,0,0] => 3
[[1,4],[2],[3]] => [3,2,1,4] => [[[.,.],.],[.,.]] => [1,0,1,0,1,1,0,0] => 3
[[1,3],[2],[4]] => [4,2,1,3] => [[[.,.],.],[.,.]] => [1,0,1,0,1,1,0,0] => 3
[[1,2],[3],[4]] => [4,3,1,2] => [[[.,.],.],[.,.]] => [1,0,1,0,1,1,0,0] => 3
[[1],[2],[3],[4]] => [4,3,2,1] => [[[[.,.],.],.],.] => [1,0,1,0,1,0,1,0] => 6
[[1,2,3,4,5]] => [1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]] => [1,1,1,1,1,0,0,0,0,0] => 0
[[1,3,4,5],[2]] => [2,1,3,4,5] => [[.,.],[.,[.,[.,.]]]] => [1,0,1,1,1,1,0,0,0,0] => 1
[[1,2,4,5],[3]] => [3,1,2,4,5] => [[.,.],[.,[.,[.,.]]]] => [1,0,1,1,1,1,0,0,0,0] => 1
[[1,2,3,5],[4]] => [4,1,2,3,5] => [[.,.],[.,[.,[.,.]]]] => [1,0,1,1,1,1,0,0,0,0] => 1
[[1,2,3,4],[5]] => [5,1,2,3,4] => [[.,.],[.,[.,[.,.]]]] => [1,0,1,1,1,1,0,0,0,0] => 1
[[1,3,5],[2,4]] => [2,4,1,3,5] => [[.,[.,.]],[.,[.,.]]] => [1,1,0,0,1,1,1,0,0,0] => 3
[[1,2,5],[3,4]] => [3,4,1,2,5] => [[.,[.,.]],[.,[.,.]]] => [1,1,0,0,1,1,1,0,0,0] => 3
[[1,3,4],[2,5]] => [2,5,1,3,4] => [[.,[.,.]],[.,[.,.]]] => [1,1,0,0,1,1,1,0,0,0] => 3
[[1,2,4],[3,5]] => [3,5,1,2,4] => [[.,[.,.]],[.,[.,.]]] => [1,1,0,0,1,1,1,0,0,0] => 3
[[1,2,3],[4,5]] => [4,5,1,2,3] => [[.,[.,.]],[.,[.,.]]] => [1,1,0,0,1,1,1,0,0,0] => 3
[[1,4,5],[2],[3]] => [3,2,1,4,5] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,3,5],[2],[4]] => [4,2,1,3,5] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,2,5],[3],[4]] => [4,3,1,2,5] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,3,4],[2],[5]] => [5,2,1,3,4] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,2,4],[3],[5]] => [5,3,1,2,4] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,2,3],[4],[5]] => [5,4,1,2,3] => [[[.,.],.],[.,[.,.]]] => [1,0,1,0,1,1,1,0,0,0] => 3
[[1,4],[2,5],[3]] => [3,2,5,1,4] => [[[.,.],[.,.]],[.,.]] => [1,0,1,1,0,0,1,1,0,0] => 5
[[1,3],[2,5],[4]] => [4,2,5,1,3] => [[[.,.],[.,.]],[.,.]] => [1,0,1,1,0,0,1,1,0,0] => 5
[[1,2],[3,5],[4]] => [4,3,5,1,2] => [[[.,.],[.,.]],[.,.]] => [1,0,1,1,0,0,1,1,0,0] => 5
[[1,3],[2,4],[5]] => [5,2,4,1,3] => [[[.,.],[.,.]],[.,.]] => [1,0,1,1,0,0,1,1,0,0] => 5
[[1,2],[3,4],[5]] => [5,3,4,1,2] => [[[.,.],[.,.]],[.,.]] => [1,0,1,1,0,0,1,1,0,0] => 5
[[1,5],[2],[3],[4]] => [4,3,2,1,5] => [[[[.,.],.],.],[.,.]] => [1,0,1,0,1,0,1,1,0,0] => 6
[[1,4],[2],[3],[5]] => [5,3,2,1,4] => [[[[.,.],.],.],[.,.]] => [1,0,1,0,1,0,1,1,0,0] => 6
[[1,3],[2],[4],[5]] => [5,4,2,1,3] => [[[[.,.],.],.],[.,.]] => [1,0,1,0,1,0,1,1,0,0] => 6
[[1,2],[3],[4],[5]] => [5,4,3,1,2] => [[[[.,.],.],.],[.,.]] => [1,0,1,0,1,0,1,1,0,0] => 6
[[1],[2],[3],[4],[5]] => [5,4,3,2,1] => [[[[[.,.],.],.],.],.] => [1,0,1,0,1,0,1,0,1,0] => 10
[[1,2,3,4,5,6]] => [1,2,3,4,5,6] => [.,[.,[.,[.,[.,[.,.]]]]]] => [1,1,1,1,1,1,0,0,0,0,0,0] => 0
[[1,3,4,5,6],[2]] => [2,1,3,4,5,6] => [[.,.],[.,[.,[.,[.,.]]]]] => [1,0,1,1,1,1,1,0,0,0,0,0] => 1
[[1,2,4,5,6],[3]] => [3,1,2,4,5,6] => [[.,.],[.,[.,[.,[.,.]]]]] => [1,0,1,1,1,1,1,0,0,0,0,0] => 1
[[1,2,3,5,6],[4]] => [4,1,2,3,5,6] => [[.,.],[.,[.,[.,[.,.]]]]] => [1,0,1,1,1,1,1,0,0,0,0,0] => 1
[[1,2,3,4,6],[5]] => [5,1,2,3,4,6] => [[.,.],[.,[.,[.,[.,.]]]]] => [1,0,1,1,1,1,1,0,0,0,0,0] => 1
[[1,2,3,4,5],[6]] => [6,1,2,3,4,5] => [[.,.],[.,[.,[.,[.,.]]]]] => [1,0,1,1,1,1,1,0,0,0,0,0] => 1
[[1,3,5,6],[2,4]] => [2,4,1,3,5,6] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,5,6],[3,4]] => [3,4,1,2,5,6] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,3,4,6],[2,5]] => [2,5,1,3,4,6] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,4,6],[3,5]] => [3,5,1,2,4,6] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,6],[4,5]] => [4,5,1,2,3,6] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,3,4,5],[2,6]] => [2,6,1,3,4,5] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,4,5],[3,6]] => [3,6,1,2,4,5] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,5],[4,6]] => [4,6,1,2,3,5] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,4],[5,6]] => [5,6,1,2,3,4] => [[.,[.,.]],[.,[.,[.,.]]]] => [1,1,0,0,1,1,1,1,0,0,0,0] => 3
[[1,4,5,6],[2],[3]] => [3,2,1,4,5,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,3,5,6],[2],[4]] => [4,2,1,3,5,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,5,6],[3],[4]] => [4,3,1,2,5,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,3,4,6],[2],[5]] => [5,2,1,3,4,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,4,6],[3],[5]] => [5,3,1,2,4,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,6],[4],[5]] => [5,4,1,2,3,6] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,3,4,5],[2],[6]] => [6,2,1,3,4,5] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,4,5],[3],[6]] => [6,3,1,2,4,5] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,5],[4],[6]] => [6,4,1,2,3,5] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,2,3,4],[5],[6]] => [6,5,1,2,3,4] => [[[.,.],.],[.,[.,[.,.]]]] => [1,0,1,0,1,1,1,1,0,0,0,0] => 3
[[1,3,5],[2,4,6]] => [2,4,6,1,3,5] => [[.,[.,[.,.]]],[.,[.,.]]] => [1,1,1,0,0,0,1,1,1,0,0,0] => 5
[[1,2,5],[3,4,6]] => [3,4,6,1,2,5] => [[.,[.,[.,.]]],[.,[.,.]]] => [1,1,1,0,0,0,1,1,1,0,0,0] => 5
[[1,3,4],[2,5,6]] => [2,5,6,1,3,4] => [[.,[.,[.,.]]],[.,[.,.]]] => [1,1,1,0,0,0,1,1,1,0,0,0] => 5
[[1,2,4],[3,5,6]] => [3,5,6,1,2,4] => [[.,[.,[.,.]]],[.,[.,.]]] => [1,1,1,0,0,0,1,1,1,0,0,0] => 5
[[1,2,3],[4,5,6]] => [4,5,6,1,2,3] => [[.,[.,[.,.]]],[.,[.,.]]] => [1,1,1,0,0,0,1,1,1,0,0,0] => 5
[[1,4,6],[2,5],[3]] => [3,2,5,1,4,6] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,6],[2,5],[4]] => [4,2,5,1,3,6] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,6],[3,5],[4]] => [4,3,5,1,2,6] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,6],[2,4],[5]] => [5,2,4,1,3,6] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,6],[3,4],[5]] => [5,3,4,1,2,6] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,4,5],[2,6],[3]] => [3,2,6,1,4,5] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,5],[2,6],[4]] => [4,2,6,1,3,5] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,5],[3,6],[4]] => [4,3,6,1,2,5] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,4],[2,6],[5]] => [5,2,6,1,3,4] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,4],[3,6],[5]] => [5,3,6,1,2,4] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,3],[4,6],[5]] => [5,4,6,1,2,3] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,5],[2,4],[6]] => [6,2,4,1,3,5] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,5],[3,4],[6]] => [6,3,4,1,2,5] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,3,4],[2,5],[6]] => [6,2,5,1,3,4] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,4],[3,5],[6]] => [6,3,5,1,2,4] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,2,3],[4,5],[6]] => [6,4,5,1,2,3] => [[[.,.],[.,.]],[.,[.,.]]] => [1,0,1,1,0,0,1,1,1,0,0,0] => 5
[[1,5,6],[2],[3],[4]] => [4,3,2,1,5,6] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,4,6],[2],[3],[5]] => [5,3,2,1,4,6] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,3,6],[2],[4],[5]] => [5,4,2,1,3,6] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,2,6],[3],[4],[5]] => [5,4,3,1,2,6] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,4,5],[2],[3],[6]] => [6,3,2,1,4,5] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,3,5],[2],[4],[6]] => [6,4,2,1,3,5] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,2,5],[3],[4],[6]] => [6,4,3,1,2,5] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,3,4],[2],[5],[6]] => [6,5,2,1,3,4] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,2,4],[3],[5],[6]] => [6,5,3,1,2,4] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,2,3],[4],[5],[6]] => [6,5,4,1,2,3] => [[[[.,.],.],.],[.,[.,.]]] => [1,0,1,0,1,0,1,1,1,0,0,0] => 6
[[1,4],[2,5],[3,6]] => [3,6,2,5,1,4] => [[[.,[.,.]],[.,.]],[.,.]] => [1,1,0,0,1,1,0,0,1,1,0,0] => 9
[[1,3],[2,5],[4,6]] => [4,6,2,5,1,3] => [[[.,[.,.]],[.,.]],[.,.]] => [1,1,0,0,1,1,0,0,1,1,0,0] => 9
>>> Load all 119 entries. <<<
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 dinv of a Dyck path.
Let $a=(a_1,\ldots,a_n)$ be the area sequence of a Dyck path $D$ (see St000012The area of a Dyck path.).
The dinv statistic of $D$ is
$$ \operatorname{dinv}(D) = \# \big\{ i < j : a_i-a_j \in \{ 0,1 \} \big\}.$$
Equivalently, $\operatorname{dinv}(D)$ is also equal to the number of boxes in the partition above $D$ whose arm length is one larger or equal to its leg length.
There is a recursive definition of the $(\operatorname{area},\operatorname{dinv})$ pair of statistics, see [2].
Let $a=(0,a_2,\ldots,a_r,0,a_{r+2},\ldots,a_n)$ be the area sequence of the Dyck path $D$ with $a_i > 0$ for $2\leq i\leq r$ (so that the path touches the diagonal for the first time after $r$ steps). Assume that $D$ has $v$ entries where $a_i=0$. Let $D'$ be the path with the area sequence $(0,a_{r+2},\ldots,a_n,a_2-1,a_3-1,\ldots,a_r-1)$, then the statistics are related by
$$(\operatorname{area}(D),\operatorname{dinv}(D)) = (\operatorname{area}(D')+r-1,\operatorname{dinv}(D')+v-1).$$
Let $a=(a_1,\ldots,a_n)$ be the area sequence of a Dyck path $D$ (see St000012The area of a Dyck path.).
The dinv statistic of $D$ is
$$ \operatorname{dinv}(D) = \# \big\{ i < j : a_i-a_j \in \{ 0,1 \} \big\}.$$
Equivalently, $\operatorname{dinv}(D)$ is also equal to the number of boxes in the partition above $D$ whose arm length is one larger or equal to its leg length.
There is a recursive definition of the $(\operatorname{area},\operatorname{dinv})$ pair of statistics, see [2].
Let $a=(0,a_2,\ldots,a_r,0,a_{r+2},\ldots,a_n)$ be the area sequence of the Dyck path $D$ with $a_i > 0$ for $2\leq i\leq r$ (so that the path touches the diagonal for the first time after $r$ steps). Assume that $D$ has $v$ entries where $a_i=0$. Let $D'$ be the path with the area sequence $(0,a_{r+2},\ldots,a_n,a_2-1,a_3-1,\ldots,a_r-1)$, then the statistics are related by
$$(\operatorname{area}(D),\operatorname{dinv}(D)) = (\operatorname{area}(D')+r-1,\operatorname{dinv}(D')+v-1).$$
Map
to Tamari-corresponding Dyck path
Description
Return the Dyck path associated with a binary tree in consistency with the Tamari order on Dyck words and binary trees.
The bijection is defined recursively as follows:
The bijection is defined recursively as follows:
- a leaf is associated with an empty Dyck path,
- a tree with children $l,r$ is associated with the Dyck word $T(l) 1 T(r) 0$ where $T(l)$ and $T(r)$ are the images of this bijection to $l$ and $r$.
Map
to increasing tree
Description
Sends a permutation to its associated increasing tree.
This tree is recursively obtained by sending the unique permutation of length $0$ to the empty tree, and sending a permutation $\sigma$ of length $n \geq 1$ to a root node with two subtrees $L$ and $R$ by splitting $\sigma$ at the index $\sigma^{-1}(1)$, normalizing both sides again to permutations and sending the permutations on the left and on the right of $\sigma^{-1}(1)$ to the trees $L$ and $R$, respectively.
This tree is recursively obtained by sending the unique permutation of length $0$ to the empty tree, and sending a permutation $\sigma$ of length $n \geq 1$ to a root node with two subtrees $L$ and $R$ by splitting $\sigma$ at the index $\sigma^{-1}(1)$, normalizing both sides again to permutations and sending the permutations on the left and on the right of $\sigma^{-1}(1)$ to the trees $L$ and $R$, respectively.
Map
reading word permutation
Description
Return the permutation obtained by reading the entries of the tableau row by row, starting with the bottom-most row in English notation.
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!