Values
[1,0] => 10 => [1,1] => [2] => 2
[1,0,1,0] => 1010 => [1,1,1,1] => [4] => 4
[1,1,0,0] => 1100 => [2,2] => [1,2,1] => 2
[1,0,1,0,1,0] => 101010 => [1,1,1,1,1,1] => [6] => 6
[1,0,1,1,0,0] => 101100 => [1,1,2,2] => [3,2,1] => 3
[1,1,0,0,1,0] => 110010 => [2,2,1,1] => [1,2,3] => 3
[1,1,0,1,0,0] => 110100 => [2,1,1,2] => [1,4,1] => 4
[1,1,1,0,0,0] => 111000 => [3,3] => [1,1,2,1,1] => 2
[1,0,1,0,1,0,1,0] => 10101010 => [1,1,1,1,1,1,1,1] => [8] => 8
[1,0,1,0,1,1,0,0] => 10101100 => [1,1,1,1,2,2] => [5,2,1] => 5
[1,0,1,1,0,0,1,0] => 10110010 => [1,1,2,2,1,1] => [3,2,3] => 3
[1,0,1,1,0,1,0,0] => 10110100 => [1,1,2,1,1,2] => [3,4,1] => 4
[1,0,1,1,1,0,0,0] => 10111000 => [1,1,3,3] => [3,1,2,1,1] => 3
[1,1,0,0,1,0,1,0] => 11001010 => [2,2,1,1,1,1] => [1,2,5] => 5
[1,1,0,0,1,1,0,0] => 11001100 => [2,2,2,2] => [1,2,2,2,1] => 2
[1,1,0,1,0,0,1,0] => 11010010 => [2,1,1,2,1,1] => [1,4,3] => 4
[1,1,0,1,0,1,0,0] => 11010100 => [2,1,1,1,1,2] => [1,6,1] => 6
[1,1,0,1,1,0,0,0] => 11011000 => [2,1,2,3] => [1,3,2,1,1] => 3
[1,1,1,0,0,0,1,0] => 11100010 => [3,3,1,1] => [1,1,2,1,3] => 3
[1,1,1,0,0,1,0,0] => 11100100 => [3,2,1,2] => [1,1,2,3,1] => 3
[1,1,1,0,1,0,0,0] => 11101000 => [3,1,1,3] => [1,1,4,1,1] => 4
[1,1,1,1,0,0,0,0] => 11110000 => [4,4] => [1,1,1,2,1,1,1] => 2
[1,1,0,1,0,1,0,1,0,0] => 1101010100 => [2,1,1,1,1,1,1,2] => [1,8,1] => 8
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 largest part of an integer composition.
Map
to binary word
Description
Return the Dyck word as binary word.
Map
complement
Description
The complement of a composition.
The complement of a composition $I$ is defined as follows:
If $I$ is the empty composition, then the complement is also the empty composition. Otherwise, let $S$ be the descent set corresponding to $I=(i_1,\dots,i_k)$, that is, the subset
$$\{ i_1, i_1 + i_2, \ldots, i_1 + i_2 + \cdots + i_{k-1} \}$$
of $\{ 1, 2, \ldots, |I|-1 \}$. Then, the complement of $I$ is the composition of the same size as $I$, whose descent set is $\{ 1, 2, \ldots, |I|-1 \} \setminus S$.
The complement of a composition $I$ coincides with the reversal (Mp00038reverse) of the composition conjugate (Mp00041conjugate) to $I$.
Map
delta morphism
Description
Applies the delta morphism to a binary word.
The delta morphism of a finite word $w$ is the integer compositions composed of the lengths of consecutive runs of the same letter in $w$.