searching the database
Your data matches 41 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St000391
St000391: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => 0
1 => 1
00 => 0
01 => 2
10 => 1
11 => 3
000 => 0
001 => 3
010 => 2
011 => 5
100 => 1
101 => 4
110 => 3
111 => 6
0000 => 0
0001 => 4
0010 => 3
0011 => 7
0100 => 2
0101 => 6
0110 => 5
0111 => 9
1000 => 1
1001 => 5
1010 => 4
1011 => 8
1100 => 3
1101 => 7
1110 => 6
1111 => 10
00000 => 0
00001 => 5
00010 => 4
00011 => 9
00100 => 3
00101 => 8
00110 => 7
00111 => 12
01000 => 2
01001 => 7
01010 => 6
01011 => 11
01100 => 5
01101 => 10
01110 => 9
01111 => 14
10000 => 1
10001 => 6
10010 => 5
10011 => 10
Description
The sum of the positions of the ones in a binary word.
Matching statistic: St000008
Mp00178: Binary words —to composition⟶ Integer compositions
St000008: Integer compositions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000008: Integer compositions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => 0
1 => [1,1] => 1
00 => [3] => 0
01 => [2,1] => 2
10 => [1,2] => 1
11 => [1,1,1] => 3
000 => [4] => 0
001 => [3,1] => 3
010 => [2,2] => 2
011 => [2,1,1] => 5
100 => [1,3] => 1
101 => [1,2,1] => 4
110 => [1,1,2] => 3
111 => [1,1,1,1] => 6
0000 => [5] => 0
0001 => [4,1] => 4
0010 => [3,2] => 3
0011 => [3,1,1] => 7
0100 => [2,3] => 2
0101 => [2,2,1] => 6
0110 => [2,1,2] => 5
0111 => [2,1,1,1] => 9
1000 => [1,4] => 1
1001 => [1,3,1] => 5
1010 => [1,2,2] => 4
1011 => [1,2,1,1] => 8
1100 => [1,1,3] => 3
1101 => [1,1,2,1] => 7
1110 => [1,1,1,2] => 6
1111 => [1,1,1,1,1] => 10
00000 => [6] => 0
00001 => [5,1] => 5
00010 => [4,2] => 4
00011 => [4,1,1] => 9
00100 => [3,3] => 3
00101 => [3,2,1] => 8
00110 => [3,1,2] => 7
00111 => [3,1,1,1] => 12
01000 => [2,4] => 2
01001 => [2,3,1] => 7
01010 => [2,2,2] => 6
01011 => [2,2,1,1] => 11
01100 => [2,1,3] => 5
01101 => [2,1,2,1] => 10
01110 => [2,1,1,2] => 9
01111 => [2,1,1,1,1] => 14
10000 => [1,5] => 1
10001 => [1,4,1] => 6
10010 => [1,3,2] => 5
10011 => [1,3,1,1] => 10
Description
The major index of the composition.
The descents of a composition $[c_1,c_2,\dots,c_k]$ are the partial sums $c_1, c_1+c_2,\dots, c_1+\dots+c_{k-1}$, excluding the sum of all parts. The major index of a composition is the sum of its descents.
For details about the major index see [[Permutations/Descents-Major]].
Matching statistic: St000081
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000081: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000081: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 0
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 0
01 => [2,1] => ([(0,2),(1,2)],3)
=> 2
10 => [1,2] => ([(1,2)],3)
=> 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
000 => [4] => ([],4)
=> 0
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
010 => [2,2] => ([(1,3),(2,3)],4)
=> 2
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
100 => [1,3] => ([(2,3)],4)
=> 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
0000 => [5] => ([],5)
=> 0
0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 7
0100 => [2,3] => ([(2,4),(3,4)],5)
=> 2
0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 9
1000 => [1,4] => ([(3,4)],5)
=> 1
1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 7
1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
1111 => [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)
=> 10
00000 => [6] => ([],6)
=> 0
00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 5
00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 4
00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 9
00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 8
00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 7
00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 12
01000 => [2,4] => ([(3,5),(4,5)],6)
=> 2
01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 7
01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 11
01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 10
01110 => [2,1,1,2] => ([(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 9
01111 => [2,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 14
10000 => [1,5] => ([(4,5)],6)
=> 1
10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
10011 => [1,3,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 10
Description
The number of edges of a graph.
Matching statistic: St000946
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000946: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000946: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 1
1 => [1,1] => [1,0,1,0]
=> 0
00 => [3] => [1,1,1,0,0,0]
=> 1
01 => [2,1] => [1,1,0,0,1,0]
=> 3
10 => [1,2] => [1,0,1,1,0,0]
=> 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> 0
000 => [4] => [1,1,1,1,0,0,0,0]
=> 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 4
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 6
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 2
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 5
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 5
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 8
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 4
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 6
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 10
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 7
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 3
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 2
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 6
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 9
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 5
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 7
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 4
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 0
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 1
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 6
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 10
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> 5
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 8
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 13
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 9
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 4
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 6
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 11
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 15
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 10
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 7
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 12
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 8
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 3
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 2
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 7
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 11
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> 6
Description
The sum of the skew hook positions in a Dyck path.
A skew hook is an occurrence of a down step followed by two up steps or of an up step followed by a down step.
Write $U_i$ for the $i$-th up step and $D_j$ for the $j$-th down step in the Dyck path. Then the skew hook set is the set $$H = \{j: U_{i−1} U_i D_j \text{ is a skew hook}\} \cup \{i: D_{i−1} D_i U_j\text{ is a skew hook}\}.$$
This statistic is the sum of all elements in $H$.
Matching statistic: St000947
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000947: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000947: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 7
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 6
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 9
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 8
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 7
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 6
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> 9
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 8
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 7
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 12
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 11
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 5
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 10
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 14
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> 10
Description
The major index east count of a Dyck path.
The descent set $\operatorname{des}(D)$ of a Dyck path $D = D_1 \cdots D_{2n}$ with $D_i \in \{N,E\}$ is given by all indices $i$ such that $D_i = E$ and $D_{i+1} = N$. This is, the positions of the valleys of $D$.
The '''major index''' of a Dyck path is then the sum of the positions of the valleys, $\sum_{i \in \operatorname{des}(D)} i$, see [[St000027]].
The '''major index east count''' is given by $\sum_{i \in \operatorname{des}(D)} \#\{ j \leq i \mid D_j = E\}$.
Matching statistic: St001161
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001161: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001161: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 7
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 6
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 9
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 8
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 7
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 6
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> 9
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> 8
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 7
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> 12
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> 11
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 5
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> 10
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> 14
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> 10
Description
The major index north count of a Dyck path.
The descent set $\operatorname{des}(D)$ of a Dyck path $D = D_1 \cdots D_{2n}$ with $D_i \in \{N,E\}$ is given by all indices $i$ such that $D_i = E$ and $D_{i+1} = N$. This is, the positions of the valleys of $D$.
The '''major index''' of a Dyck path is then the sum of the positions of the valleys, $\sum_{i \in \operatorname{des}(D)} i$, see [[St000027]].
The '''major index north count''' is given by $\sum_{i \in \operatorname{des}(D)} \#\{ j \leq i \mid D_j = N\}$.
Matching statistic: St000012
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00101: Dyck paths —decomposition reverse⟶ Dyck paths
St000012: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00101: Dyck paths —decomposition reverse⟶ Dyck paths
St000012: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> [1,0,1,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> [1,1,0,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 1
10 => [1,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0]
=> 5
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 1
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0,1,0]
=> 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> 3
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 4
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 6
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 6
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 7
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 7
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 8
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 9
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0]
=> 1
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0,1,0,1,0]
=> 2
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [1,1,1,0,0,0,1,0,1,0,1,0]
=> 3
00100 => [3,3] => [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
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0,1,0,1,0]
=> 4
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [1,1,1,0,1,0,0,0,1,0,1,0]
=> 5
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0,1,0,1,0]
=> 6
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0,1,0]
=> 4
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0,1,0]
=> 5
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0,1,0]
=> 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0,1,0]
=> 7
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0,1,0]
=> 7
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0,1,0]
=> 8
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> 10
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> 5
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,0]
=> 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> 7
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,1,0,0]
=> 8
Description
The area of a Dyck path.
This is the number of complete squares in the integer lattice which are below the path and above the x-axis. The 'half-squares' directly above the axis do not contribute to this statistic.
1. Dyck paths are bijection with '''area sequences''' $(a_1,\ldots,a_n)$ such that $a_1 = 0, a_{k+1} \leq a_k + 1$.
2. The generating function $\mathbf{D}_n(q) = \sum_{D \in \mathfrak{D}_n} q^{\operatorname{area}(D)}$ satisfy the recurrence $$\mathbf{D}_{n+1}(q) = \sum q^k \mathbf{D}_k(q) \mathbf{D}_{n-k}(q).$$
3. The area is equidistributed with [[St000005]] and [[St000006]]. Pairs of these statistics play an important role in the theory of $q,t$-Catalan numbers.
Matching statistic: St000378
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
St000378: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
St000378: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> []
=> 0
1 => [1,1] => [1,0,1,0]
=> [1]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> []
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> [2]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> [1,1]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> [2,1]
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> []
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [3]
=> 2
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> 3
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> 5
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> 2
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,3]
=> 4
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [4,3]
=> 5
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> 3
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> 7
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> 6
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> 9
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> 4
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> 5
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> 8
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> 3
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> 7
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> 6
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [5]
=> 2
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [4,4]
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [5,4]
=> 5
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [3,3,3]
=> 5
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [5,3,3]
=> 8
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [4,4,3]
=> 7
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [5,4,3]
=> 9
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,2,2,2]
=> 3
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [5,2,2,2]
=> 7
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2]
=> 9
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2]
=> 12
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2]
=> 6
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2]
=> 11
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2]
=> 10
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2]
=> 14
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1]
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [5,1,1,1,1]
=> 4
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [4,4,1,1,1]
=> 6
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [5,4,1,1,1]
=> 8
Description
The diagonal inversion number of an integer partition.
The dinv of a partition is the number of cells $c$ in the diagram of an integer partition $\lambda$ for which $\operatorname{arm}(c)-\operatorname{leg}(c) \in \{0,1\}$.
See also exercise 3.19 of [2].
This statistic is equidistributed with the length of the partition, see [3].
Matching statistic: St000492
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00138: Dyck paths —to noncrossing partition⟶ Set partitions
St000492: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00138: Dyck paths —to noncrossing partition⟶ Set partitions
St000492: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> {{1,2}}
=> 0
1 => [1,1] => [1,0,1,0]
=> {{1},{2}}
=> 1
00 => [3] => [1,1,1,0,0,0]
=> {{1,2,3}}
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> {{1,2},{3}}
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> {{1},{2,3}}
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> {{1},{2},{3}}
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> {{1,2,3},{4}}
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> {{1,2},{3,4}}
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> {{1,2},{3},{4}}
=> 5
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> {{1},{2,3,4}}
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> {{1},{2,3},{4}}
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> {{1},{2},{3,4}}
=> 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4}}
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3,4,5}}
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> {{1,2,3,4},{5}}
=> 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> {{1,2,3},{4,5}}
=> 3
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> {{1,2,3},{4},{5}}
=> 7
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> {{1,2},{3,4,5}}
=> 2
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> {{1,2},{3,4},{5}}
=> 6
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> {{1,2},{3},{4,5}}
=> 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> {{1,2},{3},{4},{5}}
=> 9
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> {{1},{2,3,4,5}}
=> 1
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> {{1},{2,3,4},{5}}
=> 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> {{1},{2,3},{4,5}}
=> 4
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> {{1},{2,3},{4},{5}}
=> 8
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> {{1},{2},{3,4,5}}
=> 3
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> {{1},{2},{3,4},{5}}
=> 7
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> {{1},{2},{3},{4,5}}
=> 6
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4},{5}}
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> {{1,2,3,4,5,6}}
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> {{1,2,3,4,5},{6}}
=> 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> {{1,2,3,4},{5,6}}
=> 4
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> {{1,2,3,4},{5},{6}}
=> 9
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> {{1,2,3},{4,5,6}}
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> {{1,2,3},{4,5},{6}}
=> 8
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> {{1,2,3},{4},{5,6}}
=> 7
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> {{1,2,3},{4},{5},{6}}
=> 12
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> {{1,2},{3,4,5,6}}
=> 2
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> {{1,2},{3,4,5},{6}}
=> 7
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> {{1,2},{3,4},{5,6}}
=> 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> {{1,2},{3,4},{5},{6}}
=> 11
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> {{1,2},{3},{4,5,6}}
=> 5
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> {{1,2},{3},{4,5},{6}}
=> 10
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> {{1,2},{3},{4},{5,6}}
=> 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> {{1,2},{3},{4},{5},{6}}
=> 14
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2,3,4,5,6}}
=> 1
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> {{1},{2,3,4,5},{6}}
=> 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> {{1},{2,3,4},{5,6}}
=> 5
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> {{1},{2,3,4},{5},{6}}
=> 10
Description
The rob statistic of a set partition.
Let $S = B_1,\ldots,B_k$ be a set partition with ordered blocks $B_i$ and with $\operatorname{min} B_a < \operatorname{min} B_b$ for $a < b$.
According to [1, Definition 3], a '''rob''' (right-opener-bigger) of $S$ is given by a pair $i < j$ such that $j = \operatorname{min} B_b$ and $i \in B_a$ for $a < b$.
This is also the number of occurrences of the pattern {{1}, {2}}, such that 2 is the minimal element of a block.
Matching statistic: St000493
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00138: Dyck paths —to noncrossing partition⟶ Set partitions
St000493: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00138: Dyck paths —to noncrossing partition⟶ Set partitions
St000493: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> {{1,2}}
=> 0
1 => [1,1] => [1,0,1,0]
=> {{1},{2}}
=> 1
00 => [3] => [1,1,1,0,0,0]
=> {{1,2,3}}
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> {{1,2},{3}}
=> 1
10 => [1,2] => [1,0,1,1,0,0]
=> {{1},{2,3}}
=> 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> {{1},{2},{3}}
=> 3
000 => [4] => [1,1,1,1,0,0,0,0]
=> {{1,2,3,4}}
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> {{1,2,3},{4}}
=> 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> {{1,2},{3,4}}
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> {{1,2},{3},{4}}
=> 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> {{1},{2,3,4}}
=> 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> {{1},{2,3},{4}}
=> 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> {{1},{2},{3,4}}
=> 5
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4}}
=> 6
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> {{1,2,3,4,5}}
=> 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> {{1,2,3,4},{5}}
=> 1
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> {{1,2,3},{4,5}}
=> 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> {{1,2,3},{4},{5}}
=> 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> {{1,2},{3,4,5}}
=> 3
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> {{1,2},{3,4},{5}}
=> 4
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> {{1,2},{3},{4,5}}
=> 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> {{1,2},{3},{4},{5}}
=> 6
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> {{1},{2,3,4,5}}
=> 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> {{1},{2,3,4},{5}}
=> 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> {{1},{2,3},{4,5}}
=> 6
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> {{1},{2,3},{4},{5}}
=> 7
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> {{1},{2},{3,4,5}}
=> 7
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> {{1},{2},{3,4},{5}}
=> 8
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> {{1},{2},{3},{4,5}}
=> 9
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> {{1},{2},{3},{4},{5}}
=> 10
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> {{1,2,3,4,5,6}}
=> 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> {{1,2,3,4,5},{6}}
=> 1
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> {{1,2,3,4},{5,6}}
=> 2
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> {{1,2,3,4},{5},{6}}
=> 3
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> {{1,2,3},{4,5,6}}
=> 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> {{1,2,3},{4,5},{6}}
=> 4
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> {{1,2,3},{4},{5,6}}
=> 5
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> {{1,2,3},{4},{5},{6}}
=> 6
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> {{1,2},{3,4,5,6}}
=> 4
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> {{1,2},{3,4,5},{6}}
=> 5
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> {{1,2},{3,4},{5,6}}
=> 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> {{1,2},{3,4},{5},{6}}
=> 7
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> {{1,2},{3},{4,5,6}}
=> 7
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> {{1,2},{3},{4,5},{6}}
=> 8
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> {{1,2},{3},{4},{5,6}}
=> 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> {{1,2},{3},{4},{5},{6}}
=> 10
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> {{1},{2,3,4,5,6}}
=> 5
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> {{1},{2,3,4,5},{6}}
=> 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> {{1},{2,3,4},{5,6}}
=> 7
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> {{1},{2,3,4},{5},{6}}
=> 8
Description
The los statistic of a set partition.
Let $S = B_1,\ldots,B_k$ be a set partition with ordered blocks $B_i$ and with $\operatorname{min} B_a < \operatorname{min} B_b$ for $a < b$.
According to [1, Definition 3], a '''los''' (left-opener-smaller) of $S$ is given by a pair $i > j$ such that $j = \operatorname{min} B_b$ and $i \in B_a$ for $a > b$.
This is also the dual major index of [2].
The following 31 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000498The lcs statistic of a set partition. St000499The rcb statistic of a set partition. St000577The number of occurrences of the pattern {{1},{2}} such that 1 is a maximal element. St000579The number of occurrences of the pattern {{1},{2}} such that 2 is a maximal element. St001759The Rajchgot index of a permutation. St001671Haglund's hag of a permutation. St000446The disorder of a permutation. St000794The mak of a permutation. St000797The stat`` of a permutation. St000798The makl of a permutation. St000833The comajor index of a permutation. St000161The sum of the sizes of the right subtrees of a binary tree. St000456The monochromatic index of a connected graph. St000472The sum of the ascent bottoms of a permutation. St000796The stat' of a permutation. St000005The bounce statistic of a Dyck path. St000006The dinv of a Dyck path. St000004The major index of a permutation. St000133The "bounce" of a permutation. St000154The sum of the descent bottoms of a permutation. St000156The Denert index of a permutation. St000304The load of a permutation. St000305The inverse major index of a permutation. St001295Gives the vector space dimension of the homomorphism space between J^2 and J^2. St000448The number of pairs of vertices of a graph with distance 2. St001646The number of edges that can be added without increasing the maximal degree of a graph. St001311The cyclomatic number of a graph. St001645The pebbling number of a connected graph. St000450The number of edges minus the number of vertices plus 2 of a graph. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001330The hat guessing number of a graph.
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!