Processing math: 100%

Identifier
Values
[1,0,1,0] => [1,2] => 0
[1,1,0,0] => [2,1] => 0
[1,0,1,0,1,0] => [1,2,3] => 0
[1,0,1,1,0,0] => [1,3,2] => 0
[1,1,0,0,1,0] => [2,1,3] => 0
[1,1,0,1,0,0] => [2,3,1] => 0
[1,1,1,0,0,0] => [3,2,1] => 0
[1,0,1,0,1,0,1,0] => [1,2,3,4] => 0
[1,0,1,0,1,1,0,0] => [1,2,4,3] => 0
[1,0,1,1,0,0,1,0] => [1,3,2,4] => 0
[1,0,1,1,0,1,0,0] => [1,3,4,2] => 0
[1,0,1,1,1,0,0,0] => [1,4,3,2] => 0
[1,1,0,0,1,0,1,0] => [2,1,3,4] => 0
[1,1,0,0,1,1,0,0] => [2,1,4,3] => 1
[1,1,0,1,0,0,1,0] => [2,3,1,4] => 0
[1,1,0,1,0,1,0,0] => [2,3,4,1] => 0
[1,1,0,1,1,0,0,0] => [2,4,3,1] => 1
[1,1,1,0,0,0,1,0] => [3,2,1,4] => 0
[1,1,1,0,0,1,0,0] => [3,2,4,1] => 1
[1,1,1,0,1,0,0,0] => [3,4,2,1] => 2
[1,1,1,1,0,0,0,0] => [4,3,2,1] => 10
[1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5] => 0
[1,0,1,0,1,0,1,1,0,0] => [1,2,3,5,4] => 0
[1,0,1,0,1,1,0,0,1,0] => [1,2,4,3,5] => 0
[1,0,1,0,1,1,0,1,0,0] => [1,2,4,5,3] => 0
[1,0,1,0,1,1,1,0,0,0] => [1,2,5,4,3] => 0
[1,0,1,1,0,0,1,0,1,0] => [1,3,2,4,5] => 0
[1,0,1,1,0,0,1,1,0,0] => [1,3,2,5,4] => 1
[1,0,1,1,0,1,0,0,1,0] => [1,3,4,2,5] => 0
[1,0,1,1,0,1,0,1,0,0] => [1,3,4,5,2] => 0
[1,0,1,1,0,1,1,0,0,0] => [1,3,5,4,2] => 1
[1,0,1,1,1,0,0,0,1,0] => [1,4,3,2,5] => 0
[1,0,1,1,1,0,0,1,0,0] => [1,4,3,5,2] => 1
[1,0,1,1,1,0,1,0,0,0] => [1,4,5,3,2] => 2
[1,0,1,1,1,1,0,0,0,0] => [1,5,4,3,2] => 10
[1,1,0,0,1,0,1,0,1,0] => [2,1,3,4,5] => 0
[1,1,0,0,1,0,1,1,0,0] => [2,1,3,5,4] => 1
[1,1,0,0,1,1,0,0,1,0] => [2,1,4,3,5] => 1
[1,1,0,0,1,1,0,1,0,0] => [2,1,4,5,3] => 2
[1,1,0,0,1,1,1,0,0,0] => [2,1,5,4,3] => 6
[1,1,0,1,0,0,1,0,1,0] => [2,3,1,4,5] => 0
[1,1,0,1,0,0,1,1,0,0] => [2,3,1,5,4] => 2
[1,1,0,1,0,1,0,0,1,0] => [2,3,4,1,5] => 0
[1,1,0,1,0,1,0,1,0,0] => [2,3,4,5,1] => 0
[1,1,0,1,0,1,1,0,0,0] => [2,3,5,4,1] => 2
[1,1,0,1,1,0,0,0,1,0] => [2,4,3,1,5] => 1
[1,1,0,1,1,0,0,1,0,0] => [2,4,3,5,1] => 2
[1,1,0,1,1,0,1,0,0,0] => [2,4,5,3,1] => 7
[1,1,0,1,1,1,0,0,0,0] => [2,5,4,3,1] => 37
[1,1,1,0,0,0,1,0,1,0] => [3,2,1,4,5] => 0
[1,1,1,0,0,0,1,1,0,0] => [3,2,1,5,4] => 6
[1,1,1,0,0,1,0,0,1,0] => [3,2,4,1,5] => 1
[1,1,1,0,0,1,0,1,0,0] => [3,2,4,5,1] => 2
[1,1,1,0,0,1,1,0,0,0] => [3,2,5,4,1] => 19
[1,1,1,0,1,0,0,0,1,0] => [3,4,2,1,5] => 2
[1,1,1,0,1,0,0,1,0,0] => [3,4,2,5,1] => 7
[1,1,1,0,1,0,1,0,0,0] => [3,4,5,2,1] => 12
[1,1,1,0,1,1,0,0,0,0] => [3,5,4,2,1] => 89
[1,1,1,1,0,0,0,0,1,0] => [4,3,2,1,5] => 10
[1,1,1,1,0,0,0,1,0,0] => [4,3,2,5,1] => 37
[1,1,1,1,0,0,1,0,0,0] => [4,3,5,2,1] => 89
[1,1,1,1,0,1,0,0,0,0] => [4,5,3,2,1] => 250
[1,1,1,1,1,0,0,0,0,0] => [5,4,3,2,1] => 1386
[1,0,1,0,1,0,1,0,1,0,1,0] => [1,2,3,4,5,6] => 0
[1,0,1,0,1,0,1,0,1,1,0,0] => [1,2,3,4,6,5] => 0
[1,0,1,0,1,0,1,1,0,0,1,0] => [1,2,3,5,4,6] => 0
[1,0,1,0,1,0,1,1,0,1,0,0] => [1,2,3,5,6,4] => 0
[1,0,1,0,1,0,1,1,1,0,0,0] => [1,2,3,6,5,4] => 0
[1,0,1,0,1,1,0,0,1,0,1,0] => [1,2,4,3,5,6] => 0
[1,0,1,0,1,1,0,0,1,1,0,0] => [1,2,4,3,6,5] => 1
[1,0,1,0,1,1,0,1,0,0,1,0] => [1,2,4,5,3,6] => 0
[1,0,1,0,1,1,0,1,0,1,0,0] => [1,2,4,5,6,3] => 0
[1,0,1,0,1,1,0,1,1,0,0,0] => [1,2,4,6,5,3] => 1
[1,0,1,0,1,1,1,0,0,0,1,0] => [1,2,5,4,3,6] => 0
[1,0,1,0,1,1,1,0,0,1,0,0] => [1,2,5,4,6,3] => 1
[1,0,1,0,1,1,1,0,1,0,0,0] => [1,2,5,6,4,3] => 2
[1,0,1,0,1,1,1,1,0,0,0,0] => [1,2,6,5,4,3] => 10
[1,0,1,1,0,0,1,0,1,0,1,0] => [1,3,2,4,5,6] => 0
[1,0,1,1,0,0,1,0,1,1,0,0] => [1,3,2,4,6,5] => 1
[1,0,1,1,0,0,1,1,0,0,1,0] => [1,3,2,5,4,6] => 1
[1,0,1,1,0,0,1,1,0,1,0,0] => [1,3,2,5,6,4] => 2
[1,0,1,1,0,0,1,1,1,0,0,0] => [1,3,2,6,5,4] => 6
[1,0,1,1,0,1,0,0,1,0,1,0] => [1,3,4,2,5,6] => 0
[1,0,1,1,0,1,0,0,1,1,0,0] => [1,3,4,2,6,5] => 2
[1,0,1,1,0,1,0,1,0,0,1,0] => [1,3,4,5,2,6] => 0
[1,0,1,1,0,1,0,1,0,1,0,0] => [1,3,4,5,6,2] => 0
[1,0,1,1,0,1,0,1,1,0,0,0] => [1,3,4,6,5,2] => 2
[1,0,1,1,0,1,1,0,0,0,1,0] => [1,3,5,4,2,6] => 1
[1,0,1,1,0,1,1,0,0,1,0,0] => [1,3,5,4,6,2] => 2
[1,0,1,1,0,1,1,0,1,0,0,0] => [1,3,5,6,4,2] => 7
[1,0,1,1,0,1,1,1,0,0,0,0] => [1,3,6,5,4,2] => 37
[1,0,1,1,1,0,0,0,1,0,1,0] => [1,4,3,2,5,6] => 0
[1,0,1,1,1,0,0,0,1,1,0,0] => [1,4,3,2,6,5] => 6
[1,0,1,1,1,0,0,1,0,0,1,0] => [1,4,3,5,2,6] => 1
[1,0,1,1,1,0,0,1,0,1,0,0] => [1,4,3,5,6,2] => 2
[1,0,1,1,1,0,0,1,1,0,0,0] => [1,4,3,6,5,2] => 19
[1,0,1,1,1,0,1,0,0,0,1,0] => [1,4,5,3,2,6] => 2
[1,0,1,1,1,0,1,0,0,1,0,0] => [1,4,5,3,6,2] => 7
[1,0,1,1,1,0,1,0,1,0,0,0] => [1,4,5,6,3,2] => 12
[1,0,1,1,1,0,1,1,0,0,0,0] => [1,4,6,5,3,2] => 89
[1,0,1,1,1,1,0,0,0,0,1,0] => [1,5,4,3,2,6] => 10
>>> Load all 174 entries. <<<
[1,0,1,1,1,1,0,0,0,1,0,0] => [1,5,4,3,6,2] => 37
[1,0,1,1,1,1,0,0,1,0,0,0] => [1,5,4,6,3,2] => 89
[1,0,1,1,1,1,0,1,0,0,0,0] => [1,5,6,4,3,2] => 250
[1,0,1,1,1,1,1,0,0,0,0,0] => [1,6,5,4,3,2] => 1386
[1,1,0,0,1,0,1,0,1,0,1,0] => [2,1,3,4,5,6] => 0
[1,1,0,0,1,0,1,0,1,1,0,0] => [2,1,3,4,6,5] => 1
[1,1,0,0,1,0,1,1,0,0,1,0] => [2,1,3,5,4,6] => 1
[1,1,0,0,1,0,1,1,0,1,0,0] => [2,1,3,5,6,4] => 2
[1,1,0,0,1,0,1,1,1,0,0,0] => [2,1,3,6,5,4] => 6
[1,1,0,0,1,1,0,0,1,0,1,0] => [2,1,4,3,5,6] => 1
[1,1,0,0,1,1,0,0,1,1,0,0] => [2,1,4,3,6,5] => 6
[1,1,0,0,1,1,0,1,0,0,1,0] => [2,1,4,5,3,6] => 2
[1,1,0,0,1,1,0,1,0,1,0,0] => [2,1,4,5,6,3] => 3
[1,1,0,0,1,1,0,1,1,0,0,0] => [2,1,4,6,5,3] => 16
[1,1,0,0,1,1,1,0,0,0,1,0] => [2,1,5,4,3,6] => 6
[1,1,0,0,1,1,1,0,0,1,0,0] => [2,1,5,4,6,3] => 16
[1,1,0,0,1,1,1,0,1,0,0,0] => [2,1,5,6,4,3] => 35
[1,1,0,0,1,1,1,1,0,0,0,0] => [2,1,6,5,4,3] => 156
[1,1,0,1,0,0,1,0,1,0,1,0] => [2,3,1,4,5,6] => 0
[1,1,0,1,0,0,1,0,1,1,0,0] => [2,3,1,4,6,5] => 2
[1,1,0,1,0,0,1,1,0,0,1,0] => [2,3,1,5,4,6] => 2
[1,1,0,1,0,0,1,1,0,1,0,0] => [2,3,1,5,6,4] => 6
[1,1,0,1,0,0,1,1,1,0,0,0] => [2,3,1,6,5,4] => 24
[1,1,0,1,0,1,0,0,1,0,1,0] => [2,3,4,1,5,6] => 0
[1,1,0,1,0,1,0,0,1,1,0,0] => [2,3,4,1,6,5] => 3
[1,1,0,1,0,1,0,1,0,0,1,0] => [2,3,4,5,1,6] => 0
[1,1,0,1,0,1,0,1,0,1,0,0] => [2,3,4,5,6,1] => 0
[1,1,0,1,0,1,0,1,1,0,0,0] => [2,3,4,6,5,1] => 3
[1,1,0,1,0,1,1,0,0,0,1,0] => [2,3,5,4,1,6] => 2
[1,1,0,1,0,1,1,0,0,1,0,0] => [2,3,5,4,6,1] => 3
[1,1,0,1,0,1,1,0,1,0,0,0] => [2,3,5,6,4,1] => 14
[1,1,0,1,0,1,1,1,0,0,0,0] => [2,3,6,5,4,1] => 86
[1,1,0,1,1,0,0,0,1,0,1,0] => [2,4,3,1,5,6] => 1
[1,1,0,1,1,0,0,0,1,1,0,0] => [2,4,3,1,6,5] => 16
[1,1,0,1,1,0,0,1,0,0,1,0] => [2,4,3,5,1,6] => 2
[1,1,0,1,1,0,0,1,0,1,0,0] => [2,4,3,5,6,1] => 3
[1,1,0,1,1,0,0,1,1,0,0,0] => [2,4,3,6,5,1] => 34
[1,1,0,1,1,0,1,0,0,0,1,0] => [2,4,5,3,1,6] => 7
[1,1,0,1,1,0,1,0,0,1,0,0] => [2,4,5,3,6,1] => 14
[1,1,0,1,1,0,1,0,1,0,0,0] => [2,4,5,6,3,1] => 35
[1,1,0,1,1,0,1,1,0,0,0,0] => [2,4,6,5,3,1] => 273
[1,1,0,1,1,1,0,0,0,0,1,0] => [2,5,4,3,1,6] => 37
[1,1,0,1,1,1,0,0,0,1,0,0] => [2,5,4,3,6,1] => 86
[1,1,0,1,1,1,0,0,1,0,0,0] => [2,5,4,6,3,1] => 272
[1,1,0,1,1,1,0,1,0,0,0,0] => [2,5,6,4,3,1] => 872
[1,1,0,1,1,1,1,0,0,0,0,0] => [2,6,5,4,3,1] => 5251
[1,1,1,0,0,0,1,0,1,0,1,0] => [3,2,1,4,5,6] => 0
[1,1,1,0,0,0,1,0,1,1,0,0] => [3,2,1,4,6,5] => 6
[1,1,1,0,0,0,1,1,0,0,1,0] => [3,2,1,5,4,6] => 6
[1,1,1,0,0,0,1,1,0,1,0,0] => [3,2,1,5,6,4] => 24
[1,1,1,0,0,0,1,1,1,0,0,0] => [3,2,1,6,5,4] => 120
[1,1,1,0,0,1,0,0,1,0,1,0] => [3,2,4,1,5,6] => 1
[1,1,1,0,0,1,0,0,1,1,0,0] => [3,2,4,1,6,5] => 16
[1,1,1,0,0,1,0,1,0,0,1,0] => [3,2,4,5,1,6] => 2
[1,1,1,0,0,1,0,1,0,1,0,0] => [3,2,4,5,6,1] => 3
[1,1,1,0,0,1,0,1,1,0,0,0] => [3,2,4,6,5,1] => 34
[1,1,1,0,0,1,1,0,0,0,1,0] => [3,2,5,4,1,6] => 19
[1,1,1,0,0,1,1,0,0,1,0,0] => [3,2,5,4,6,1] => 34
[1,1,1,0,0,1,1,0,1,0,0,0] => [3,2,5,6,4,1] => 145
[1,1,1,0,0,1,1,1,0,0,0,0] => [3,2,6,5,4,1] => 909
[1,1,1,0,1,0,0,0,1,0,1,0] => [3,4,2,1,5,6] => 2
[1,1,1,0,1,0,0,0,1,1,0,0] => [3,4,2,1,6,5] => 35
[1,1,1,0,1,0,0,1,0,0,1,0] => [3,4,2,5,1,6] => 7
[1,1,1,0,1,0,0,1,0,1,0,0] => [3,4,2,5,6,1] => 14
[1,1,1,0,1,0,0,1,1,0,0,0] => [3,4,2,6,5,1] => 145
[1,1,1,0,1,0,1,0,0,0,1,0] => [3,4,5,2,1,6] => 12
[1,1,1,0,1,0,1,0,0,1,0,0] => [3,4,5,2,6,1] => 35
[1,1,1,0,1,0,1,0,1,0,0,0] => [3,4,5,6,2,1] => 56
[1,1,1,0,1,0,1,1,0,0,0,0] => [3,4,6,5,2,1] => 530
[1,1,1,0,1,1,0,0,0,0,1,0] => [3,5,4,2,1,6] => 89
[1,1,1,0,1,1,0,0,0,1,0,0] => [3,5,4,2,6,1] => 272
[1,1,1,0,1,1,0,0,1,0,0,0] => [3,5,4,6,2,1] => 528
[1,1,1,0,1,1,0,1,0,0,0,0] => [3,5,6,4,2,1] => 2184
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
click to show known generating functions       
Description
The number of short braid edges in the graph of braid moves of a permutation.
Given a permutation π, let Red(π) denote the set of reduced words for π in terms of simple transpositions si=(i,i+1). We now say that two reduced words are connected by a short braid move if they are obtained from each other by a modification of the form sisjsjsi for |ij|>1 as a consecutive subword of a reduced word.
For example, the two reduced words s1s3s2 and s3s1s2 for
(1243)=(12)(34)(23)=(34)(12)(23)
share an edge because they are obtained from each other by interchanging s1s3s3s1.
This statistic counts the number of such short braid moves among all reduced words.
Map
to 312-avoiding permutation
Description
Sends a Dyck path to the 312-avoiding permutation according to Bandlow-Killpatrick.
This map is defined in [1] and sends the area (St000012The area of a Dyck path.) to the inversion number (St000018The number of inversions of a permutation.).