Identifier
-
Mp00093:
Dyck paths
—to binary word⟶
Binary words
Mp00105: Binary words —complement⟶ Binary words
Mp00224: Binary words —runsort⟶ Binary words
St000326: Binary words ⟶ ℤ
Values
[1,0] => 10 => 01 => 01 => 2
[1,0,1,0] => 1010 => 0101 => 0101 => 2
[1,1,0,0] => 1100 => 0011 => 0011 => 3
[1,0,1,0,1,0] => 101010 => 010101 => 010101 => 2
[1,0,1,1,0,0] => 101100 => 010011 => 001101 => 3
[1,1,0,0,1,0] => 110010 => 001101 => 001101 => 3
[1,1,0,1,0,0] => 110100 => 001011 => 001011 => 3
[1,1,1,0,0,0] => 111000 => 000111 => 000111 => 4
[1,0,1,0,1,0,1,0] => 10101010 => 01010101 => 01010101 => 2
[1,0,1,0,1,1,0,0] => 10101100 => 01010011 => 00110101 => 3
[1,0,1,1,0,0,1,0] => 10110010 => 01001101 => 00110101 => 3
[1,0,1,1,0,1,0,0] => 10110100 => 01001011 => 00101011 => 3
[1,0,1,1,1,0,0,0] => 10111000 => 01000111 => 00011101 => 4
[1,1,0,0,1,0,1,0] => 11001010 => 00110101 => 00110101 => 3
[1,1,0,0,1,1,0,0] => 11001100 => 00110011 => 00110011 => 3
[1,1,0,1,0,0,1,0] => 11010010 => 00101101 => 00101011 => 3
[1,1,0,1,0,1,0,0] => 11010100 => 00101011 => 00101011 => 3
[1,1,0,1,1,0,0,0] => 11011000 => 00100111 => 00100111 => 3
[1,1,1,0,0,0,1,0] => 11100010 => 00011101 => 00011101 => 4
[1,1,1,0,0,1,0,0] => 11100100 => 00011011 => 00011011 => 4
[1,1,1,0,1,0,0,0] => 11101000 => 00010111 => 00010111 => 4
[1,1,1,1,0,0,0,0] => 11110000 => 00001111 => 00001111 => 5
[1,0,1,0,1,0,1,0,1,0] => 1010101010 => 0101010101 => 0101010101 => 2
[1,0,1,0,1,0,1,1,0,0] => 1010101100 => 0101010011 => 0011010101 => 3
[1,0,1,0,1,1,0,0,1,0] => 1010110010 => 0101001101 => 0011010101 => 3
[1,0,1,0,1,1,0,1,0,0] => 1010110100 => 0101001011 => 0010101011 => 3
[1,0,1,0,1,1,1,0,0,0] => 1010111000 => 0101000111 => 0001110101 => 4
[1,0,1,1,0,0,1,0,1,0] => 1011001010 => 0100110101 => 0011010101 => 3
[1,0,1,1,0,0,1,1,0,0] => 1011001100 => 0100110011 => 0011001101 => 3
[1,0,1,1,0,1,0,0,1,0] => 1011010010 => 0100101101 => 0010101011 => 3
[1,0,1,1,0,1,0,1,0,0] => 1011010100 => 0100101011 => 0010101011 => 3
[1,0,1,1,0,1,1,0,0,0] => 1011011000 => 0100100111 => 0010011101 => 3
[1,0,1,1,1,0,0,0,1,0] => 1011100010 => 0100011101 => 0001110101 => 4
[1,0,1,1,1,0,0,1,0,0] => 1011100100 => 0100011011 => 0001101011 => 4
[1,0,1,1,1,0,1,0,0,0] => 1011101000 => 0100010111 => 0001010111 => 4
[1,0,1,1,1,1,0,0,0,0] => 1011110000 => 0100001111 => 0000111101 => 5
[1,1,0,0,1,0,1,0,1,0] => 1100101010 => 0011010101 => 0011010101 => 3
[1,1,0,0,1,0,1,1,0,0] => 1100101100 => 0011010011 => 0011001101 => 3
[1,1,0,0,1,1,0,0,1,0] => 1100110010 => 0011001101 => 0011001101 => 3
[1,1,0,0,1,1,0,1,0,0] => 1100110100 => 0011001011 => 0010011011 => 3
[1,1,0,0,1,1,1,0,0,0] => 1100111000 => 0011000111 => 0001110011 => 4
[1,1,0,1,0,0,1,0,1,0] => 1101001010 => 0010110101 => 0010101011 => 3
[1,1,0,1,0,0,1,1,0,0] => 1101001100 => 0010110011 => 0010011011 => 3
[1,1,0,1,0,1,0,0,1,0] => 1101010010 => 0010101101 => 0010101011 => 3
[1,1,0,1,0,1,0,1,0,0] => 1101010100 => 0010101011 => 0010101011 => 3
[1,1,0,1,0,1,1,0,0,0] => 1101011000 => 0010100111 => 0010011101 => 3
[1,1,0,1,1,0,0,0,1,0] => 1101100010 => 0010011101 => 0010011101 => 3
[1,1,0,1,1,0,0,1,0,0] => 1101100100 => 0010011011 => 0010011011 => 3
[1,1,0,1,1,0,1,0,0,0] => 1101101000 => 0010010111 => 0010010111 => 3
[1,1,0,1,1,1,0,0,0,0] => 1101110000 => 0010001111 => 0001111001 => 4
[1,1,1,0,0,0,1,0,1,0] => 1110001010 => 0001110101 => 0001110101 => 4
[1,1,1,0,0,0,1,1,0,0] => 1110001100 => 0001110011 => 0001110011 => 4
[1,1,1,0,0,1,0,0,1,0] => 1110010010 => 0001101101 => 0001101011 => 4
[1,1,1,0,0,1,0,1,0,0] => 1110010100 => 0001101011 => 0001101011 => 4
[1,1,1,0,0,1,1,0,0,0] => 1110011000 => 0001100111 => 0001100111 => 4
[1,1,1,0,1,0,0,0,1,0] => 1110100010 => 0001011101 => 0001010111 => 4
[1,1,1,0,1,0,0,1,0,0] => 1110100100 => 0001011011 => 0001011011 => 4
[1,1,1,0,1,0,1,0,0,0] => 1110101000 => 0001010111 => 0001010111 => 4
[1,1,1,0,1,1,0,0,0,0] => 1110110000 => 0001001111 => 0001001111 => 4
[1,1,1,1,0,0,0,0,1,0] => 1111000010 => 0000111101 => 0000111101 => 5
[1,1,1,1,0,0,0,1,0,0] => 1111000100 => 0000111011 => 0000111011 => 5
[1,1,1,1,0,0,1,0,0,0] => 1111001000 => 0000110111 => 0000110111 => 5
[1,1,1,1,0,1,0,0,0,0] => 1111010000 => 0000101111 => 0000101111 => 5
[1,1,1,1,1,0,0,0,0,0] => 1111100000 => 0000011111 => 0000011111 => 6
[1,0,1,0,1,0,1,0,1,0,1,0] => 101010101010 => 010101010101 => 010101010101 => 2
[1,0,1,0,1,0,1,0,1,1,0,0] => 101010101100 => 010101010011 => 001101010101 => 3
[1,0,1,0,1,0,1,1,0,0,1,0] => 101010110010 => 010101001101 => 001101010101 => 3
[1,0,1,0,1,0,1,1,0,1,0,0] => 101010110100 => 010101001011 => 001010101011 => 3
[1,0,1,0,1,0,1,1,1,0,0,0] => 101010111000 => 010101000111 => 000111010101 => 4
[1,0,1,0,1,1,0,0,1,0,1,0] => 101011001010 => 010100110101 => 001101010101 => 3
[1,0,1,0,1,1,0,0,1,1,0,0] => 101011001100 => 010100110011 => 001100110101 => 3
[1,0,1,0,1,1,0,1,0,0,1,0] => 101011010010 => 010100101101 => 001010101011 => 3
[1,0,1,0,1,1,0,1,0,1,0,0] => 101011010100 => 010100101011 => 001010101011 => 3
[1,0,1,0,1,1,0,1,1,0,0,0] => 101011011000 => 010100100111 => 001001110101 => 3
[1,0,1,0,1,1,1,0,0,0,1,0] => 101011100010 => 010100011101 => 000111010101 => 4
[1,0,1,0,1,1,1,0,0,1,0,0] => 101011100100 => 010100011011 => 000110101011 => 4
[1,0,1,0,1,1,1,0,1,0,0,0] => 101011101000 => 010100010111 => 000101010111 => 4
[1,0,1,0,1,1,1,1,0,0,0,0] => 101011110000 => 010100001111 => 000011110101 => 5
[1,0,1,1,0,0,1,0,1,0,1,0] => 101100101010 => 010011010101 => 001101010101 => 3
[1,0,1,1,0,0,1,0,1,1,0,0] => 101100101100 => 010011010011 => 001100110101 => 3
[1,0,1,1,0,0,1,1,0,0,1,0] => 101100110010 => 010011001101 => 001100110101 => 3
[1,0,1,1,0,0,1,1,0,1,0,0] => 101100110100 => 010011001011 => 001001101011 => 3
[1,0,1,1,0,0,1,1,1,0,0,0] => 101100111000 => 010011000111 => 000111001101 => 4
[1,0,1,1,0,1,0,0,1,0,1,0] => 101101001010 => 010010110101 => 001010101011 => 3
[1,0,1,1,0,1,0,0,1,1,0,0] => 101101001100 => 010010110011 => 001001101011 => 3
[1,0,1,1,0,1,0,1,0,0,1,0] => 101101010010 => 010010101101 => 001010101011 => 3
[1,0,1,1,0,1,0,1,0,1,0,0] => 101101010100 => 010010101011 => 001010101011 => 3
[1,0,1,1,0,1,0,1,1,0,0,0] => 101101011000 => 010010100111 => 001001110101 => 3
[1,0,1,1,0,1,1,0,0,0,1,0] => 101101100010 => 010010011101 => 001001110101 => 3
[1,0,1,1,0,1,1,0,0,1,0,0] => 101101100100 => 010010011011 => 001001101011 => 3
[1,0,1,1,0,1,1,0,1,0,0,0] => 101101101000 => 010010010111 => 001001010111 => 3
[1,0,1,1,1,0,0,0,1,0,1,0] => 101110001010 => 010001110101 => 000111010101 => 4
[1,0,1,1,1,0,0,0,1,1,0,0] => 101110001100 => 010001110011 => 000111001101 => 4
[1,0,1,1,1,0,0,1,0,0,1,0] => 101110010010 => 010001101101 => 000110101011 => 4
[1,0,1,1,1,0,0,1,0,1,0,0] => 101110010100 => 010001101011 => 000110101011 => 4
[1,0,1,1,1,0,0,1,1,0,0,0] => 101110011000 => 010001100111 => 000110011101 => 4
[1,0,1,1,1,0,1,0,0,0,1,0] => 101110100010 => 010001011101 => 000101010111 => 4
[1,0,1,1,1,0,1,0,0,1,0,0] => 101110100100 => 010001011011 => 000101011011 => 4
[1,0,1,1,1,0,1,0,1,0,0,0] => 101110101000 => 010001010111 => 000101010111 => 4
[1,0,1,1,1,0,1,1,0,0,0,0] => 101110110000 => 010001001111 => 000100111101 => 4
[1,0,1,1,1,1,0,0,0,0,1,0] => 101111000010 => 010000111101 => 000011110101 => 5
>>> Load all 192 entries. <<<
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
Description
The position of the first one in a binary word after appending a 1 at the end.
Regarding the binary word as a subset of $\{1,\dots,n,n+1\}$ that contains $n+1$, this is the minimal element of the set.
Regarding the binary word as a subset of $\{1,\dots,n,n+1\}$ that contains $n+1$, this is the minimal element of the set.
Map
runsort
Description
The word obtained by sorting the weakly increasing runs lexicographically.
Map
to binary word
Description
Return the Dyck word as binary word.
Map
complement
Description
Send a binary word to the word obtained by interchanging the two letters.
searching the database
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!