Identifier
Values
[1] => [1,0] => [1,0] => [2,1] => 0
[1,1] => [1,0,1,0] => [1,1,0,0] => [2,3,1] => 0
[2] => [1,1,0,0] => [1,0,1,0] => [3,1,2] => 0
[1,1,1] => [1,0,1,0,1,0] => [1,1,0,1,0,0] => [4,3,1,2] => 0
[1,2] => [1,0,1,1,0,0] => [1,1,0,0,1,0] => [2,4,1,3] => 0
[2,1] => [1,1,0,0,1,0] => [1,0,1,1,0,0] => [3,1,4,2] => 0
[3] => [1,1,1,0,0,0] => [1,0,1,0,1,0] => [4,1,2,3] => 0
[1,1,1,1] => [1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => [5,4,1,2,3] => 0
[1,1,2] => [1,0,1,0,1,1,0,0] => [1,1,0,1,0,0,1,0] => [5,3,1,2,4] => 0
[1,2,1] => [1,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,0] => [2,4,1,5,3] => 0
[1,3] => [1,0,1,1,1,0,0,0] => [1,1,0,0,1,0,1,0] => [2,5,1,3,4] => 0
[2,1,1] => [1,1,0,0,1,0,1,0] => [1,0,1,1,0,1,0,0] => [5,1,4,2,3] => 0
[2,2] => [1,1,0,0,1,1,0,0] => [1,0,1,1,0,0,1,0] => [3,1,5,2,4] => 0
[3,1] => [1,1,1,0,0,0,1,0] => [1,0,1,0,1,1,0,0] => [4,1,2,5,3] => 0
[4] => [1,1,1,1,0,0,0,0] => [1,0,1,0,1,0,1,0] => [5,1,2,3,4] => 0
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,0] => [5,6,1,2,3,4] => 0
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,0,0,1,0] => [6,4,1,2,3,5] => 0
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0] => [1,1,0,1,0,0,1,1,0,0] => [5,3,1,2,6,4] => 0
[1,1,3] => [1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,0,1,0,1,0] => [6,3,1,2,4,5] => 0
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,0] => [2,6,1,5,3,4] => 0
[1,2,2] => [1,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,0] => [2,4,1,6,3,5] => 0
[1,3,1] => [1,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,0,1,1,0,0] => [2,5,1,3,6,4] => 0
[1,4] => [1,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0] => [2,6,1,3,4,5] => 0
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,0] => [6,1,5,2,3,4] => 0
[2,1,2] => [1,1,0,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,0] => [6,1,4,2,3,5] => 1
[2,2,1] => [1,1,0,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,1,0,0] => [3,1,5,2,6,4] => 0
[2,3] => [1,1,0,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,0,1,0] => [3,1,6,2,4,5] => 0
[3,1,1] => [1,1,1,0,0,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,0] => [6,1,2,5,3,4] => 0
[3,2] => [1,1,1,0,0,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,0] => [4,1,2,6,3,5] => 0
[4,1] => [1,1,1,1,0,0,0,0,1,0] => [1,0,1,0,1,0,1,1,0,0] => [5,1,2,3,6,4] => 0
[5] => [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
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 non-records in a permutation.
A record in a permutation $\pi$ is a value $\pi(j)$ which is a left-to-right minimum, a left-to-right maximum, a right-to-left minimum, or a right-to-left maximum.
For example, in the permutation $\pi = [1, 4, 3, 2, 5]$, the values $1$ is a left-to-right minimum, $1, 4, 5$ are left-to-right maxima, $5, 2, 1$ are right-to-left minima and $5$ is a right-to-left maximum. Hence, $3$ is the unique non-record.
Permutations without non-records are called square [1].
Map
bounce path
Description
The bounce path determined by an integer composition.
Map
Ringel
Description
The Ringel permutation of the LNakayama algebra corresponding to a Dyck path.
Map
Delest-Viennot
Description
Return the Dyck path corresponding to the parallelogram polyomino obtained by applying Delest-Viennot's bijection.
Let $D$ be a Dyck path of semilength $n$. The parallelogram polyomino $\gamma(D)$ is defined as follows: let $\tilde D = d_0 d_1 \dots d_{2n+1}$ be the Dyck path obtained by prepending an up step and appending a down step to $D$. Then, the upper path of $\gamma(D)$ corresponds to the sequence of steps of $\tilde D$ with even indices, and the lower path of $\gamma(D)$ corresponds to the sequence of steps of $\tilde D$ with odd indices.
The Delest-Viennot bijection $\beta$ returns the parallelogram polyomino, whose column heights are the heights of the peaks of the Dyck path, and the intersection heights between columns are the heights of the valleys of the Dyck path.
This map returns the Dyck path $(\gamma^{(-1)}\circ\beta)(D)$.