Identifier
Values
[1,0] => 10 => 10 => 01 => 0
[1,0,1,0] => 1010 => 1100 => 0011 => 0
[1,1,0,0] => 1100 => 0110 => 0110 => 2
[1,0,1,0,1,0] => 101010 => 111000 => 000111 => 0
[1,0,1,1,0,0] => 101100 => 011010 => 010110 => 4
[1,1,0,0,1,0] => 110010 => 101100 => 001101 => 2
[1,1,0,1,0,0] => 110100 => 011100 => 001110 => 3
[1,1,1,0,0,0] => 111000 => 001110 => 011100 => 6
[1,0,1,0,1,0,1,0] => 10101010 => 11110000 => 00001111 => 0
[1,0,1,0,1,1,0,0] => 10101100 => 01110010 => 01001110 => 6
[1,0,1,1,0,0,1,0] => 10110010 => 10110100 => 00101101 => 4
[1,0,1,1,0,1,0,0] => 10110100 => 01110100 => 00101110 => 5
[1,0,1,1,1,0,0,0] => 10111000 => 00110110 => 01101100 => 10
[1,1,0,0,1,0,1,0] => 11001010 => 11011000 => 00011011 => 2
[1,1,0,0,1,1,0,0] => 11001100 => 01011010 => 01011010 => 8
[1,1,0,1,0,0,1,0] => 11010010 => 10111000 => 00011101 => 3
[1,1,0,1,0,1,0,0] => 11010100 => 01111000 => 00011110 => 4
[1,1,0,1,1,0,0,0] => 11011000 => 00111010 => 01011100 => 9
[1,1,1,0,0,0,1,0] => 11100010 => 10011100 => 00111001 => 6
[1,1,1,0,0,1,0,0] => 11100100 => 01011100 => 00111010 => 7
[1,1,1,0,1,0,0,0] => 11101000 => 00111100 => 00111100 => 8
[1,1,1,1,0,0,0,0] => 11110000 => 00011110 => 01111000 => 12
[1,0,1,0,1,0,1,0,1,0] => 1010101010 => 1111100000 => 0000011111 => 0
[1,0,1,0,1,1,0,0,1,0] => 1010110010 => 1011100100 => 0010011101 => 6
[1,0,1,0,1,1,0,1,0,0] => 1010110100 => 0111100100 => 0010011110 => 7
[1,0,1,0,1,1,1,0,0,0] => 1010111000 => 0011100110 => 0110011100 => 14
[1,0,1,1,0,0,1,0,1,0] => 1011001010 => 1101101000 => 0001011011 => 4
[1,0,1,1,0,0,1,1,0,0] => 1011001100 => 0101101010 => 0101011010 => 12
[1,0,1,1,0,1,0,0,1,0] => 1011010010 => 1011101000 => 0001011101 => 5
[1,0,1,1,0,1,0,1,0,0] => 1011010100 => 0111101000 => 0001011110 => 6
[1,0,1,1,0,1,1,0,0,0] => 1011011000 => 0011101010 => 0101011100 => 13
[1,0,1,1,1,1,0,0,0,0] => 1011110000 => 0001101110 => 0111011000 => 18
[1,1,0,0,1,0,1,0,1,0] => 1100101010 => 1110110000 => 0000110111 => 2
[1,1,0,0,1,1,0,0,1,0] => 1100110010 => 1010110100 => 0010110101 => 8
[1,1,0,0,1,1,0,1,0,0] => 1100110100 => 0110110100 => 0010110110 => 9
[1,1,0,0,1,1,1,0,0,0] => 1100111000 => 0010110110 => 0110110100 => 16
[1,1,0,1,0,0,1,0,1,0] => 1101001010 => 1101110000 => 0000111011 => 3
[1,1,0,1,0,0,1,1,0,0] => 1101001100 => 0101110010 => 0100111010 => 11
[1,1,0,1,0,1,0,0,1,0] => 1101010010 => 1011110000 => 0000111101 => 4
[1,1,0,1,0,1,0,1,0,0] => 1101010100 => 0111110000 => 0000111110 => 5
[1,1,0,1,0,1,1,0,0,0] => 1101011000 => 0011110010 => 0100111100 => 12
[1,1,0,1,1,0,0,1,0,0] => 1101100100 => 0101110100 => 0010111010 => 10
[1,1,0,1,1,0,1,0,0,0] => 1101101000 => 0011110100 => 0010111100 => 11
[1,1,0,1,1,1,0,0,0,0] => 1101110000 => 0001110110 => 0110111000 => 17
[1,1,1,0,0,0,1,0,1,0] => 1110001010 => 1100111000 => 0001110011 => 6
[1,1,1,0,0,0,1,1,0,0] => 1110001100 => 0100111010 => 0101110010 => 14
[1,1,1,0,0,1,0,0,1,0] => 1110010010 => 1010111000 => 0001110101 => 7
[1,1,1,0,0,1,0,1,0,0] => 1110010100 => 0110111000 => 0001110110 => 8
[1,1,1,0,0,1,1,0,0,0] => 1110011000 => 0010111010 => 0101110100 => 15
[1,1,1,0,1,0,0,0,1,0] => 1110100010 => 1001111000 => 0001111001 => 8
[1,1,1,0,1,0,0,1,0,0] => 1110100100 => 0101111000 => 0001111010 => 9
[1,1,1,0,1,0,1,0,0,0] => 1110101000 => 0011111000 => 0001111100 => 10
[1,1,1,0,1,1,0,0,0,0] => 1110110000 => 0001111010 => 0101111000 => 16
[1,1,1,1,0,0,0,1,0,0] => 1111000100 => 0100111100 => 0011110010 => 13
[1,1,1,1,0,0,1,0,0,0] => 1111001000 => 0010111100 => 0011110100 => 14
[1,1,1,1,0,1,0,0,0,0] => 1111010000 => 0001111100 => 0011111000 => 15
[1,1,1,1,1,0,0,0,0,0] => 1111100000 => 0000111110 => 0111110000 => 20
[1,0,1,0,1,0,1,0,1,0,1,0] => 101010101010 => 111111000000 => 000000111111 => 0
[1,0,1,0,1,0,1,1,0,0,1,0] => 101010110010 => 101111000100 => 001000111101 => 8
[1,0,1,0,1,1,0,0,1,0,1,0] => 101011001010 => 110111001000 => 000100111011 => 6
[1,0,1,0,1,1,0,1,0,0,1,0] => 101011010010 => 101111001000 => 000100111101 => 7
[1,0,1,0,1,1,1,1,0,0,0,0] => 101011110000 => 000111001110 => 011100111000 => 24
[1,0,1,1,0,0,1,0,1,0,1,0] => 101100101010 => 111011010000 => 000010110111 => 4
[1,0,1,1,0,0,1,1,0,0,1,0] => 101100110010 => 101011010100 => 001010110101 => 12
[1,0,1,1,0,0,1,1,1,0,0,0] => 101100111000 => 001011010110 => 011010110100 => 22
[1,0,1,1,0,1,0,0,1,0,1,0] => 101101001010 => 110111010000 => 000010111011 => 5
[1,0,1,1,0,1,0,1,0,0,1,0] => 101101010010 => 101111010000 => 000010111101 => 6
[1,0,1,1,0,1,1,1,0,0,0,0] => 101101110000 => 000111010110 => 011010111000 => 23
[1,0,1,1,1,0,0,0,1,0,1,0] => 101110001010 => 110011011000 => 000110110011 => 10
[1,0,1,1,1,0,0,0,1,1,0,0] => 101110001100 => 010011011010 => 010110110010 => 20
[1,0,1,1,1,0,0,1,0,0,1,0] => 101110010010 => 101011011000 => 000110110101 => 11
[1,0,1,1,1,0,0,1,1,0,0,0] => 101110011000 => 001011011010 => 010110110100 => 21
[1,0,1,1,1,0,1,1,0,0,0,0] => 101110110000 => 000111011010 => 010110111000 => 22
[1,0,1,1,1,1,1,0,0,0,0,0] => 101111100000 => 000011011110 => 011110110000 => 28
[1,1,0,0,1,0,1,0,1,0,1,0] => 110010101010 => 111101100000 => 000001101111 => 2
[1,1,0,0,1,0,1,1,0,0,1,0] => 110010110010 => 101101100100 => 001001101101 => 10
[1,1,0,0,1,0,1,1,1,0,0,0] => 110010111000 => 001101100110 => 011001101100 => 20
[1,1,0,0,1,1,0,0,1,0,1,0] => 110011001010 => 110101101000 => 000101101011 => 8
[1,1,0,0,1,1,0,0,1,1,0,0] => 110011001100 => 010101101010 => 010101101010 => 18
[1,1,0,0,1,1,0,1,0,0,1,0] => 110011010010 => 101101101000 => 000101101101 => 9
[1,1,0,0,1,1,0,1,0,1,0,0] => 110011010100 => 011101101000 => 000101101110 => 10
[1,1,0,0,1,1,0,1,1,0,0,0] => 110011011000 => 001101101010 => 010101101100 => 19
[1,1,0,0,1,1,1,0,0,1,0,0] => 110011100100 => 010101101100 => 001101101010 => 17
[1,1,0,0,1,1,1,0,1,0,0,0] => 110011101000 => 001101101100 => 001101101100 => 18
[1,1,0,0,1,1,1,1,0,0,0,0] => 110011110000 => 000101101110 => 011101101000 => 26
[1,1,0,1,0,0,1,0,1,0,1,0] => 110100101010 => 111011100000 => 000001110111 => 3
[1,1,0,1,0,0,1,1,0,0,1,0] => 110100110010 => 101011100100 => 001001110101 => 11
[1,1,0,1,0,0,1,1,0,1,0,0] => 110100110100 => 011011100100 => 001001110110 => 12
[1,1,0,1,0,0,1,1,1,0,0,0] => 110100111000 => 001011100110 => 011001110100 => 21
[1,1,0,1,0,1,0,0,1,0,1,0] => 110101001010 => 110111100000 => 000001111011 => 4
[1,1,0,1,0,1,0,0,1,1,0,0] => 110101001100 => 010111100010 => 010001111010 => 14
[1,1,0,1,0,1,0,1,0,0,1,0] => 110101010010 => 101111100000 => 000001111101 => 5
[1,1,0,1,0,1,0,1,0,1,0,0] => 110101010100 => 011111100000 => 000001111110 => 6
[1,1,0,1,0,1,0,1,1,0,0,0] => 110101011000 => 001111100010 => 010001111100 => 15
[1,1,0,1,0,1,1,0,0,1,0,0] => 110101100100 => 010111100100 => 001001111010 => 13
[1,1,0,1,0,1,1,0,1,0,0,0] => 110101101000 => 001111100100 => 001001111100 => 14
[1,1,0,1,0,1,1,1,0,0,0,0] => 110101110000 => 000111100110 => 011001111000 => 22
[1,1,0,1,1,0,0,0,1,0,1,0] => 110110001010 => 110011101000 => 000101110011 => 9
[1,1,0,1,1,0,0,0,1,1,0,0] => 110110001100 => 010011101010 => 010101110010 => 19
[1,1,0,1,1,0,0,1,0,0,1,0] => 110110010010 => 101011101000 => 000101110101 => 10
[1,1,0,1,1,0,0,1,0,1,0,0] => 110110010100 => 011011101000 => 000101110110 => 11
>>> Load all 147 entries. <<<
[1,1,0,1,1,0,0,1,1,0,0,0] => 110110011000 => 001011101010 => 010101110100 => 20
[1,1,0,1,1,0,1,0,0,1,0,0] => 110110100100 => 010111101000 => 000101111010 => 12
[1,1,0,1,1,0,1,0,1,0,0,0] => 110110101000 => 001111101000 => 000101111100 => 13
[1,1,0,1,1,0,1,1,0,0,0,0] => 110110110000 => 000111101010 => 010101111000 => 21
[1,1,0,1,1,1,0,0,0,1,0,0] => 110111000100 => 010011101100 => 001101110010 => 18
[1,1,0,1,1,1,0,0,1,0,0,0] => 110111001000 => 001011101100 => 001101110100 => 19
[1,1,0,1,1,1,0,1,0,0,0,0] => 110111010000 => 000111101100 => 001101111000 => 20
[1,1,0,1,1,1,1,0,0,0,0,0] => 110111100000 => 000011101110 => 011101110000 => 27
[1,1,1,0,0,0,1,0,1,0,1,0] => 111000101010 => 111001110000 => 000011100111 => 6
[1,1,1,0,0,0,1,1,0,1,0,0] => 111000110100 => 011001110100 => 001011100110 => 15
[1,1,1,0,0,0,1,1,1,0,0,0] => 111000111000 => 001001110110 => 011011100100 => 24
[1,1,1,0,0,1,0,0,1,0,1,0] => 111001001010 => 110101110000 => 000011101011 => 7
[1,1,1,0,0,1,0,0,1,1,0,0] => 111001001100 => 010101110010 => 010011101010 => 17
[1,1,1,0,0,1,0,1,0,0,1,0] => 111001010010 => 101101110000 => 000011101101 => 8
[1,1,1,0,0,1,0,1,0,1,0,0] => 111001010100 => 011101110000 => 000011101110 => 9
[1,1,1,0,0,1,0,1,1,0,0,0] => 111001011000 => 001101110010 => 010011101100 => 18
[1,1,1,0,0,1,1,0,0,1,0,0] => 111001100100 => 010101110100 => 001011101010 => 16
[1,1,1,0,0,1,1,0,1,0,0,0] => 111001101000 => 001101110100 => 001011101100 => 17
[1,1,1,0,0,1,1,1,0,0,0,0] => 111001110000 => 000101110110 => 011011101000 => 25
[1,1,1,0,1,0,0,0,1,0,1,0] => 111010001010 => 110011110000 => 000011110011 => 8
[1,1,1,0,1,0,0,0,1,1,0,0] => 111010001100 => 010011110010 => 010011110010 => 18
[1,1,1,0,1,0,0,1,0,0,1,0] => 111010010010 => 101011110000 => 000011110101 => 9
[1,1,1,0,1,0,0,1,0,1,0,0] => 111010010100 => 011011110000 => 000011110110 => 10
[1,1,1,0,1,0,0,1,1,0,0,0] => 111010011000 => 001011110010 => 010011110100 => 19
[1,1,1,0,1,0,1,0,0,1,0,0] => 111010100100 => 010111110000 => 000011111010 => 11
[1,1,1,0,1,0,1,0,1,0,0,0] => 111010101000 => 001111110000 => 000011111100 => 12
[1,1,1,0,1,0,1,1,0,0,0,0] => 111010110000 => 000111110010 => 010011111000 => 20
[1,1,1,0,1,1,0,0,0,1,0,0] => 111011000100 => 010011110100 => 001011110010 => 17
[1,1,1,0,1,1,0,0,1,0,0,0] => 111011001000 => 001011110100 => 001011110100 => 18
[1,1,1,0,1,1,0,1,0,0,0,0] => 111011010000 => 000111110100 => 001011111000 => 19
[1,1,1,0,1,1,1,0,0,0,0,0] => 111011100000 => 000011110110 => 011011110000 => 26
[1,1,1,1,0,0,0,0,1,1,0,0] => 111100001100 => 010001111010 => 010111100010 => 22
[1,1,1,1,0,0,0,1,0,1,0,0] => 111100010100 => 011001111000 => 000111100110 => 14
[1,1,1,1,0,0,0,1,1,0,0,0] => 111100011000 => 001001111010 => 010111100100 => 23
[1,1,1,1,0,0,1,0,0,1,0,0] => 111100100100 => 010101111000 => 000111101010 => 15
[1,1,1,1,0,0,1,0,1,0,0,0] => 111100101000 => 001101111000 => 000111101100 => 16
[1,1,1,1,0,0,1,1,0,0,0,0] => 111100110000 => 000101111010 => 010111101000 => 24
[1,1,1,1,0,1,0,0,0,1,0,0] => 111101000100 => 010011111000 => 000111110010 => 16
[1,1,1,1,0,1,0,0,1,0,0,0] => 111101001000 => 001011111000 => 000111110100 => 17
[1,1,1,1,0,1,0,1,0,0,0,0] => 111101010000 => 000111111000 => 000111111000 => 18
[1,1,1,1,0,1,1,0,0,0,0,0] => 111101100000 => 000011111010 => 010111110000 => 25
[1,1,1,1,1,0,0,0,0,1,0,0] => 111110000100 => 010001111100 => 001111100010 => 21
[1,1,1,1,1,0,0,0,1,0,0,0] => 111110001000 => 001001111100 => 001111100100 => 22
[1,1,1,1,1,0,0,1,0,0,0,0] => 111110010000 => 000101111100 => 001111101000 => 23
[1,1,1,1,1,0,1,0,0,0,0,0] => 111110100000 => 000011111100 => 001111110000 => 24
[1,1,1,1,1,1,0,0,0,0,0,0] => 111111000000 => 000001111110 => 011111100000 => 30
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 inversions of a binary word.
Map
Foata bijection
Description
The Foata bijection $\phi$ is a bijection on the set of words of given content (by a slight generalization of Section 2 in [1]).
Given a word $w_1 w_2 ... w_n$, compute the image inductively by starting with $\phi(w_1) = w_1$. At the $i$-th step, if $\phi(w_1 w_2 ... w_i) = v_1 v_2 ... v_i$, define $\phi(w_1 w_2 ... w_i w_{i+1})$ by placing $w_{i+1}$ on the end of the word $v_1 v_2 ... v_i$ and breaking the word up into blocks as follows.
  • If $w_{i+1} \geq v_i$, place a vertical line to the right of each $v_k$ for which $w_{i+1} \geq v_k$.
  • If $w_{i+1} < v_i$, place a vertical line to the right of each $v_k$ for which $w_{i+1} < v_k$.
In either case, place a vertical line at the start of the word as well. Now, within each block between vertical lines, cyclically shift the entries one place to the right.
For instance, to compute $\phi(4154223)$, the sequence of words is
  • 4,
  • |4|1 -- > 41,
  • |4|1|5 -- > 415,
  • |415|4 -- > 5414,
  • |5|4|14|2 -- > 54412,
  • |5441|2|2 -- > 154422,
  • |1|5442|2|3 -- > 1254423.
So $\phi(4154223) = 1254423$.
Map
to binary word
Description
Return the Dyck word as binary word.
Map
reverse
Description
Return the reversal of a binary word.