Identifier
Values
[1,0] => 10 => 01 => 01 => 1
[1,0,1,0] => 1010 => 0101 => 1001 => 1
[1,1,0,0] => 1100 => 1001 => 0101 => 2
[1,0,1,0,1,0] => 101010 => 010101 => 110001 => 1
[1,0,1,1,0,0] => 101100 => 011001 => 010101 => 3
[1,1,0,0,1,0] => 110010 => 100101 => 101001 => 1
[1,1,0,1,0,0] => 110100 => 101001 => 011001 => 1
[1,1,1,0,0,0] => 111000 => 110001 => 001101 => 1
[1,0,1,0,1,0,1,0] => 10101010 => 01010101 => 11100001 => 1
[1,0,1,0,1,1,0,0] => 10101100 => 01011001 => 01100101 => 1
[1,0,1,1,0,0,1,0] => 10110010 => 01100101 => 10101001 => 1
[1,0,1,1,0,1,0,0] => 10110100 => 01101001 => 01101001 => 1
[1,0,1,1,1,0,0,0] => 10111000 => 01110001 => 00101101 => 1
[1,1,0,0,1,0,1,0] => 11001010 => 10010101 => 11010001 => 1
[1,1,0,0,1,1,0,0] => 11001100 => 10011001 => 01010101 => 4
[1,1,0,1,0,0,1,0] => 11010010 => 10100101 => 10110001 => 1
[1,1,0,1,0,1,0,0] => 11010100 => 10101001 => 01110001 => 1
[1,1,0,1,1,0,0,0] => 11011000 => 10110001 => 00110101 => 1
[1,1,1,0,0,0,1,0] => 11100010 => 11000101 => 10011001 => 2
[1,1,1,0,0,1,0,0] => 11100100 => 11001001 => 01011001 => 1
[1,1,1,0,1,0,0,0] => 11101000 => 11010001 => 00111001 => 1
[1,1,1,1,0,0,0,0] => 11110000 => 11100001 => 00011101 => 1
[1,0,1,0,1,0,1,0,1,0] => 1010101010 => 0101010101 => 1111000001 => 1
[1,0,1,0,1,0,1,1,0,0] => 1010101100 => 0101011001 => 0111000101 => 1
[1,0,1,0,1,1,0,0,1,0] => 1010110010 => 0101100101 => 1011001001 => 1
[1,0,1,0,1,1,0,1,0,0] => 1010110100 => 0101101001 => 0111001001 => 1
[1,0,1,0,1,1,1,0,0,0] => 1010111000 => 0101110001 => 0011001101 => 1
[1,0,1,1,0,0,1,0,1,0] => 1011001010 => 0110010101 => 1101010001 => 1
[1,0,1,1,0,0,1,1,0,0] => 1011001100 => 0110011001 => 0101010101 => 5
[1,0,1,1,0,1,0,0,1,0] => 1011010010 => 0110100101 => 1011010001 => 1
[1,0,1,1,0,1,0,1,0,0] => 1011010100 => 0110101001 => 0111010001 => 1
[1,0,1,1,0,1,1,0,0,0] => 1011011000 => 0110110001 => 0011010101 => 1
[1,0,1,1,1,0,0,0,1,0] => 1011100010 => 0111000101 => 1001011001 => 1
[1,0,1,1,1,0,0,1,0,0] => 1011100100 => 0111001001 => 0101011001 => 1
[1,0,1,1,1,1,0,0,0,0] => 1011110000 => 0111100001 => 0001011101 => 1
[1,1,0,0,1,0,1,0,1,0] => 1100101010 => 1001010101 => 1110100001 => 1
[1,1,0,0,1,0,1,1,0,0] => 1100101100 => 1001011001 => 0110100101 => 1
[1,1,0,0,1,1,0,0,1,0] => 1100110010 => 1001100101 => 1010101001 => 1
[1,1,0,0,1,1,0,1,0,0] => 1100110100 => 1001101001 => 0110101001 => 1
[1,1,0,0,1,1,1,0,0,0] => 1100111000 => 1001110001 => 0010101101 => 1
[1,1,0,1,0,0,1,0,1,0] => 1101001010 => 1010010101 => 1101100001 => 1
[1,1,0,1,0,0,1,1,0,0] => 1101001100 => 1010011001 => 0101100101 => 1
[1,1,0,1,0,1,0,0,1,0] => 1101010010 => 1010100101 => 1011100001 => 1
[1,1,0,1,0,1,0,1,0,0] => 1101010100 => 1010101001 => 0111100001 => 1
[1,1,0,1,1,0,0,0,1,0] => 1101100010 => 1011000101 => 1001101001 => 1
[1,1,0,1,1,0,0,1,0,0] => 1101100100 => 1011001001 => 0101101001 => 1
[1,1,0,1,1,1,0,0,0,0] => 1101110000 => 1011100001 => 0001101101 => 1
[1,1,1,0,0,0,1,0,1,0] => 1110001010 => 1100010101 => 1100110001 => 1
[1,1,1,0,0,0,1,1,0,0] => 1110001100 => 1100011001 => 0100110101 => 1
[1,1,1,0,0,1,0,0,1,0] => 1110010010 => 1100100101 => 1010110001 => 1
[1,1,1,0,0,1,0,1,0,0] => 1110010100 => 1100101001 => 0110110001 => 1
[1,1,1,0,0,1,1,0,0,0] => 1110011000 => 1100110001 => 0010110101 => 1
[1,1,1,0,1,0,0,0,1,0] => 1110100010 => 1101000101 => 1001110001 => 1
[1,1,1,0,1,0,0,1,0,0] => 1110100100 => 1101001001 => 0101110001 => 1
[1,1,1,0,1,1,0,0,0,0] => 1110110000 => 1101100001 => 0001110101 => 1
[1,1,1,1,0,1,0,0,0,0] => 1111010000 => 1110100001 => 0001111001 => 1
[1,1,1,1,1,0,0,0,0,0] => 1111100000 => 1111000001 => 0000111101 => 1
[1,0,1,0,1,0,1,0,1,0,1,0] => 101010101010 => 010101010101 => 111110000001 => 1
[1,0,1,0,1,0,1,0,1,1,0,0] => 101010101100 => 010101011001 => 011110000101 => 1
[1,0,1,0,1,0,1,1,0,0,1,0] => 101010110010 => 010101100101 => 101110001001 => 1
[1,0,1,0,1,0,1,1,0,1,0,0] => 101010110100 => 010101101001 => 011110001001 => 1
[1,0,1,0,1,1,0,0,1,0,1,0] => 101011001010 => 010110010101 => 110110010001 => 1
[1,0,1,0,1,1,0,0,1,1,0,0] => 101011001100 => 010110011001 => 010110010101 => 1
[1,0,1,0,1,1,0,1,0,0,1,0] => 101011010010 => 010110100101 => 101110010001 => 1
[1,0,1,0,1,1,0,1,0,1,0,0] => 101011010100 => 010110101001 => 011110010001 => 1
[1,0,1,0,1,1,1,0,0,0,1,0] => 101011100010 => 010111000101 => 100110011001 => 3
[1,0,1,0,1,1,1,0,0,1,0,0] => 101011100100 => 010111001001 => 010110011001 => 1
[1,0,1,0,1,1,1,1,0,0,0,0] => 101011110000 => 010111100001 => 000110011101 => 1
[1,0,1,1,0,0,1,0,1,0,1,0] => 101100101010 => 011001010101 => 111010100001 => 1
[1,0,1,1,0,0,1,0,1,1,0,0] => 101100101100 => 011001011001 => 011010100101 => 1
[1,0,1,1,0,0,1,1,0,0,1,0] => 101100110010 => 011001100101 => 101010101001 => 1
[1,0,1,1,0,0,1,1,0,1,0,0] => 101100110100 => 011001101001 => 011010101001 => 1
[1,0,1,1,0,0,1,1,1,0,0,0] => 101100111000 => 011001110001 => 001010101101 => 1
[1,0,1,1,0,1,0,0,1,0,1,0] => 101101001010 => 011010010101 => 110110100001 => 1
[1,0,1,1,0,1,0,0,1,1,0,0] => 101101001100 => 011010011001 => 010110100101 => 1
[1,0,1,1,0,1,0,1,0,0,1,0] => 101101010010 => 011010100101 => 101110100001 => 1
[1,0,1,1,0,1,0,1,0,1,0,0] => 101101010100 => 011010101001 => 011110100001 => 1
[1,0,1,1,0,1,1,0,0,0,1,0] => 101101100010 => 011011000101 => 100110101001 => 1
[1,0,1,1,0,1,1,0,0,1,0,0] => 101101100100 => 011011001001 => 010110101001 => 1
[1,0,1,1,0,1,1,1,0,0,0,0] => 101101110000 => 011011100001 => 000110101101 => 1
[1,0,1,1,1,0,0,0,1,0,1,0] => 101110001010 => 011100010101 => 110010110001 => 1
[1,0,1,1,1,0,0,0,1,1,0,0] => 101110001100 => 011100011001 => 010010110101 => 1
[1,0,1,1,1,0,0,1,0,0,1,0] => 101110010010 => 011100100101 => 101010110001 => 1
[1,0,1,1,1,0,0,1,0,1,0,0] => 101110010100 => 011100101001 => 011010110001 => 1
[1,0,1,1,1,0,0,1,1,0,0,0] => 101110011000 => 011100110001 => 001010110101 => 1
[1,0,1,1,1,0,1,0,0,0,1,0] => 101110100010 => 011101000101 => 100110110001 => 1
[1,0,1,1,1,0,1,0,0,1,0,0] => 101110100100 => 011101001001 => 010110110001 => 1
[1,0,1,1,1,0,1,1,0,0,0,0] => 101110110000 => 011101100001 => 000110110101 => 1
[1,0,1,1,1,1,1,0,0,0,0,0] => 101111100000 => 011111000001 => 000010111101 => 1
[1,1,0,0,1,0,1,0,1,0,1,0] => 110010101010 => 100101010101 => 111101000001 => 1
[1,1,0,0,1,0,1,0,1,1,0,0] => 110010101100 => 100101011001 => 011101000101 => 1
[1,1,0,0,1,0,1,1,0,0,1,0] => 110010110010 => 100101100101 => 101101001001 => 1
[1,1,0,0,1,0,1,1,0,1,0,0] => 110010110100 => 100101101001 => 011101001001 => 1
[1,1,0,0,1,0,1,1,1,0,0,0] => 110010111000 => 100101110001 => 001101001101 => 2
[1,1,0,0,1,1,0,0,1,0,1,0] => 110011001010 => 100110010101 => 110101010001 => 1
[1,1,0,0,1,1,0,0,1,1,0,0] => 110011001100 => 100110011001 => 010101010101 => 6
[1,1,0,0,1,1,0,1,0,0,1,0] => 110011010010 => 100110100101 => 101101010001 => 1
[1,1,0,0,1,1,0,1,0,1,0,0] => 110011010100 => 100110101001 => 011101010001 => 1
[1,1,0,0,1,1,0,1,1,0,0,0] => 110011011000 => 100110110001 => 001101010101 => 1
[1,1,0,0,1,1,1,0,0,0,1,0] => 110011100010 => 100111000101 => 100101011001 => 1
[1,1,0,0,1,1,1,0,0,1,0,0] => 110011100100 => 100111001001 => 010101011001 => 1
>>> Load all 151 entries. <<<
[1,1,0,0,1,1,1,1,0,0,0,0] => 110011110000 => 100111100001 => 000101011101 => 1
[1,1,0,1,0,0,1,0,1,0,1,0] => 110100101010 => 101001010101 => 111011000001 => 1
[1,1,0,1,0,0,1,0,1,1,0,0] => 110100101100 => 101001011001 => 011011000101 => 1
[1,1,0,1,0,0,1,1,0,0,1,0] => 110100110010 => 101001100101 => 101011001001 => 1
[1,1,0,1,0,0,1,1,0,1,0,0] => 110100110100 => 101001101001 => 011011001001 => 1
[1,1,0,1,0,0,1,1,1,0,0,0] => 110100111000 => 101001110001 => 001011001101 => 1
[1,1,0,1,0,1,0,0,1,0,1,0] => 110101001010 => 101010010101 => 110111000001 => 1
[1,1,0,1,0,1,0,0,1,1,0,0] => 110101001100 => 101010011001 => 010111000101 => 1
[1,1,0,1,0,1,0,1,0,0,1,0] => 110101010010 => 101010100101 => 101111000001 => 1
[1,1,0,1,0,1,0,1,0,1,0,0] => 110101010100 => 101010101001 => 011111000001 => 1
[1,1,0,1,0,1,1,0,0,0,1,0] => 110101100010 => 101011000101 => 100111001001 => 1
[1,1,0,1,0,1,1,0,0,1,0,0] => 110101100100 => 101011001001 => 010111001001 => 1
[1,1,0,1,0,1,1,1,0,0,0,0] => 110101110000 => 101011100001 => 000111001101 => 1
[1,1,0,1,1,0,0,0,1,0,1,0] => 110110001010 => 101100010101 => 110011010001 => 1
[1,1,0,1,1,0,0,0,1,1,0,0] => 110110001100 => 101100011001 => 010011010101 => 1
[1,1,0,1,1,0,0,1,0,0,1,0] => 110110010010 => 101100100101 => 101011010001 => 1
[1,1,0,1,1,0,0,1,0,1,0,0] => 110110010100 => 101100101001 => 011011010001 => 1
[1,1,0,1,1,0,0,1,1,0,0,0] => 110110011000 => 101100110001 => 001011010101 => 1
[1,1,0,1,1,0,1,0,0,0,1,0] => 110110100010 => 101101000101 => 100111010001 => 1
[1,1,0,1,1,0,1,0,0,1,0,0] => 110110100100 => 101101001001 => 010111010001 => 1
[1,1,0,1,1,0,1,1,0,0,0,0] => 110110110000 => 101101100001 => 000111010101 => 1
[1,1,0,1,1,1,1,0,0,0,0,0] => 110111100000 => 101111000001 => 000011011101 => 1
[1,1,1,0,0,0,1,0,1,0,1,0] => 111000101010 => 110001010101 => 111001100001 => 1
[1,1,1,0,0,0,1,0,1,1,0,0] => 111000101100 => 110001011001 => 011001100101 => 1
[1,1,1,0,0,0,1,1,0,0,1,0] => 111000110010 => 110001100101 => 101001101001 => 2
[1,1,1,0,0,0,1,1,0,1,0,0] => 111000110100 => 110001101001 => 011001101001 => 1
[1,1,1,0,0,0,1,1,1,0,0,0] => 111000111000 => 110001110001 => 001001101101 => 1
[1,1,1,0,0,1,0,0,1,0,1,0] => 111001001010 => 110010010101 => 110101100001 => 1
[1,1,1,0,0,1,0,0,1,1,0,0] => 111001001100 => 110010011001 => 010101100101 => 1
[1,1,1,0,0,1,0,1,0,0,1,0] => 111001010010 => 110010100101 => 101101100001 => 1
[1,1,1,0,0,1,0,1,0,1,0,0] => 111001010100 => 110010101001 => 011101100001 => 1
[1,1,1,0,0,1,1,0,0,0,1,0] => 111001100010 => 110011000101 => 100101101001 => 1
[1,1,1,0,0,1,1,0,0,1,0,0] => 111001100100 => 110011001001 => 010101101001 => 1
[1,1,1,0,0,1,1,1,0,0,0,0] => 111001110000 => 110011100001 => 000101101101 => 1
[1,1,1,0,1,0,0,0,1,0,1,0] => 111010001010 => 110100010101 => 110011100001 => 1
[1,1,1,0,1,0,0,1,0,0,1,0] => 111010010010 => 110100100101 => 101011100001 => 1
[1,1,1,0,1,0,0,1,0,1,0,0] => 111010010100 => 110100101001 => 011011100001 => 1
[1,1,1,0,1,0,1,0,0,0,1,0] => 111010100010 => 110101000101 => 100111100001 => 1
[1,1,1,0,1,0,1,0,0,1,0,0] => 111010100100 => 110101001001 => 010111100001 => 1
[1,1,1,0,1,1,1,0,0,0,0,0] => 111011100000 => 110111000001 => 000011101101 => 1
[1,1,1,1,0,0,0,0,1,0,1,0] => 111100001010 => 111000010101 => 110001110001 => 2
[1,1,1,1,0,0,0,0,1,1,0,0] => 111100001100 => 111000011001 => 010001110101 => 1
[1,1,1,1,0,0,0,1,0,0,1,0] => 111100010010 => 111000100101 => 101001110001 => 1
[1,1,1,1,0,0,0,1,0,1,0,0] => 111100010100 => 111000101001 => 011001110001 => 1
[1,1,1,1,0,0,0,1,1,0,0,0] => 111100011000 => 111000110001 => 001001110101 => 1
[1,1,1,1,0,0,1,0,0,0,1,0] => 111100100010 => 111001000101 => 100101110001 => 1
[1,1,1,1,0,0,1,0,0,1,0,0] => 111100100100 => 111001001001 => 010101110001 => 1
[1,1,1,1,0,0,1,1,0,0,0,0] => 111100110000 => 111001100001 => 000101110101 => 1
[1,1,1,1,0,1,1,0,0,0,0,0] => 111101100000 => 111011000001 => 000011110101 => 1
[1,1,1,1,1,1,0,0,0,0,0,0] => 111111000000 => 111110000001 => 000001111101 => 1
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 exponent of a binary word.
This is the largest number $e$ such that $w$ is the concatenation of $e$ identical factors. This statistic is also called frequency.
Map
to binary word
Description
Return the Dyck word as binary word.
Map
rotate front-to-back
Description
The rotation of a binary word, first letter last.
This is the word obtained by moving the first letter to the end.
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$.