Identifier
Values
([],1) => [2] => [[1,2]] => [[1],[2]] => 2
([],2) => [2,2] => [[1,2],[3,4]] => [[1,3],[2,4]] => 2
([(0,1)],2) => [3] => [[1,2,3]] => [[1],[2],[3]] => 3
([],3) => [2,2,2,2] => [[1,2],[3,4],[5,6],[7,8]] => [[1,3,5,7],[2,4,6,8]] => 2
([(1,2)],3) => [6] => [[1,2,3,4,5,6]] => [[1],[2],[3],[4],[5],[6]] => 6
([(0,1),(0,2)],3) => [3,2] => [[1,2,5],[3,4]] => [[1,3],[2,4],[5]] => 5
([(0,2),(2,1)],3) => [4] => [[1,2,3,4]] => [[1],[2],[3],[4]] => 4
([(0,2),(1,2)],3) => [3,2] => [[1,2,5],[3,4]] => [[1,3],[2,4],[5]] => 5
([(0,2),(0,3),(3,1)],4) => [7] => [[1,2,3,4,5,6,7]] => [[1],[2],[3],[4],[5],[6],[7]] => 7
([(0,1),(0,2),(1,3),(2,3)],4) => [4,2] => [[1,2,5,6],[3,4]] => [[1,3],[2,4],[5],[6]] => 6
([(1,2),(2,3)],4) => [4,4] => [[1,2,3,4],[5,6,7,8]] => [[1,5],[2,6],[3,7],[4,8]] => 4
([(0,3),(3,1),(3,2)],4) => [4,2] => [[1,2,5,6],[3,4]] => [[1,3],[2,4],[5],[6]] => 6
([(0,3),(1,3),(3,2)],4) => [4,2] => [[1,2,5,6],[3,4]] => [[1,3],[2,4],[5],[6]] => 6
([(0,3),(1,2),(1,3)],4) => [5,3] => [[1,2,3,7,8],[4,5,6]] => [[1,4],[2,5],[3,6],[7],[8]] => 8
([(0,2),(0,3),(1,2),(1,3)],4) => [3,2,2] => [[1,2,7],[3,4],[5,6]] => [[1,3,5],[2,4,6],[7]] => 7
([(0,3),(2,1),(3,2)],4) => [5] => [[1,2,3,4,5]] => [[1],[2],[3],[4],[5]] => 5
([(0,3),(1,2),(2,3)],4) => [7] => [[1,2,3,4,5,6,7]] => [[1],[2],[3],[4],[5],[6],[7]] => 7
([(0,2),(0,3),(2,4),(3,4),(4,1)],5) => [5,2] => [[1,2,5,6,7],[3,4]] => [[1,3],[2,4],[5],[6],[7]] => 7
([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5) => [4,2,2] => [[1,2,7,8],[3,4],[5,6]] => [[1,3,5],[2,4,6],[7],[8]] => 8
([(0,4),(1,4),(4,2),(4,3)],5) => [4,2,2] => [[1,2,7,8],[3,4],[5,6]] => [[1,3,5],[2,4,6],[7],[8]] => 8
([(0,4),(1,4),(2,3),(4,2)],5) => [5,2] => [[1,2,5,6,7],[3,4]] => [[1,3],[2,4],[5],[6],[7]] => 7
([(0,3),(0,4),(1,3),(1,4),(3,2),(4,2)],5) => [4,2,2] => [[1,2,7,8],[3,4],[5,6]] => [[1,3,5],[2,4,6],[7],[8]] => 8
([(0,4),(1,2),(1,4),(4,3)],5) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,2),(0,3),(1,4),(2,4),(3,1)],5) => [8] => [[1,2,3,4,5,6,7,8]] => [[1],[2],[3],[4],[5],[6],[7],[8]] => 8
([(0,3),(0,4),(1,2),(1,3),(2,4)],5) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(1,4),(3,2),(4,3)],5) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,3),(3,4),(4,1),(4,2)],5) => [5,2] => [[1,2,5,6,7],[3,4]] => [[1,3],[2,4],[5],[6],[7]] => 7
([(0,4),(1,2),(2,4),(4,3)],5) => [8] => [[1,2,3,4,5,6,7,8]] => [[1],[2],[3],[4],[5],[6],[7],[8]] => 8
([(0,4),(3,2),(4,1),(4,3)],5) => [8] => [[1,2,3,4,5,6,7,8]] => [[1],[2],[3],[4],[5],[6],[7],[8]] => 8
([(0,4),(1,2),(2,3),(2,4)],5) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,4),(2,3),(3,1),(4,2)],5) => [6] => [[1,2,3,4,5,6]] => [[1],[2],[3],[4],[5],[6]] => 6
([(0,3),(1,4),(2,4),(3,1),(3,2)],5) => [5,2] => [[1,2,5,6,7],[3,4]] => [[1,3],[2,4],[5],[6],[7]] => 7
([(0,5),(1,5),(3,2),(4,3),(5,4)],6) => [6,2] => [[1,2,5,6,7,8],[3,4]] => [[1,3],[2,4],[5],[6],[7],[8]] => 8
([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6) => [9] => [[1,2,3,4,5,6,7,8,9]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9]] => 9
([(0,2),(0,3),(2,5),(3,5),(4,1),(5,4)],6) => [6,2] => [[1,2,5,6,7,8],[3,4]] => [[1,3],[2,4],[5],[6],[7],[8]] => 8
([(0,4),(3,5),(4,3),(5,1),(5,2)],6) => [6,2] => [[1,2,5,6,7,8],[3,4]] => [[1,3],[2,4],[5],[6],[7],[8]] => 8
([(0,4),(1,5),(2,5),(4,1),(4,2),(5,3)],6) => [6,2] => [[1,2,5,6,7,8],[3,4]] => [[1,3],[2,4],[5],[6],[7],[8]] => 8
([(0,4),(3,2),(4,5),(5,1),(5,3)],6) => [9] => [[1,2,3,4,5,6,7,8,9]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9]] => 9
([(0,5),(2,4),(3,2),(4,1),(5,3)],6) => [7] => [[1,2,3,4,5,6,7]] => [[1],[2],[3],[4],[5],[6],[7]] => 7
([(0,5),(1,3),(3,5),(4,2),(5,4)],6) => [9] => [[1,2,3,4,5,6,7,8,9]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9]] => 9
([(0,3),(1,5),(2,5),(3,4),(4,1),(4,2)],6) => [6,2] => [[1,2,5,6,7,8],[3,4]] => [[1,3],[2,4],[5],[6],[7],[8]] => 8
([(0,4),(1,5),(2,5),(3,2),(4,1),(4,3)],6) => [9] => [[1,2,3,4,5,6,7,8,9]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9]] => 9
([(0,5),(1,6),(2,6),(4,2),(5,1),(5,4),(6,3)],7) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,3),(0,5),(2,6),(3,6),(4,1),(5,2),(6,4)],7) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,5),(3,6),(4,1),(5,3),(6,2),(6,4)],7) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7) => [8] => [[1,2,3,4,5,6,7,8]] => [[1],[2],[3],[4],[5],[6],[7],[8]] => 8
([(0,6),(1,3),(3,6),(4,2),(5,4),(6,5)],7) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
([(0,4),(1,6),(2,6),(3,2),(4,5),(5,1),(5,3)],7) => [10] => [[1,2,3,4,5,6,7,8,9,10]] => [[1],[2],[3],[4],[5],[6],[7],[8],[9],[10]] => 10
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 first entry in the last row of a standard tableau.
For the last entry in the first row, see St000734The last entry in the first row of a standard tableau..
Map
rowmotion cycle type
Description
The cycle type of rowmotion on the order ideals of a poset.
Map
conjugate
Description
Sends a standard tableau to its conjugate tableau.
Map
reading tableau
Description
Return the RSK recording tableau of the reading word of the (standard) tableau $T$ labeled down (in English convention) each column to the shape of a partition.