Identifier
Values
[1,1] => 1
[2] => 2
[1,1,1] => 1
[1,2] => 2
[2,1] => 4
[3] => 4
[1,1,1,1] => 1
[1,1,2] => 2
[1,2,1] => 4
[1,3] => 4
[2,1,1] => 6
[2,2] => 10
[3,1] => 12
[4] => 8
[1,1,1,1,1] => 1
[1,1,1,2] => 2
[1,1,2,1] => 4
[1,1,3] => 4
[1,2,1,1] => 6
[1,2,2] => 10
[1,3,1] => 12
[1,4] => 8
[2,1,1,1] => 8
[2,1,2] => 14
[2,2,1] => 28
[2,3] => 24
[3,1,1] => 24
[3,2] => 36
[4,1] => 32
[5] => 16
[1,1,1,1,1,1] => 1
[1,1,1,1,2] => 2
[1,1,1,2,1] => 4
[1,1,1,3] => 4
[1,1,2,1,1] => 6
[1,1,2,2] => 10
[1,1,3,1] => 12
[1,1,4] => 8
[1,2,1,1,1] => 8
[1,2,1,2] => 14
[1,2,2,1] => 28
[1,2,3] => 24
[1,3,1,1] => 24
[1,3,2] => 36
[1,4,1] => 32
[1,5] => 16
[2,1,1,1,1] => 10
[2,1,1,2] => 18
[2,1,2,1] => 36
[2,1,3] => 32
[2,2,1,1] => 54
[2,2,2] => 82
[2,3,1] => 96
[2,4] => 56
[3,1,1,1] => 40
[3,1,2] => 64
[3,2,1] => 128
[3,3] => 100
[4,1,1] => 80
[4,2] => 112
[5,1] => 80
[6] => 32
[1,1,1,1,1,1,1] => 1
[1,1,1,1,1,2] => 2
[1,1,1,1,2,1] => 4
[1,1,1,1,3] => 4
[1,1,1,2,1,1] => 6
[1,1,1,2,2] => 10
[1,1,1,3,1] => 12
[1,1,1,4] => 8
[1,1,2,1,1,1] => 8
[1,1,2,1,2] => 14
[1,1,2,2,1] => 28
[1,1,2,3] => 24
[1,1,3,1,1] => 24
[1,1,3,2] => 36
[1,1,4,1] => 32
[1,1,5] => 16
[1,2,1,1,1,1] => 10
[1,2,1,1,2] => 18
[1,2,1,2,1] => 36
[1,2,1,3] => 32
[1,2,2,1,1] => 54
[1,2,2,2] => 82
[1,2,3,1] => 96
[1,2,4] => 56
[1,3,1,1,1] => 40
[1,3,1,2] => 64
[1,3,2,1] => 128
[1,3,3] => 100
[1,4,1,1] => 80
[1,4,2] => 112
[1,5,1] => 80
[1,6] => 32
[2,1,1,1,1,1] => 12
[2,1,1,1,2] => 22
[2,1,1,2,1] => 44
[2,1,1,3] => 40
[2,1,2,1,1] => 66
[2,1,2,2] => 102
[2,1,3,1] => 120
>>> Load all 510 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 sum of the entries in the column specified by the composition of the change of basis matrix from dual immaculate quasisymmetric functions to monomial quasisymmetric functions.
For example, dI121=2M1111+M112+M121, so the statistic on the composition 121 is 4.
For example, dI121=2M1111+M112+M121, so the statistic on the composition 121 is 4.
Code
def statistic(mu):
M = QuasiSymmetricFunctions(ZZ).M()
dI = QuasiSymmetricFunctions(ZZ).dI()
return sum(coeff for _, coeff in M(dI(mu)))
Created
May 20, 2017 at 22:06 by Martin Rubey
Updated
May 20, 2017 at 22:06 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!