Identifier
Values
[] => 0
[1] => 0
[2] => 0
[1,1] => 1
[3] => 0
[2,1] => 1
[1,1,1] => 3
[4] => 0
[3,1] => 1
[2,2] => 2
[2,1,1] => 3
[1,1,1,1] => 6
[5] => 0
[4,1] => 1
[3,2] => 2
[3,1,1] => 3
[2,2,1] => 4
[2,1,1,1] => 6
[1,1,1,1,1] => 10
[6] => 0
[5,1] => 1
[4,2] => 2
[4,1,1] => 3
[3,3] => 3
[3,2,1] => 4
[3,1,1,1] => 6
[2,2,2] => 6
[2,2,1,1] => 7
[2,1,1,1,1] => 10
[1,1,1,1,1,1] => 15
[7] => 0
[6,1] => 1
[5,2] => 2
[5,1,1] => 3
[4,3] => 3
[4,2,1] => 4
[4,1,1,1] => 6
[3,3,1] => 5
[3,2,2] => 6
[3,2,1,1] => 7
[3,1,1,1,1] => 10
[2,2,2,1] => 9
[2,2,1,1,1] => 11
[2,1,1,1,1,1] => 15
[1,1,1,1,1,1,1] => 21
[8] => 0
[7,1] => 1
[6,2] => 2
[6,1,1] => 3
[5,3] => 3
[5,2,1] => 4
[5,1,1,1] => 6
[4,4] => 4
[4,3,1] => 5
[4,2,2] => 6
[4,2,1,1] => 7
[4,1,1,1,1] => 10
[3,3,2] => 7
[3,3,1,1] => 8
[3,2,2,1] => 9
[3,2,1,1,1] => 11
[3,1,1,1,1,1] => 15
[2,2,2,2] => 12
[2,2,2,1,1] => 13
[2,2,1,1,1,1] => 16
[2,1,1,1,1,1,1] => 21
[1,1,1,1,1,1,1,1] => 28
[9] => 0
[8,1] => 1
[7,2] => 2
[7,1,1] => 3
[6,3] => 3
[6,2,1] => 4
[6,1,1,1] => 6
[5,4] => 4
[5,3,1] => 5
[5,2,2] => 6
[5,2,1,1] => 7
[5,1,1,1,1] => 10
[4,4,1] => 6
[4,3,2] => 7
[4,3,1,1] => 8
[4,2,2,1] => 9
[4,2,1,1,1] => 11
[4,1,1,1,1,1] => 15
[3,3,3] => 9
[3,3,2,1] => 10
[3,3,1,1,1] => 12
[3,2,2,2] => 12
[3,2,2,1,1] => 13
[3,2,1,1,1,1] => 16
[3,1,1,1,1,1,1] => 21
[2,2,2,2,1] => 16
[2,2,2,1,1,1] => 18
[2,2,1,1,1,1,1] => 22
[2,1,1,1,1,1,1,1] => 28
[1,1,1,1,1,1,1,1,1] => 36
[10] => 0
[9,1] => 1
[8,2] => 2
[8,1,1] => 3
>>> Load all 275 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 weighted size of a partition.
Let $\lambda = (\lambda_0\geq\lambda_1 \geq \dots\geq\lambda_m)$ be an integer partition. Then the weighted size of $\lambda$ is
$$\sum_{i=0}^m i \cdot \lambda_i.$$
This is also the sum of the leg lengths of the cells in $\lambda$, or
$$ \sum_i \binom{\lambda^{\prime}_i}{2} $$
where $\lambda^{\prime}$ is the conjugate partition of $\lambda$.
This is the minimal number of inversions a permutation with the given shape can have, see [1, cor.2.2].
This is also the smallest possible sum of the entries of a semistandard tableau (allowing 0 as a part) of shape $\lambda=(\lambda_0,\lambda_1,\ldots,\lambda_m)$, obtained uniquely by placing $i-1$ in all the cells of the $i$th row of $\lambda$, see [2, eq.7.103].
Let $\lambda = (\lambda_0\geq\lambda_1 \geq \dots\geq\lambda_m)$ be an integer partition. Then the weighted size of $\lambda$ is
$$\sum_{i=0}^m i \cdot \lambda_i.$$
This is also the sum of the leg lengths of the cells in $\lambda$, or
$$ \sum_i \binom{\lambda^{\prime}_i}{2} $$
where $\lambda^{\prime}$ is the conjugate partition of $\lambda$.
This is the minimal number of inversions a permutation with the given shape can have, see [1, cor.2.2].
This is also the smallest possible sum of the entries of a semistandard tableau (allowing 0 as a part) of shape $\lambda=(\lambda_0,\lambda_1,\ldots,\lambda_m)$, obtained uniquely by placing $i-1$ in all the cells of the $i$th row of $\lambda$, see [2, eq.7.103].
References
[1] Hohlweg, C. Minimal and maximal elements in Kazhdan-Lusztig double sided cells of $S_n$ and Robinson-Schensted correspondance arXiv:math/0304059
[2] Stanley, R. P. Enumerative combinatorics. Vol. 2 MathSciNet:1676282
[2] Stanley, R. P. Enumerative combinatorics. Vol. 2 MathSciNet:1676282
Code
def statistic(L):
return L.weighted_size()
Created
May 07, 2014 at 03:07 by Lahiru Kariyawasam
Updated
Oct 11, 2023 at 15:39 by Martin Rubey
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!