Your data matches 16 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Matching statistic: St000391
Mp00104: Binary words reverseBinary words
St000391: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 => 0
1 => 1 => 1
00 => 00 => 0
01 => 10 => 1
10 => 01 => 2
11 => 11 => 3
000 => 000 => 0
001 => 100 => 1
010 => 010 => 2
011 => 110 => 3
100 => 001 => 3
101 => 101 => 4
110 => 011 => 5
111 => 111 => 6
0000 => 0000 => 0
0001 => 1000 => 1
0010 => 0100 => 2
0011 => 1100 => 3
0100 => 0010 => 3
0101 => 1010 => 4
0110 => 0110 => 5
0111 => 1110 => 6
1000 => 0001 => 4
1001 => 1001 => 5
1010 => 0101 => 6
1011 => 1101 => 7
1100 => 0011 => 7
1101 => 1011 => 8
1110 => 0111 => 9
1111 => 1111 => 10
00000 => 00000 => 0
00001 => 10000 => 1
00010 => 01000 => 2
00011 => 11000 => 3
00100 => 00100 => 3
00101 => 10100 => 4
00110 => 01100 => 5
00111 => 11100 => 6
01000 => 00010 => 4
01001 => 10010 => 5
01010 => 01010 => 6
01011 => 11010 => 7
01100 => 00110 => 7
01101 => 10110 => 8
01110 => 01110 => 9
01111 => 11110 => 10
10000 => 00001 => 5
10001 => 10001 => 6
10010 => 01001 => 7
10011 => 11001 => 8
Description
The sum of the positions of the ones in a binary word.
Matching statistic: St000008
Mp00104: Binary words reverseBinary words
Mp00178: Binary words to compositionInteger compositions
St000008: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 => [2] => 0
1 => 1 => [1,1] => 1
00 => 00 => [3] => 0
01 => 10 => [1,2] => 1
10 => 01 => [2,1] => 2
11 => 11 => [1,1,1] => 3
000 => 000 => [4] => 0
001 => 100 => [1,3] => 1
010 => 010 => [2,2] => 2
011 => 110 => [1,1,2] => 3
100 => 001 => [3,1] => 3
101 => 101 => [1,2,1] => 4
110 => 011 => [2,1,1] => 5
111 => 111 => [1,1,1,1] => 6
0000 => 0000 => [5] => 0
0001 => 1000 => [1,4] => 1
0010 => 0100 => [2,3] => 2
0011 => 1100 => [1,1,3] => 3
0100 => 0010 => [3,2] => 3
0101 => 1010 => [1,2,2] => 4
0110 => 0110 => [2,1,2] => 5
0111 => 1110 => [1,1,1,2] => 6
1000 => 0001 => [4,1] => 4
1001 => 1001 => [1,3,1] => 5
1010 => 0101 => [2,2,1] => 6
1011 => 1101 => [1,1,2,1] => 7
1100 => 0011 => [3,1,1] => 7
1101 => 1011 => [1,2,1,1] => 8
1110 => 0111 => [2,1,1,1] => 9
1111 => 1111 => [1,1,1,1,1] => 10
00000 => 00000 => [6] => 0
00001 => 10000 => [1,5] => 1
00010 => 01000 => [2,4] => 2
00011 => 11000 => [1,1,4] => 3
00100 => 00100 => [3,3] => 3
00101 => 10100 => [1,2,3] => 4
00110 => 01100 => [2,1,3] => 5
00111 => 11100 => [1,1,1,3] => 6
01000 => 00010 => [4,2] => 4
01001 => 10010 => [1,3,2] => 5
01010 => 01010 => [2,2,2] => 6
01011 => 11010 => [1,1,2,2] => 7
01100 => 00110 => [3,1,2] => 7
01101 => 10110 => [1,2,1,2] => 8
01110 => 01110 => [2,1,1,2] => 9
01111 => 11110 => [1,1,1,1,2] => 10
10000 => 00001 => [5,1] => 5
10001 => 10001 => [1,4,1] => 6
10010 => 01001 => [2,3,1] => 7
10011 => 11001 => [1,1,3,1] => 8
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: St000493
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00138: Dyck paths to noncrossing partitionSet 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].
Matching statistic: St000498
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00138: Dyck paths to noncrossing partitionSet partitions
St000498: 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 lcs 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 '''lcs''' (left-closer-smaller) of $S$ is given by a pair $i > j$ such that $j = \operatorname{max} B_b$ and $i \in B_a$ for $a > b$.
Matching statistic: St000012
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00101: Dyck paths decomposition reverseDyck paths
St000012: Dyck paths ⟶ ℤResult quality: 97% values known / values provided: 97%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
0100000 => [2,6] => [1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0]
=> ? = 6
1000000 => [1,7] => [1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> ? = 7
1000001 => [1,6,1] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [1,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0]
=> ? = 8
1100000 => [1,1,6] => [1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,0]
=> ? = 13
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: St000947
Mp00104: Binary words reverseBinary words
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000947: Dyck paths ⟶ ℤResult quality: 97% values known / values provided: 97%distinct values known / distinct values provided: 100%
Values
0 => 0 => [2] => [1,1,0,0]
=> 0
1 => 1 => [1,1] => [1,0,1,0]
=> 1
00 => 00 => [3] => [1,1,1,0,0,0]
=> 0
01 => 10 => [1,2] => [1,0,1,1,0,0]
=> 1
10 => 01 => [2,1] => [1,1,0,0,1,0]
=> 2
11 => 11 => [1,1,1] => [1,0,1,0,1,0]
=> 3
000 => 000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => 100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
010 => 010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => 110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
100 => 001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
101 => 101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
110 => 011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
111 => 111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
0000 => 0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
0001 => 1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
0010 => 0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0011 => 1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
0100 => 0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0101 => 1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
0110 => 0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 5
0111 => 1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 6
1000 => 0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
1001 => 1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 5
1010 => 0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 6
1011 => 1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 7
1100 => 0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 7
1101 => 1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 8
1110 => 0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 9
1111 => 1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 10
00000 => 00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
00001 => 10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
00010 => 01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
00011 => 11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> 3
00100 => 00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => 10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0]
=> 4
00110 => 01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 5
00111 => 11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> 6
01000 => 00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
01001 => 10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
01010 => 01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
01011 => 11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> 7
01100 => 00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 7
01101 => 10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> 8
01110 => 01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 9
01111 => 11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> 10
10000 => 00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
10001 => 10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 6
10010 => 01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
10011 => 11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> 8
0000000 => 0000000 => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> ? = 0
0100000 => 0000010 => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
1000000 => 0000001 => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
1100000 => 0000011 => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 13
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
Mp00104: Binary words reverseBinary words
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001161: Dyck paths ⟶ ℤResult quality: 97% values known / values provided: 97%distinct values known / distinct values provided: 100%
Values
0 => 0 => [2] => [1,1,0,0]
=> 0
1 => 1 => [1,1] => [1,0,1,0]
=> 1
00 => 00 => [3] => [1,1,1,0,0,0]
=> 0
01 => 10 => [1,2] => [1,0,1,1,0,0]
=> 1
10 => 01 => [2,1] => [1,1,0,0,1,0]
=> 2
11 => 11 => [1,1,1] => [1,0,1,0,1,0]
=> 3
000 => 000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => 100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
010 => 010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => 110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
100 => 001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
101 => 101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
110 => 011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
111 => 111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
0000 => 0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
0001 => 1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
0010 => 0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
0011 => 1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
0100 => 0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
0101 => 1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
0110 => 0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 5
0111 => 1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> 6
1000 => 0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 4
1001 => 1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> 5
1010 => 0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 6
1011 => 1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> 7
1100 => 0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 7
1101 => 1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> 8
1110 => 0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> 9
1111 => 1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> 10
00000 => 00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> 0
00001 => 10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> 1
00010 => 01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
00011 => 11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> 3
00100 => 00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
00101 => 10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0]
=> 4
00110 => 01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> 5
00111 => 11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> 6
01000 => 00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> 4
01001 => 10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
01010 => 01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
01011 => 11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> 7
01100 => 00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> 7
01101 => 10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> 8
01110 => 01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> 9
01111 => 11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> 10
10000 => 00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> 5
10001 => 10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> 6
10010 => 01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
10011 => 11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> 8
0000000 => 0000000 => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> ? = 0
0100000 => 0000010 => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
1000000 => 0000001 => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
1100000 => 0000011 => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 13
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: St000081
Mp00104: Binary words reverseBinary words
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000081: Graphs ⟶ ℤResult quality: 95% values known / values provided: 95%distinct values known / distinct values provided: 100%
Values
0 => 0 => [2] => ([],2)
=> 0
1 => 1 => [1,1] => ([(0,1)],2)
=> 1
00 => 00 => [3] => ([],3)
=> 0
01 => 10 => [1,2] => ([(1,2)],3)
=> 1
10 => 01 => [2,1] => ([(0,2),(1,2)],3)
=> 2
11 => 11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
000 => 000 => [4] => ([],4)
=> 0
001 => 100 => [1,3] => ([(2,3)],4)
=> 1
010 => 010 => [2,2] => ([(1,3),(2,3)],4)
=> 2
011 => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
100 => 001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
101 => 101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
110 => 011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
111 => 111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
0000 => 0000 => [5] => ([],5)
=> 0
0001 => 1000 => [1,4] => ([(3,4)],5)
=> 1
0010 => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> 2
0011 => 1100 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
0100 => 0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
0101 => 1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
0110 => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
0111 => 1110 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
1000 => 0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
1001 => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 5
1010 => 0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
1011 => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 7
1100 => 0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 7
1101 => 1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
1110 => 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
1111 => 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 => 00000 => [6] => ([],6)
=> 0
00001 => 10000 => [1,5] => ([(4,5)],6)
=> 1
00010 => 01000 => [2,4] => ([(3,5),(4,5)],6)
=> 2
00011 => 11000 => [1,1,4] => ([(3,4),(3,5),(4,5)],6)
=> 3
00100 => 00100 => [3,3] => ([(2,5),(3,5),(4,5)],6)
=> 3
00101 => 10100 => [1,2,3] => ([(2,5),(3,4),(3,5),(4,5)],6)
=> 4
00110 => 01100 => [2,1,3] => ([(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
00111 => 11100 => [1,1,1,3] => ([(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
01000 => 00010 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 4
01001 => 10010 => [1,3,2] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 5
01010 => 01010 => [2,2,2] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
01011 => 11010 => [1,1,2,2] => ([(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 7
01100 => 00110 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 7
01101 => 10110 => [1,2,1,2] => ([(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 8
01110 => 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 => 11110 => [1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 10
10000 => 00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 5
10001 => 10001 => [1,4,1] => ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
10010 => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 7
10011 => 11001 => [1,1,3,1] => ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 8
0000000 => 0000000 => [8] => ([],8)
=> ? = 0
0000001 => 1000000 => [1,7] => ([(6,7)],8)
=> ? = 1
0000010 => 0100000 => [2,6] => ([(5,7),(6,7)],8)
=> ? = 2
0100000 => 0000010 => [6,2] => ([(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 6
1000000 => 0000001 => [7,1] => ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 7
1000001 => 1000001 => [1,6,1] => ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 8
1100000 => 0000011 => [6,1,1] => ([(0,6),(0,7),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 13
Description
The number of edges of a graph.
Matching statistic: St000161
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00034: Dyck paths to binary tree: up step, left tree, down step, right treeBinary trees
St000161: Binary trees ⟶ ℤResult quality: 60% values known / values provided: 60%distinct values known / distinct values provided: 73%
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]
=> [[.,.],[.,.]]
=> 1
10 => [1,2] => [1,0,1,1,0,0]
=> [.,[[.,.],.]]
=> 2
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]
=> [[[.,.],.],[.,.]]
=> 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [[.,.],[[.,.],.]]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [[.,.],[.,[.,.]]]
=> 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [.,[[[.,.],.],.]]
=> 3
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]
=> [.,[.,[[.,.],.]]]
=> 5
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]
=> [[[[.,.],.],.],[.,.]]
=> 1
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[[.,.],.],[[.,.],.]]
=> 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [[[.,.],.],[.,[.,.]]]
=> 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [[.,.],[[[.,.],.],.]]
=> 3
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [[.,.],[[.,.],[.,.]]]
=> 4
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]
=> [[.,.],[.,[.,[.,.]]]]
=> 6
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [.,[[[[.,.],.],.],.]]
=> 4
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]
=> [.,[[.,.],[[.,.],.]]]
=> 6
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [.,[[.,.],[.,[.,.]]]]
=> 7
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [.,[.,[[[.,.],.],.]]]
=> 7
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [.,[.,[[.,.],[.,.]]]]
=> 8
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [.,[.,[.,[[.,.],.]]]]
=> 9
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]
=> [[[[[.,.],.],.],.],[.,.]]
=> 1
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [[[[.,.],.],.],[[.,.],.]]
=> 2
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [[[[.,.],.],.],[.,[.,.]]]
=> 3
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]
=> [[[.,.],.],[[.,.],[.,.]]]
=> 4
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [[[.,.],.],[.,[[.,.],.]]]
=> 5
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [[[.,.],.],[.,[.,[.,.]]]]
=> 6
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [[.,.],[[[[.,.],.],.],.]]
=> 4
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [[.,.],[[[.,.],.],[.,.]]]
=> 5
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]
=> [[.,.],[[.,.],[.,[.,.]]]]
=> 7
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]
=> [[.,.],[.,[[.,.],[.,.]]]]
=> 8
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]
=> [[.,.],[.,[.,[.,[.,.]]]]]
=> 10
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [.,[[[[[.,.],.],.],.],.]]
=> 5
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]
=> [.,[[[.,.],.],[[.,.],.]]]
=> 7
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [.,[[[.,.],.],[.,[.,.]]]]
=> 8
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [[[[[[[.,.],.],.],.],.],.],.]
=> ? = 0
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [[[[.,.],.],.],[[[.,.],.],.]]
=> ? = 3
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [[[[.,.],.],.],[[.,.],[.,.]]]
=> ? = 4
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [[[[.,.],.],.],[.,[[.,.],.]]]
=> ? = 5
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [[[[.,.],.],.],[.,[.,[.,.]]]]
=> ? = 6
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [[[.,.],.],[[[[.,.],.],.],.]]
=> ? = 4
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [[[.,.],.],[[[.,.],.],[.,.]]]
=> ? = 5
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [[[.,.],.],[[.,.],[[.,.],.]]]
=> ? = 6
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [[[.,.],.],[[.,.],[.,[.,.]]]]
=> ? = 7
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [[[.,.],.],[.,[[[.,.],.],.]]]
=> ? = 7
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [[[.,.],.],[.,[[.,.],[.,.]]]]
=> ? = 8
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0]
=> [[[.,.],.],[.,[.,[[.,.],.]]]]
=> ? = 9
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0]
=> [[[.,.],.],[.,[.,[.,[.,.]]]]]
=> ? = 10
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [[.,.],[[[[.,.],.],.],[.,.]]]
=> ? = 6
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [[.,.],[[[.,.],.],[[.,.],.]]]
=> ? = 7
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0]
=> [[.,.],[[[.,.],.],[.,[.,.]]]]
=> ? = 8
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [[.,.],[[.,.],[[[.,.],.],.]]]
=> ? = 8
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [[.,.],[[.,.],[[.,.],[.,.]]]]
=> ? = 9
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> [[.,.],[[.,.],[.,[[.,.],.]]]]
=> ? = 10
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> [[.,.],[.,[[[[.,.],.],.],.]]]
=> ? = 9
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0]
=> [[.,.],[.,[[[.,.],.],[.,.]]]]
=> ? = 10
100010 => [1,4,2] => [1,0,1,1,1,1,0,0,0,0,1,1,0,0]
=> [.,[[[[.,.],.],.],[[.,.],.]]]
=> ? = 8
100011 => [1,4,1,1] => [1,0,1,1,1,1,0,0,0,0,1,0,1,0]
=> [.,[[[[.,.],.],.],[.,[.,.]]]]
=> ? = 9
100100 => [1,3,3] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> [.,[[[.,.],.],[[[.,.],.],.]]]
=> ? = 9
100101 => [1,3,2,1] => [1,0,1,1,1,0,0,0,1,1,0,0,1,0]
=> [.,[[[.,.],.],[[.,.],[.,.]]]]
=> ? = 10
100110 => [1,3,1,2] => [1,0,1,1,1,0,0,0,1,0,1,1,0,0]
=> [.,[[[.,.],.],[.,[[.,.],.]]]]
=> ? = 11
100111 => [1,3,1,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0,1,0]
=> [.,[[[.,.],.],[.,[.,[.,.]]]]]
=> ? = 12
101000 => [1,2,4] => [1,0,1,1,0,0,1,1,1,1,0,0,0,0]
=> [.,[[.,.],[[[[.,.],.],.],.]]]
=> ? = 10
101001 => [1,2,3,1] => [1,0,1,1,0,0,1,1,1,0,0,0,1,0]
=> [.,[[.,.],[[[.,.],.],[.,.]]]]
=> ? = 11
101010 => [1,2,2,2] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [.,[[.,.],[[.,.],[[.,.],.]]]]
=> ? = 12
101011 => [1,2,2,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0]
=> [.,[[.,.],[[.,.],[.,[.,.]]]]]
=> ? = 13
101100 => [1,2,1,3] => [1,0,1,1,0,0,1,0,1,1,1,0,0,0]
=> [.,[[.,.],[.,[[[.,.],.],.]]]]
=> ? = 13
101101 => [1,2,1,2,1] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0]
=> [.,[[.,.],[.,[[.,.],[.,.]]]]]
=> ? = 14
101110 => [1,2,1,1,2] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0]
=> [.,[[.,.],[.,[.,[[.,.],.]]]]]
=> ? = 15
101111 => [1,2,1,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0]
=> [.,[[.,.],[.,[.,[.,[.,.]]]]]]
=> ? = 16
110000 => [1,1,5] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [.,[.,[[[[[.,.],.],.],.],.]]]
=> ? = 11
110001 => [1,1,4,1] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0]
=> [.,[.,[[[[.,.],.],.],[.,.]]]]
=> ? = 12
110010 => [1,1,3,2] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0]
=> [.,[.,[[[.,.],.],[[.,.],.]]]]
=> ? = 13
110011 => [1,1,3,1,1] => [1,0,1,0,1,1,1,0,0,0,1,0,1,0]
=> [.,[.,[[[.,.],.],[.,[.,.]]]]]
=> ? = 14
110100 => [1,1,2,3] => [1,0,1,0,1,1,0,0,1,1,1,0,0,0]
=> [.,[.,[[.,.],[[[.,.],.],.]]]]
=> ? = 14
110101 => [1,1,2,2,1] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0]
=> [.,[.,[[.,.],[[.,.],[.,.]]]]]
=> ? = 15
110110 => [1,1,2,1,2] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0]
=> [.,[.,[[.,.],[.,[[.,.],.]]]]]
=> ? = 16
110111 => [1,1,2,1,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0,1,0]
=> [.,[.,[[.,.],[.,[.,[.,.]]]]]]
=> ? = 17
111000 => [1,1,1,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0]
=> [.,[.,[.,[[[[.,.],.],.],.]]]]
=> ? = 15
111001 => [1,1,1,3,1] => [1,0,1,0,1,0,1,1,1,0,0,0,1,0]
=> [.,[.,[.,[[[.,.],.],[.,.]]]]]
=> ? = 16
111010 => [1,1,1,2,2] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0]
=> [.,[.,[.,[[.,.],[[.,.],.]]]]]
=> ? = 17
111011 => [1,1,1,2,1,1] => [1,0,1,0,1,0,1,1,0,0,1,0,1,0]
=> [.,[.,[.,[[.,.],[.,[.,.]]]]]]
=> ? = 18
111100 => [1,1,1,1,3] => [1,0,1,0,1,0,1,0,1,1,1,0,0,0]
=> [.,[.,[.,[.,[[[.,.],.],.]]]]]
=> ? = 18
111101 => [1,1,1,1,2,1] => [1,0,1,0,1,0,1,0,1,1,0,0,1,0]
=> [.,[.,[.,[.,[[.,.],[.,.]]]]]]
=> ? = 19
111110 => [1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> [.,[.,[.,[.,[.,[[.,.],.]]]]]]
=> ? = 20
Description
The sum of the sizes of the right subtrees of a binary tree. This statistic corresponds to [[St000012]] under the Tamari Dyck path-binary tree bijection, and to [[St000018]] of the $312$-avoiding permutation corresponding to the binary tree. It is also the sum of all heights $j$ of the coordinates $(i,j)$ of the Dyck path corresponding to the binary tree.
Matching statistic: St000446
Mp00178: Binary words to compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00025: Dyck paths to 132-avoiding permutationPermutations
St000446: Permutations ⟶ ℤResult quality: 47% values known / values provided: 47%distinct values known / distinct values provided: 73%
Values
0 => [2] => [1,1,0,0]
=> [1,2] => 0
1 => [1,1] => [1,0,1,0]
=> [2,1] => 1
00 => [3] => [1,1,1,0,0,0]
=> [1,2,3] => 0
01 => [2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 1
10 => [1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [3,2,1] => 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]
=> [4,1,2,3] => 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [4,3,1,2] => 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [4,2,3,1] => 4
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [3,4,2,1] => 5
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [4,3,2,1] => 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]
=> [5,1,2,3,4] => 1
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [5,4,1,2,3] => 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => 3
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [5,3,4,1,2] => 4
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [4,5,3,1,2] => 5
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,2] => 6
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 5
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => 6
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => 7
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 7
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => 8
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => 9
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => 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]
=> [6,1,2,3,4,5] => 1
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [5,6,1,2,3,4] => 2
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [6,5,1,2,3,4] => 3
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [4,5,6,1,2,3] => 3
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [6,4,5,1,2,3] => 4
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [5,6,4,1,2,3] => 5
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [6,5,4,1,2,3] => 6
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [3,4,5,6,1,2] => 4
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [6,3,4,5,1,2] => 5
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [5,6,3,4,1,2] => 6
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [6,5,3,4,1,2] => 7
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [4,5,6,3,1,2] => 7
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [6,4,5,3,1,2] => 8
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [5,6,4,3,1,2] => 9
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [6,5,4,3,1,2] => 10
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 5
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [6,2,3,4,5,1] => 6
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [5,6,2,3,4,1] => 7
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [6,5,2,3,4,1] => 8
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [7,1,2,3,4,5,6] => ? = 1
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [6,7,1,2,3,4,5] => ? = 2
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0]
=> [7,6,1,2,3,4,5] => ? = 3
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [5,6,7,1,2,3,4] => ? = 3
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [7,5,6,1,2,3,4] => ? = 4
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [6,7,5,1,2,3,4] => ? = 5
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [7,6,5,1,2,3,4] => ? = 6
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,1,2,3] => ? = 4
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,1,2,3] => ? = 5
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [6,7,4,5,1,2,3] => ? = 6
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [7,6,4,5,1,2,3] => ? = 7
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,1,2,3] => ? = 7
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [7,5,6,4,1,2,3] => ? = 8
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0]
=> [6,7,5,4,1,2,3] => ? = 9
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0]
=> [7,6,5,4,1,2,3] => ? = 10
010000 => [2,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,1,2] => ? = 5
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [7,3,4,5,6,1,2] => ? = 6
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [6,7,3,4,5,1,2] => ? = 7
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0]
=> [7,6,3,4,5,1,2] => ? = 8
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [5,6,7,3,4,1,2] => ? = 8
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [7,5,6,3,4,1,2] => ? = 9
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> [6,7,5,3,4,1,2] => ? = 10
010111 => [2,2,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> [7,6,5,3,4,1,2] => ? = 11
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,3,1,2] => ? = 9
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,3,1,2] => ? = 10
011010 => [2,1,2,2] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0]
=> [6,7,4,5,3,1,2] => ? = 11
011011 => [2,1,2,1,1] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0]
=> [7,6,4,5,3,1,2] => ? = 12
011100 => [2,1,1,3] => [1,1,0,0,1,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,3,1,2] => ? = 12
011101 => [2,1,1,2,1] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> [7,5,6,4,3,1,2] => ? = 13
011110 => [2,1,1,1,2] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0]
=> [6,7,5,4,3,1,2] => ? = 14
011111 => [2,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0]
=> [7,6,5,4,3,1,2] => ? = 15
100000 => [1,6] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [2,3,4,5,6,7,1] => ? = 6
100001 => [1,5,1] => [1,0,1,1,1,1,1,0,0,0,0,0,1,0]
=> [7,2,3,4,5,6,1] => ? = 7
100010 => [1,4,2] => [1,0,1,1,1,1,0,0,0,0,1,1,0,0]
=> [6,7,2,3,4,5,1] => ? = 8
100011 => [1,4,1,1] => [1,0,1,1,1,1,0,0,0,0,1,0,1,0]
=> [7,6,2,3,4,5,1] => ? = 9
100100 => [1,3,3] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> [5,6,7,2,3,4,1] => ? = 9
100101 => [1,3,2,1] => [1,0,1,1,1,0,0,0,1,1,0,0,1,0]
=> [7,5,6,2,3,4,1] => ? = 10
100110 => [1,3,1,2] => [1,0,1,1,1,0,0,0,1,0,1,1,0,0]
=> [6,7,5,2,3,4,1] => ? = 11
100111 => [1,3,1,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0,1,0]
=> [7,6,5,2,3,4,1] => ? = 12
101000 => [1,2,4] => [1,0,1,1,0,0,1,1,1,1,0,0,0,0]
=> [4,5,6,7,2,3,1] => ? = 10
101001 => [1,2,3,1] => [1,0,1,1,0,0,1,1,1,0,0,0,1,0]
=> [7,4,5,6,2,3,1] => ? = 11
101010 => [1,2,2,2] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> [6,7,4,5,2,3,1] => ? = 12
101011 => [1,2,2,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0]
=> [7,6,4,5,2,3,1] => ? = 13
101100 => [1,2,1,3] => [1,0,1,1,0,0,1,0,1,1,1,0,0,0]
=> [5,6,7,4,2,3,1] => ? = 13
101101 => [1,2,1,2,1] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0]
=> [7,5,6,4,2,3,1] => ? = 14
101110 => [1,2,1,1,2] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0]
=> [6,7,5,4,2,3,1] => ? = 15
101111 => [1,2,1,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0]
=> [7,6,5,4,2,3,1] => ? = 16
110000 => [1,1,5] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,4,5,6,7,2,1] => ? = 11
110001 => [1,1,4,1] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0]
=> [7,3,4,5,6,2,1] => ? = 12
110010 => [1,1,3,2] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0]
=> [6,7,3,4,5,2,1] => ? = 13
Description
The disorder of a permutation. Consider a permutation $\pi = [\pi_1,\ldots,\pi_n]$ and cyclically scanning $\pi$ from left to right and remove the elements $1$ through $n$ on this order one after the other. The '''disorder''' of $\pi$ is defined to be the number of times a position was not removed in this process. For example, the disorder of $[3,5,2,1,4]$ is $8$ since on the first scan, 3,5,2 and 4 are not removed, on the second, 3,5 and 4, and on the third and last scan, 5 is once again not removed.
The following 6 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000004The major index of a permutation. St000005The bounce statistic of a Dyck path. St000133The "bounce" of a permutation. St000304The load of a permutation. St001295Gives the vector space dimension of the homomorphism space between J^2 and J^2. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2.