Processing math: 100%

Identifier
Values
[1] => [1,0] => [1,1,0,0] => 1100 => 0
[2] => [1,0,1,0] => [1,1,0,1,0,0] => 110100 => 0
[1,1] => [1,1,0,0] => [1,1,1,0,0,0] => 111000 => 0
[3] => [1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => 11010100 => 0
[2,1] => [1,0,1,1,0,0] => [1,1,0,1,1,0,0,0] => 11011000 => 2
[1,1,1] => [1,1,0,1,0,0] => [1,1,1,0,1,0,0,0] => 11101000 => 0
[2,2] => [1,1,1,0,0,0] => [1,1,1,1,0,0,0,0] => 11110000 => 0
[] => [] => [1,0] => 10 => 0
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 degree of symmetry of a binary word.
For a binary word w of length n, this is the number of positions in/2 such that wi=wn+1i.
Map
to binary word
Description
Return the Dyck word as binary word.
Map
parallelogram polyomino
Description
Return the Dyck path corresponding to the partition interpreted as a parallogram polyomino.
The Ferrers diagram of an integer partition can be interpreted as a parallogram polyomino, such that each part corresponds to a column.
This map returns the corresponding Dyck path.
Map
prime Dyck path
Description
Return the Dyck path obtained by adding an initial up and a final down step.