Your data matches 411 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000755: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 1 = 0 + 1
[2]
=> 2 = 1 + 1
[1,1]
=> 1 = 0 + 1
[3]
=> 1 = 0 + 1
[2,1]
=> 2 = 1 + 1
[1,1,1]
=> 1 = 0 + 1
[4]
=> 2 = 1 + 1
[3,1]
=> 1 = 0 + 1
[2,2]
=> 2 = 1 + 1
[2,1,1]
=> 2 = 1 + 1
[1,1,1,1]
=> 1 = 0 + 1
[5]
=> 1 = 0 + 1
[4,1]
=> 2 = 1 + 1
[3,2]
=> 1 = 0 + 1
[3,1,1]
=> 1 = 0 + 1
[2,2,1]
=> 2 = 1 + 1
[2,1,1,1]
=> 2 = 1 + 1
[1,1,1,1,1]
=> 1 = 0 + 1
[6]
=> 2 = 1 + 1
[5,1]
=> 1 = 0 + 1
[4,2]
=> 2 = 1 + 1
[4,1,1]
=> 2 = 1 + 1
[3,3]
=> 1 = 0 + 1
[3,2,1]
=> 1 = 0 + 1
[3,1,1,1]
=> 1 = 0 + 1
[2,2,2]
=> 2 = 1 + 1
[2,2,1,1]
=> 2 = 1 + 1
[2,1,1,1,1]
=> 2 = 1 + 1
[1,1,1,1,1,1]
=> 1 = 0 + 1
Description
The number of real roots of the characteristic polynomial of a linear recurrence associated with an integer partition. Consider the recurrence $$f(n)=\sum_{p\in\lambda} f(n-p).$$ This statistic returns the number of distinct real roots of the associated characteristic polynomial. For example, the partition $(2,1)$ corresponds to the recurrence $f(n)=f(n-1)+f(n-2)$ with associated characteristic polynomial $x^2-x-1$, which has two real roots.
Mp00095: Integer partitions to binary wordBinary words
Mp00268: Binary words zeros to flag zerosBinary words
St000297: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 10 => 01 => 0
[2]
=> 100 => 101 => 1
[1,1]
=> 110 => 011 => 0
[3]
=> 1000 => 0101 => 0
[2,1]
=> 1010 => 1001 => 1
[1,1,1]
=> 1110 => 0111 => 0
[4]
=> 10000 => 10101 => 1
[3,1]
=> 10010 => 01101 => 0
[2,2]
=> 1100 => 1011 => 1
[2,1,1]
=> 10110 => 10001 => 1
[1,1,1,1]
=> 11110 => 01111 => 0
[5]
=> 100000 => 010101 => 0
[4,1]
=> 100010 => 100101 => 1
[3,2]
=> 10100 => 01001 => 0
[3,1,1]
=> 100110 => 011101 => 0
[2,2,1]
=> 11010 => 10011 => 1
[2,1,1,1]
=> 101110 => 100001 => 1
[1,1,1,1,1]
=> 111110 => 011111 => 0
[6]
=> 1000000 => 1010101 => 1
[5,1]
=> 1000010 => 0110101 => 0
[4,2]
=> 100100 => 101101 => 1
[4,1,1]
=> 1000110 => 1000101 => 1
[3,3]
=> 11000 => 01011 => 0
[3,2,1]
=> 101010 => 011001 => 0
[3,1,1,1]
=> 1001110 => 0111101 => 0
[2,2,2]
=> 11100 => 10111 => 1
[2,2,1,1]
=> 110110 => 100011 => 1
[2,1,1,1,1]
=> 1011110 => 1000001 => 1
[1,1,1,1,1,1]
=> 1111110 => 0111111 => 0
Description
The number of leading ones in a binary word.
Mp00317: Integer partitions odd partsBinary words
Mp00280: Binary words path rowmotionBinary words
St000389: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 1 => 0 => 0
[2]
=> 0 => 1 => 1
[1,1]
=> 11 => 00 => 0
[3]
=> 1 => 0 => 0
[2,1]
=> 01 => 10 => 1
[1,1,1]
=> 111 => 000 => 0
[4]
=> 0 => 1 => 1
[3,1]
=> 11 => 00 => 0
[2,2]
=> 00 => 01 => 1
[2,1,1]
=> 011 => 100 => 1
[1,1,1,1]
=> 1111 => 0000 => 0
[5]
=> 1 => 0 => 0
[4,1]
=> 01 => 10 => 1
[3,2]
=> 10 => 11 => 0
[3,1,1]
=> 111 => 000 => 0
[2,2,1]
=> 001 => 010 => 1
[2,1,1,1]
=> 0111 => 1000 => 1
[1,1,1,1,1]
=> 11111 => 00000 => 0
[6]
=> 0 => 1 => 1
[5,1]
=> 11 => 00 => 0
[4,2]
=> 00 => 01 => 1
[4,1,1]
=> 011 => 100 => 1
[3,3]
=> 11 => 00 => 0
[3,2,1]
=> 101 => 110 => 0
[3,1,1,1]
=> 1111 => 0000 => 0
[2,2,2]
=> 000 => 001 => 1
[2,2,1,1]
=> 0011 => 0100 => 1
[2,1,1,1,1]
=> 01111 => 10000 => 1
[1,1,1,1,1,1]
=> 111111 => 000000 => 0
Description
The number of runs of ones of odd length in a binary word.
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00122: Dyck paths Elizalde-Deutsch bijectionDyck paths
St000660: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [1,0,1,0]
=> [1,1,0,0]
=> 0
[2]
=> [1,1,0,0,1,0]
=> [1,1,1,0,0,0]
=> 1
[1,1]
=> [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 0
[3]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[2,1]
=> [1,0,1,0,1,0]
=> [1,1,0,0,1,0]
=> 0
[1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 0
[4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 1
[3,1]
=> [1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 1
[2,2]
=> [1,1,0,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0]
=> 1
[2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 0
[1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> 0
[5]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> [1,1,1,0,1,0,1,0,1,0,0,0]
=> 1
[4,1]
=> [1,1,1,0,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> 1
[3,2]
=> [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 0
[2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 0
[2,1,1,1]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> 0
[1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> 0
[6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [1,1,1,0,1,0,1,0,1,0,1,0,0,0]
=> 1
[5,1]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0,1,0]
=> 1
[4,2]
=> [1,1,1,0,0,1,0,0,1,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> 1
[4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 1
[3,3]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 0
[3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0,1,0]
=> 0
[2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 1
[2,2,1,1]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> 0
[2,1,1,1,1]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,0,1,0]
=> 0
[1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,1,0,1,0,1,0,1,0,1,0,1,0,0]
=> 0
Description
The number of rises of length at least 3 of a Dyck path. The number of Dyck paths without such rises are counted by the Motzkin numbers [1].
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00119: Dyck paths to 321-avoiding permutation (Krattenthaler)Permutations
St000007: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [1,0,1,0]
=> [1,2] => 1 = 0 + 1
[2]
=> [1,1,0,0,1,0]
=> [2,1,3] => 1 = 0 + 1
[1,1]
=> [1,0,1,1,0,0]
=> [1,3,2] => 2 = 1 + 1
[3]
=> [1,1,1,0,0,0,1,0]
=> [3,1,2,4] => 1 = 0 + 1
[2,1]
=> [1,0,1,0,1,0]
=> [1,2,3] => 1 = 0 + 1
[1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [1,4,2,3] => 2 = 1 + 1
[4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [4,1,2,3,5] => 1 = 0 + 1
[3,1]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 1 = 0 + 1
[2,2]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 2 = 1 + 1
[2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => 2 = 1 + 1
[1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,5,2,3,4] => 2 = 1 + 1
[5]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> [5,1,2,3,4,6] => 1 = 0 + 1
[4,1]
=> [1,1,1,0,1,0,0,0,1,0]
=> [3,4,1,2,5] => 1 = 0 + 1
[3,2]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 1 = 0 + 1
[3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 1 = 0 + 1
[2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 2 = 1 + 1
[2,1,1,1]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,4,5,2,3] => 2 = 1 + 1
[1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,6,2,3,4,5] => 2 = 1 + 1
[6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [6,1,2,3,4,5,7] => 1 = 0 + 1
[5,1]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [4,5,1,2,3,6] => 1 = 0 + 1
[4,2]
=> [1,1,1,0,0,1,0,0,1,0]
=> [3,1,4,2,5] => 1 = 0 + 1
[4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [2,4,1,3,5] => 1 = 0 + 1
[3,3]
=> [1,1,1,0,0,0,1,1,0,0]
=> [3,1,2,5,4] => 2 = 1 + 1
[3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 1 = 0 + 1
[3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,4,2,5,3] => 2 = 1 + 1
[2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,3,4] => 2 = 1 + 1
[2,2,1,1]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,2,4] => 2 = 1 + 1
[2,1,1,1,1]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [1,5,6,2,3,4] => 2 = 1 + 1
[1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,7,2,3,4,5,6] => 2 = 1 + 1
Description
The number of saliances of the permutation. A saliance is a right-to-left maximum. This can be described as an occurrence of the mesh pattern $([1], {(1,1)})$, i.e., the upper right quadrant is shaded, see [1].
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00029: Dyck paths to binary tree: left tree, up step, right tree, down stepBinary trees
St000701: Binary trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [1,0,1,0]
=> [[.,.],.]
=> 1 = 0 + 1
[2]
=> [1,1,0,0,1,0]
=> [[.,[.,.]],.]
=> 1 = 0 + 1
[1,1]
=> [1,0,1,1,0,0]
=> [[.,.],[.,.]]
=> 2 = 1 + 1
[3]
=> [1,1,1,0,0,0,1,0]
=> [[.,[.,[.,.]]],.]
=> 1 = 0 + 1
[2,1]
=> [1,0,1,0,1,0]
=> [[[.,.],.],.]
=> 1 = 0 + 1
[1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [[.,.],[.,[.,.]]]
=> 2 = 1 + 1
[4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [[.,[.,[.,[.,.]]]],.]
=> 1 = 0 + 1
[3,1]
=> [1,1,0,1,0,0,1,0]
=> [[.,[[.,.],.]],.]
=> 1 = 0 + 1
[2,2]
=> [1,1,0,0,1,1,0,0]
=> [[.,[.,.]],[.,.]]
=> 2 = 1 + 1
[2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [[.,.],[[.,.],.]]
=> 2 = 1 + 1
[1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [[.,.],[.,[.,[.,.]]]]
=> 2 = 1 + 1
[5]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> [[.,[.,[.,[.,[.,.]]]]],.]
=> 1 = 0 + 1
[4,1]
=> [1,1,1,0,1,0,0,0,1,0]
=> [[.,[.,[[.,.],.]]],.]
=> 1 = 0 + 1
[3,2]
=> [1,1,0,0,1,0,1,0]
=> [[[.,[.,.]],.],.]
=> 1 = 0 + 1
[3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [[[.,.],[.,.]],.]
=> 1 = 0 + 1
[2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [[[.,.],.],[.,.]]
=> 2 = 1 + 1
[2,1,1,1]
=> [1,0,1,1,1,0,1,0,0,0]
=> [[.,.],[.,[[.,.],.]]]
=> 2 = 1 + 1
[1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [[.,.],[.,[.,[.,[.,.]]]]]
=> 2 = 1 + 1
[6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [[.,[.,[.,[.,[.,[.,.]]]]]],.]
=> 1 = 0 + 1
[5,1]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [[.,[.,[.,[[.,.],.]]]],.]
=> 1 = 0 + 1
[4,2]
=> [1,1,1,0,0,1,0,0,1,0]
=> [[.,[[.,[.,.]],.]],.]
=> 1 = 0 + 1
[4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [[.,[[.,.],[.,.]]],.]
=> 1 = 0 + 1
[3,3]
=> [1,1,1,0,0,0,1,1,0,0]
=> [[.,[.,[.,.]]],[.,.]]
=> 2 = 1 + 1
[3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [[[[.,.],.],.],.]
=> 1 = 0 + 1
[3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [[.,.],[[.,[.,.]],.]]
=> 2 = 1 + 1
[2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [[.,[.,.]],[.,[.,.]]]
=> 2 = 1 + 1
[2,2,1,1]
=> [1,0,1,1,0,1,1,0,0,0]
=> [[.,.],[[.,.],[.,.]]]
=> 2 = 1 + 1
[2,1,1,1,1]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [[.,.],[.,[.,[[.,.],.]]]]
=> 2 = 1 + 1
[1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [[.,.],[.,[.,[.,[.,[.,.]]]]]]
=> 2 = 1 + 1
Description
The protection number of a binary tree. This is the minimal distance from the root to a leaf.
Mp00230: Integer partitions parallelogram polyominoDyck paths
Mp00122: Dyck paths Elizalde-Deutsch bijectionDyck paths
St001257: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [1,0]
=> [1,0]
=> 1 = 0 + 1
[2]
=> [1,0,1,0]
=> [1,1,0,0]
=> 1 = 0 + 1
[1,1]
=> [1,1,0,0]
=> [1,0,1,0]
=> 2 = 1 + 1
[3]
=> [1,0,1,0,1,0]
=> [1,1,0,0,1,0]
=> 1 = 0 + 1
[2,1]
=> [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 2 = 1 + 1
[1,1,1]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 1 = 0 + 1
[4]
=> [1,0,1,0,1,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[3,1]
=> [1,0,1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 1 = 0 + 1
[2,2]
=> [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 2 = 1 + 1
[2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2 = 1 + 1
[1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 1 + 1
[5]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 1 = 0 + 1
[4,1]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[3,2]
=> [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2 = 1 + 1
[3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> 2 = 1 + 1
[2,2,1]
=> [1,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> 1 = 0 + 1
[2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[1,1,1,1,1]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[6]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,0,1,1,0,0,1,1,0,0]
=> 1 = 0 + 1
[5,1]
=> [1,0,1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0,1,1,0,0]
=> 1 = 0 + 1
[4,2]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[4,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,1,1,0,0,1,1,0,0,0]
=> 1 = 0 + 1
[3,3]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1 = 0 + 1
[3,2,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0,1,0]
=> 2 = 1 + 1
[3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,1,1,0,0,1,0,0,1,0]
=> 2 = 1 + 1
[2,2,2]
=> [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 2 = 1 + 1
[2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> 2 = 1 + 1
[2,1,1,1,1]
=> [1,0,1,1,0,1,0,1,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0,1,0]
=> 2 = 1 + 1
[1,1,1,1,1,1]
=> [1,1,0,1,0,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0,1,0]
=> 2 = 1 + 1
Description
The dominant dimension of the double dual of A/J when A is the corresponding Nakayama algebra with Jacobson radical J.
Mp00317: Integer partitions odd partsBinary words
Mp00178: Binary words to compositionInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St000137: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 1 => [1,1] => [1,1]
=> 0
[2]
=> 0 => [2] => [2]
=> 0
[1,1]
=> 11 => [1,1,1] => [1,1,1]
=> 1
[3]
=> 1 => [1,1] => [1,1]
=> 0
[2,1]
=> 01 => [2,1] => [2,1]
=> 1
[1,1,1]
=> 111 => [1,1,1,1] => [1,1,1,1]
=> 0
[4]
=> 0 => [2] => [2]
=> 0
[3,1]
=> 11 => [1,1,1] => [1,1,1]
=> 1
[2,2]
=> 00 => [3] => [3]
=> 1
[2,1,1]
=> 011 => [2,1,1] => [2,1,1]
=> 0
[1,1,1,1]
=> 1111 => [1,1,1,1,1] => [1,1,1,1,1]
=> 1
[5]
=> 1 => [1,1] => [1,1]
=> 0
[4,1]
=> 01 => [2,1] => [2,1]
=> 1
[3,2]
=> 10 => [1,2] => [2,1]
=> 1
[3,1,1]
=> 111 => [1,1,1,1] => [1,1,1,1]
=> 0
[2,2,1]
=> 001 => [3,1] => [3,1]
=> 0
[2,1,1,1]
=> 0111 => [2,1,1,1] => [2,1,1,1]
=> 1
[1,1,1,1,1]
=> 11111 => [1,1,1,1,1,1] => [1,1,1,1,1,1]
=> 0
[6]
=> 0 => [2] => [2]
=> 0
[5,1]
=> 11 => [1,1,1] => [1,1,1]
=> 1
[4,2]
=> 00 => [3] => [3]
=> 1
[4,1,1]
=> 011 => [2,1,1] => [2,1,1]
=> 0
[3,3]
=> 11 => [1,1,1] => [1,1,1]
=> 1
[3,2,1]
=> 101 => [1,2,1] => [2,1,1]
=> 0
[3,1,1,1]
=> 1111 => [1,1,1,1,1] => [1,1,1,1,1]
=> 1
[2,2,2]
=> 000 => [4] => [4]
=> 0
[2,2,1,1]
=> 0011 => [3,1,1] => [3,1,1]
=> 1
[2,1,1,1,1]
=> 01111 => [2,1,1,1,1] => [2,1,1,1,1]
=> 0
[1,1,1,1,1,1]
=> 111111 => [1,1,1,1,1,1,1] => [1,1,1,1,1,1,1]
=> 1
Description
The Grundy value of an integer partition. Consider the two-player game on an integer partition. In each move, a player removes either a box, or a 2x2-configuration of boxes such that the resulting diagram is still a partition. The first player that cannot move lose. This happens exactly when the empty partition is reached. The grundy value of an integer partition is defined as the grundy value of this two-player game as defined in [1]. This game was described to me during Norcom 2013, by Urban Larsson, and it seems to be quite difficult to give a good description of the partitions with Grundy value 0.
Mp00042: Integer partitions initial tableauStandard tableaux
Mp00081: Standard tableaux reading word permutationPermutations
Mp00204: Permutations LLPSInteger partitions
St000142: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1]]
=> [1] => [1]
=> 0
[2]
=> [[1,2]]
=> [1,2] => [1,1]
=> 0
[1,1]
=> [[1],[2]]
=> [2,1] => [2]
=> 1
[3]
=> [[1,2,3]]
=> [1,2,3] => [1,1,1]
=> 0
[2,1]
=> [[1,2],[3]]
=> [3,1,2] => [2,1]
=> 1
[1,1,1]
=> [[1],[2],[3]]
=> [3,2,1] => [3]
=> 0
[4]
=> [[1,2,3,4]]
=> [1,2,3,4] => [1,1,1,1]
=> 0
[3,1]
=> [[1,2,3],[4]]
=> [4,1,2,3] => [2,1,1]
=> 1
[2,2]
=> [[1,2],[3,4]]
=> [3,4,1,2] => [2,1,1]
=> 1
[2,1,1]
=> [[1,2],[3],[4]]
=> [4,3,1,2] => [3,1]
=> 0
[1,1,1,1]
=> [[1],[2],[3],[4]]
=> [4,3,2,1] => [4]
=> 1
[5]
=> [[1,2,3,4,5]]
=> [1,2,3,4,5] => [1,1,1,1,1]
=> 0
[4,1]
=> [[1,2,3,4],[5]]
=> [5,1,2,3,4] => [2,1,1,1]
=> 1
[3,2]
=> [[1,2,3],[4,5]]
=> [4,5,1,2,3] => [2,1,1,1]
=> 1
[3,1,1]
=> [[1,2,3],[4],[5]]
=> [5,4,1,2,3] => [3,1,1]
=> 0
[2,2,1]
=> [[1,2],[3,4],[5]]
=> [5,3,4,1,2] => [3,1,1]
=> 0
[2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> [5,4,3,1,2] => [4,1]
=> 1
[1,1,1,1,1]
=> [[1],[2],[3],[4],[5]]
=> [5,4,3,2,1] => [5]
=> 0
[6]
=> [[1,2,3,4,5,6]]
=> [1,2,3,4,5,6] => [1,1,1,1,1,1]
=> 0
[5,1]
=> [[1,2,3,4,5],[6]]
=> [6,1,2,3,4,5] => [2,1,1,1,1]
=> 1
[4,2]
=> [[1,2,3,4],[5,6]]
=> [5,6,1,2,3,4] => [2,1,1,1,1]
=> 1
[4,1,1]
=> [[1,2,3,4],[5],[6]]
=> [6,5,1,2,3,4] => [3,1,1,1]
=> 0
[3,3]
=> [[1,2,3],[4,5,6]]
=> [4,5,6,1,2,3] => [2,1,1,1,1]
=> 1
[3,2,1]
=> [[1,2,3],[4,5],[6]]
=> [6,4,5,1,2,3] => [3,1,1,1]
=> 0
[3,1,1,1]
=> [[1,2,3],[4],[5],[6]]
=> [6,5,4,1,2,3] => [4,1,1]
=> 1
[2,2,2]
=> [[1,2],[3,4],[5,6]]
=> [5,6,3,4,1,2] => [3,1,1,1]
=> 0
[2,2,1,1]
=> [[1,2],[3,4],[5],[6]]
=> [6,5,3,4,1,2] => [4,1,1]
=> 1
[2,1,1,1,1]
=> [[1,2],[3],[4],[5],[6]]
=> [6,5,4,3,1,2] => [5,1]
=> 0
[1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6]]
=> [6,5,4,3,2,1] => [6]
=> 1
Description
The number of even parts of a partition.
Matching statistic: St000237
Mp00045: Integer partitions reading tableauStandard tableaux
Mp00081: Standard tableaux reading word permutationPermutations
Mp00159: Permutations Demazure product with inversePermutations
St000237: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1]]
=> [1] => [1] => 0
[2]
=> [[1,2]]
=> [1,2] => [1,2] => 0
[1,1]
=> [[1],[2]]
=> [2,1] => [2,1] => 1
[3]
=> [[1,2,3]]
=> [1,2,3] => [1,2,3] => 0
[2,1]
=> [[1,3],[2]]
=> [2,1,3] => [2,1,3] => 1
[1,1,1]
=> [[1],[2],[3]]
=> [3,2,1] => [3,2,1] => 0
[4]
=> [[1,2,3,4]]
=> [1,2,3,4] => [1,2,3,4] => 0
[3,1]
=> [[1,3,4],[2]]
=> [2,1,3,4] => [2,1,3,4] => 1
[2,2]
=> [[1,2],[3,4]]
=> [3,4,1,2] => [4,3,2,1] => 1
[2,1,1]
=> [[1,4],[2],[3]]
=> [3,2,1,4] => [3,2,1,4] => 0
[1,1,1,1]
=> [[1],[2],[3],[4]]
=> [4,3,2,1] => [4,3,2,1] => 1
[5]
=> [[1,2,3,4,5]]
=> [1,2,3,4,5] => [1,2,3,4,5] => 0
[4,1]
=> [[1,3,4,5],[2]]
=> [2,1,3,4,5] => [2,1,3,4,5] => 1
[3,2]
=> [[1,2,5],[3,4]]
=> [3,4,1,2,5] => [4,3,2,1,5] => 1
[3,1,1]
=> [[1,4,5],[2],[3]]
=> [3,2,1,4,5] => [3,2,1,4,5] => 0
[2,2,1]
=> [[1,3],[2,5],[4]]
=> [4,2,5,1,3] => [5,4,3,2,1] => 0
[2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> [4,3,2,1,5] => [4,3,2,1,5] => 1
[1,1,1,1,1]
=> [[1],[2],[3],[4],[5]]
=> [5,4,3,2,1] => [5,4,3,2,1] => 0
[6]
=> [[1,2,3,4,5,6]]
=> [1,2,3,4,5,6] => [1,2,3,4,5,6] => 0
[5,1]
=> [[1,3,4,5,6],[2]]
=> [2,1,3,4,5,6] => [2,1,3,4,5,6] => 1
[4,2]
=> [[1,2,5,6],[3,4]]
=> [3,4,1,2,5,6] => [4,3,2,1,5,6] => 1
[4,1,1]
=> [[1,4,5,6],[2],[3]]
=> [3,2,1,4,5,6] => [3,2,1,4,5,6] => 0
[3,3]
=> [[1,2,3],[4,5,6]]
=> [4,5,6,1,2,3] => [6,5,4,3,2,1] => 1
[3,2,1]
=> [[1,3,6],[2,5],[4]]
=> [4,2,5,1,3,6] => [5,4,3,2,1,6] => 0
[3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> [4,3,2,1,5,6] => [4,3,2,1,5,6] => 1
[2,2,2]
=> [[1,2],[3,4],[5,6]]
=> [5,6,3,4,1,2] => [6,5,4,3,2,1] => 1
[2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> [5,3,2,6,1,4] => [6,5,3,4,2,1] => 0
[2,1,1,1,1]
=> [[1,6],[2],[3],[4],[5]]
=> [5,4,3,2,1,6] => [5,4,3,2,1,6] => 0
[1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6]]
=> [6,5,4,3,2,1] => [6,5,4,3,2,1] => 1
Description
The number of small exceedances. This is the number of indices $i$ such that $\pi_i=i+1$.
The following 401 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000292The number of ascents of a binary word. St000523The number of 2-protected nodes of a rooted tree. St000534The number of 2-rises of a permutation. St000552The number of cut vertices of a graph. St000665The number of rafts of a permutation. St000761The number of ascents in an integer composition. St000864The number of circled entries of the shifted recording tableau of a permutation. St001011Number of simple modules of projective dimension 2 in the Nakayama algebra corresponding to the Dyck path. St001037The number of inner corners of the upper path of the parallelogram polyomino associated with the Dyck path. St001085The number of occurrences of the vincular pattern |21-3 in a permutation. St001086The number of occurrences of the consecutive pattern 132 in a permutation. St001092The number of distinct even parts of a partition. St001115The number of even descents of a permutation. St001121The multiplicity of the irreducible representation indexed by the partition in the Kronecker square corresponding to the partition. St001276The number of 2-regular indecomposable modules in the corresponding Nakayama algebra. St001465The number of adjacent transpositions in the cycle decomposition of a permutation. St000011The number of touch points (or returns) of a Dyck path. St000068The number of minimal elements in a poset. St000069The number of maximal elements of a poset. St000326The position of the first one in a binary word after appending a 1 at the end. St000542The number of left-to-right-minima of a permutation. St000678The number of up steps after the last double rise of a Dyck path. St000758The length of the longest staircase fitting into an integer composition. St000760The length of the longest strictly decreasing subsequence of parts of an integer composition. St000764The number of strong records in an integer composition. St000765The number of weak records in an integer composition. St000903The number of different parts of an integer composition. St000920The logarithmic height of a Dyck path. St001135The projective dimension of the first simple module in the Nakayama algebra corresponding to the Dyck path. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001732The number of peaks visible from the left. St000352The Elizalde-Pak rank of a permutation. St000486The number of cycles of length at least 3 of a permutation. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St000779The tier of a permutation. St001114The number of odd descents of a permutation. St000990The first ascent of a permutation. St001359The number of permutations in the equivalence class of a permutation obtained by taking inverses of cycles. St000754The Grundy value for the game of removing nestings in a perfect matching. St001217The projective dimension of the indecomposable injective module I[n-2] in the corresponding Nakayama algebra with simples enumerated from 0 to n-1. St001221The number of simple modules in the corresponding LNakayama algebra that have 2 dimensional second Extension group with the regular module. St000353The number of inner valleys of a permutation. St000360The number of occurrences of the pattern 32-1. St001113Number of indecomposable projective non-injective modules with reflexive Auslander-Reiten sequences in the corresponding Nakayama algebra. St001181Number of indecomposable injective modules with grade at least 3 in the corresponding Nakayama algebra. St001185The number of indecomposable injective modules of grade at least 2 in the corresponding Nakayama algebra. St001186Number of simple modules with grade at least 3 in the corresponding Nakayama algebra. St001204Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series $L=[c_0,c_1,...,c_{n−1}]$ such that $n=c_0 < c_i$ for all $i > 0$ a special CNakayama algebra. St001212The number of simple modules in the corresponding Nakayama algebra that have non-zero second Ext-group with the regular module. St001687The number of distinct positions of the pattern letter 2 in occurrences of 213 in a permutation. St001728The number of invisible descents of a permutation. St001744The number of occurrences of the arrow pattern 1-2 with an arrow from 1 to 2 in a permutation. St000021The number of descents of a permutation. St000061The number of nodes on the left branch of a binary tree. St000066The column of the unique '1' in the first row of the alternating sign matrix. St000092The number of outer peaks of a permutation. St000314The number of left-to-right-maxima of a permutation. St000354The number of recoils of a permutation. St000374The number of exclusive right-to-left minima of a permutation. St000654The first descent of a permutation. St000700The protection number of an ordered tree. St000991The number of right-to-left minima of a permutation. St000996The number of exclusive left-to-right maxima of a permutation. St001024Maximum of dominant dimensions of the simple modules in the Nakayama algebra corresponding to the Dyck path. St001201The grade of the simple module $S_0$ in the special CNakayama algebra corresponding to the Dyck path. St001481The minimal height of a peak of a Dyck path. St000325The width of the tree associated to a permutation. St000470The number of runs in a permutation. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St001498The normalised height of a Nakayama algebra with magnitude 1. St000994The number of cycle peaks and the number of cycle valleys of a permutation. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St000862The number of parts of the shifted shape of a permutation. St001043The depth of the leaf closest to the root in the binary unordered tree associated with the perfect matching. St000891The number of distinct diagonal sums of a permutation matrix. St000256The number of parts from which one can substract 2 and still get an integer partition. St000473The number of parts of a partition that are strictly bigger than the number of ones. St000480The number of lower covers of a partition in dominance order. St000481The number of upper covers of a partition in dominance order. St000506The number of standard desarrangement tableaux of shape equal to the given partition. St001251The number of parts of a partition that are not congruent 1 modulo 3. St001280The number of parts of an integer partition that are at least two. St001767The largest minimal number of arrows pointing to a cell in the Ferrers diagram in any assignment. St000193The row of the unique '1' in the first column of the alternating sign matrix. St000024The number of double up and double down steps of a Dyck path. St000143The largest repeated part of a partition. St000147The largest part of an integer partition. St000159The number of distinct parts of the integer partition. St000183The side length of the Durfee square of an integer partition. St000196The number of occurrences of the contiguous pattern [[.,.],[.,. St000257The number of distinct parts of a partition that occur at least twice. St000340The number of non-final maximal constant sub-paths of length greater than one. St000378The diagonal inversion number of an integer partition. St000533The minimum of the number of parts and the size of the first part of an integer partition. St000590The number of occurrences of the pattern {{1},{2,3}} such that 2 is minimal, 1 is maximal, (2,3) are consecutive in a block. St000601The number of occurrences of the pattern {{1},{2,3}} such that 1,2 are minimal, (2,3) are consecutive in a block. St000606The number of occurrences of the pattern {{1},{2,3}} such that 1,3 are maximal, (2,3) are consecutive in a block. St000614The number of occurrences of the pattern {{1},{2,3}} such that 1 is minimal, 3 is maximal, (2,3) are consecutive in a block. St000624The normalized sum of the minimal distances to a greater element. St000628The balance of a binary word. St000691The number of changes of a binary word. St000766The number of inversions of an integer composition. St000783The side length of the largest staircase partition fitting into a partition. St000791The number of pairs of left tunnels, one strictly containing the other, of a Dyck path. St000897The number of different multiplicities of parts of an integer partition. St000954Number of times the corresponding LNakayama algebra has $Ext^i(D(A),A)=0$ for $i>0$. St001010Number of indecomposable injective modules with projective dimension g-1 when g is the global dimension of the Nakayama algebra corresponding to the Dyck path. St001021Sum of the differences between projective and codominant dimension of the non-projective indecomposable injective modules in the Nakayama algebra corresponding to the Dyck path. St001036The number of inner corners of the parallelogram polyomino associated with the Dyck path. St001089Number of indecomposable projective non-injective modules minus the number of indecomposable projective non-injective modules with dominant dimension equal to the injective dimension in the corresponding Nakayama algebra. St001122The multiplicity of the sign representation in the Kronecker square corresponding to a partition. St001125The number of simple modules that satisfy the 2-regular condition in the corresponding Nakayama algebra. St001159Number of simple modules with dominant dimension equal to the global dimension in the corresponding Nakayama algebra. St001172The number of 1-rises at odd height of a Dyck path. St001194The injective dimension of $A/AfA$ in the corresponding Nakayama algebra $A$ when $Af$ is the minimal faithful projective-injective left $A$-module St001222Number of simple modules in the corresponding LNakayama algebra that have a unique 2-extension with the regular module. St001229The vector space dimension of the first extension group between the Jacobson radical J and J^2. St001230The number of simple modules with injective dimension equal to the dominant dimension equal to one and the dual property. St001264The smallest index i such that the i-th simple module has projective dimension equal to the global dimension of the corresponding Nakayama algebra. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001383The BG-rank of an integer partition. St001420Half the length of a longest factor which is its own reverse-complement of a binary word. St001442The number of standard Young tableaux whose major index is divisible by the size of a given integer partition. St001484The number of singletons of an integer partition. St001587Half of the largest even part of an integer partition. St001593This is the number of standard Young tableaux of the given shifted shape. St001730The number of times the path corresponding to a binary word crosses the base line. St001801Half the number of preimage-image pairs of different parity in a permutation. St001810The number of fixed points of a permutation smaller than its largest moved point. St001873For a Nakayama algebra corresponding to a Dyck path, we define the matrix C with entries the Hom-spaces between $e_i J$ and $e_j J$ (the radical of the indecomposable projective modules). St001948The number of augmented double ascents of a permutation. St001960The number of descents of a permutation minus one if its first entry is not one. St000090The variation of a composition. St000162The number of nontrivial cycles in the cycle decomposition of a permutation. St000199The column of the unique '1' in the last row of the alternating sign matrix. St000200The row of the unique '1' in the last column of the alternating sign matrix. St000333The dez statistic, the number of descents of a permutation after replacing fixed points by zeros. St001202Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series $L=[c_0,c_1,...,c_{n−1}]$ such that $n=c_0 < c_i$ for all $i > 0$ a special CNakayama algebra. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001487The number of inner corners of a skew partition. St001503The largest distance of a vertex to a vertex in a cycle in the resolution quiver of the corresponding Nakayama algebra. St001597The Frobenius rank of a skew partition. St001665The number of pure excedances of a permutation. St001729The number of visible descents of a permutation. St001737The number of descents of type 2 in a permutation. St001200The number of simple modules in $eAe$ with projective dimension at most 2 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St000650The number of 3-rises of a permutation. St000259The diameter of a connected graph. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St001198The number of simple modules in the algebra $eAe$ with projective dimension at most 1 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001206The maximal dimension of an indecomposable projective $eAe$-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module $eA$. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000929The constant term of the character polynomial of an integer partition. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St000253The crossing number of a set partition. St000254The nesting number of a set partition. St000442The maximal area to the right of an up step of a Dyck path. St000646The number of big ascents of a permutation. St000658The number of rises of length 2 of a Dyck path. St000659The number of rises of length at least 2 of a Dyck path. St000677The standardized bi-alternating inversion number of a permutation. St000683The number of points below the Dyck path such that the diagonal to the north-east hits the path between two down steps, and the diagonal to the north-west hits the path between two up steps. St000710The number of big deficiencies of a permutation. St000730The maximal arc length of a set partition. St000836The number of descents of distance 2 of a permutation. St000837The number of ascents of distance 2 of a permutation. St000941The number of characters of the symmetric group whose value on the partition is even. St001031The height of the bicoloured Motzkin path associated with the Dyck path. St001035The convexity degree of the parallelogram polyomino associated with the Dyck path. St001139The number of occurrences of hills of size 2 in a Dyck path. St001174The Gorenstein dimension of the algebra $A/I$ when $I$ is the tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001502The global dimension minus the dominant dimension of magnitude 1 Nakayama algebras. St001557The number of inversions of the second entry of a permutation. St001283The number of finite solvable groups that are realised by the given partition over the complex numbers. St001284The number of finite groups that are realised by the given partition over the complex numbers. St001525The number of symmetric hooks on the diagonal of a partition. St001601The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on trees. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001657The number of twos in an integer partition. St001939The number of parts that are equal to their multiplicity in the integer partition. St001940The number of distinct parts that are equal to their multiplicity in the integer partition. St000768The number of peaks in an integer composition. St001266The largest vector space dimension of an indecomposable non-projective module that is reflexive in the corresponding Nakayama algebra. St000260The radius of a connected graph. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St001440The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition. St001628The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple connected graphs. St001913The number of preimages of an integer partition in Bulgarian solitaire. St000088The row sums of the character table of the symmetric group. St000120The number of left tunnels of a Dyck path. St000149The number of cells of the partition whose leg is zero and arm is odd. St000150The floored half-sum of the multiplicities of a partition. St000175Degree of the polynomial counting the number of semistandard Young tableaux when stretching the shape. St000185The weighted size of a partition. St000212The number of standard Young tableaux for an integer partition such that no two consecutive entries appear in the same row. St000306The bounce count of a Dyck path. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000377The dinv defect of an integer partition. St000513The number of invariant subsets of size 2 when acting with a permutation of given cycle type. St000547The number of even non-empty partial sums of an integer partition. St000618The number of self-evacuating tableaux of given shape. St000644The number of graphs with given frequency partition. St000688The global dimension minus the dominant dimension of the LNakayama algebra associated to a Dyck path. St000689The maximal n such that the minimal generator-cogenerator module in the LNakayama algebra of a Dyck path is n-rigid. St000697The number of 3-rim hooks removed from an integer partition to obtain its associated 3-core. St000835The minimal difference in size when partitioning the integer partition into two subpartitions. St000944The 3-degree of an integer partition. St000970Number of peaks minus the dominant dimension of the corresponding LNakayama algebra. St000992The alternating sum of the parts of an integer partition. St001001The number of indecomposable modules with projective and injective dimension equal to the global dimension of the Nakayama algebra corresponding to the Dyck path. St001026The maximum of the projective dimensions of the indecomposable non-projective injective modules minus the minimum in the Nakayama algebra corresponding to the Dyck path. St001055The Grundy value for the game of removing cells of a row in an integer partition. St001091The number of parts in an integer partition whose next smaller part has the same size. St001164Number of indecomposable injective modules whose socle has projective dimension at most g-1 (g the global dimension) minus the number of indecomposable projective-injective modules. St001176The size of a partition minus its first part. St001189The number of simple modules with dominant and codominant dimension equal to zero in the Nakayama algebra corresponding to the Dyck path. St001197The global dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001205The number of non-simple indecomposable projective-injective modules of the algebra $eAe$ in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001233The number of indecomposable 2-dimensional modules with projective dimension one. St001265The maximal i such that the i-th simple module has projective dimension equal to the global dimension in the corresponding Nakayama algebra. St001273The projective dimension of the first term in an injective coresolution of the regular module. St001364The number of permutations whose cube equals a fixed permutation of given cycle type. St001384The number of boxes in the diagram of a partition that do not lie in the largest triangle it contains. St001392The largest nonnegative integer which is not a part and is smaller than the largest part of the partition. St001414Half the length of the longest odd length palindromic prefix of a binary word. St001418Half of the global dimension of the stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001423The number of distinct cubes in a binary word. St001507The sum of projective dimension of simple modules with even projective dimension divided by 2 in the LNakayama algebra corresponding to Dyck paths. St001524The degree of symmetry of a binary word. St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001584The area statistic between a Dyck path and its bounce path. St001594The number of indecomposable projective modules in the Nakayama algebra corresponding to the Dyck path such that the UC-condition is satisfied. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St001816Eigenvalues of the top-to-random operator acting on a simple module. St001912The length of the preperiod in Bulgarian solitaire corresponding to an integer partition. St001918The degree of the cyclic sieving polynomial corresponding to an integer partition. St001932The number of pairs of singleton blocks in the noncrossing set partition corresponding to a Dyck path, that can be merged to create another noncrossing set partition. St001961The sum of the greatest common divisors of all pairs of parts. St000749The smallest integer d such that the restriction of the representation corresponding to a partition of n to the symmetric group on n-d letters has a constituent of odd degree. St000807The sum of the heights of the valleys of the associated bargraph. St001520The number of strict 3-descents. St000805The number of peaks of the associated bargraph. St000834The number of right outer peaks of a permutation. St001569The maximal modular displacement of a permutation. St001928The number of non-overlapping descents in a permutation. St000662The staircase size of the code of a permutation. St001526The Loewy length of the Auslander-Reiten translate of the regular module as a bimodule of the Nakayama algebra corresponding to the Dyck path. St000046The largest eigenvalue of the random to random operator acting on the simple module corresponding to the given partition. St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000225Difference between largest and smallest parts in a partition. St000667The greatest common divisor of the parts of the partition. St000781The number of proper colouring schemes of a Ferrers diagram. St001389The number of partitions of the same length below the given integer partition. St001432The order dimension of the partition. St001571The Cartan determinant of the integer partition. St001586The number of odd parts smaller than the largest even part in an integer partition. St001600The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple graphs. St001606The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on set partitions. St001714The number of subpartitions of an integer partition that do not dominate the conjugate subpartition. St001780The order of promotion on the set of standard tableaux of given shape. St001899The total number of irreducible representations contained in the higher Lie character for an integer partition. St001900The number of distinct irreducible representations contained in the higher Lie character for an integer partition. St001901The largest multiplicity of an irreducible representation contained in the higher Lie character for an integer partition. St001908The number of semistandard tableaux of distinct weight whose maximal entry is the length of the partition. St001924The number of cells in an integer partition whose arm and leg length coincide. St001934The number of monotone factorisations of genus zero of a permutation of given cycle type. St000035The number of left outer peaks of a permutation. St000219The number of occurrences of the pattern 231 in a permutation. St001541The Gini index of an integer partition. St001599The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on rooted trees. St001609The number of coloured trees such that the multiplicities of colours are given by a partition. St001627The number of coloured connected graphs such that the multiplicities of colours are given by a partition. St001763The Hurwitz number of an integer partition. St001936The number of transitive factorisations of a permutation of given cycle type into star transpositions. St001938The number of transitive monotone factorizations of genus zero of a permutation of given cycle type. St001967The coefficient of the monomial corresponding to the integer partition in a certain power series. St001968The coefficient of the monomial corresponding to the integer partition in a certain power series. St000383The last part of an integer composition. St000741The Colin de Verdière graph invariant. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000782The indicator function of whether a given perfect matching is an L & P matching. St000934The 2-degree of an integer partition. St000938The number of zeros of the symmetric group character corresponding to the partition. St000940The number of characters of the symmetric group whose value on the partition is zero. St001101The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for increasing trees. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000454The largest eigenvalue of a graph if it is integral. St000456The monochromatic index of a connected graph. St000284The Plancherel distribution on integer partitions. St000478Another weight of a partition according to Alladi. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000936The number of even values of the symmetric group character corresponding to the partition. St001128The exponens consonantiae of a partition. St000205Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and partition weight. St000206Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000369The dinv deficit of a Dyck path. St000376The bounce deficit of a Dyck path. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000567The sum of the products of all pairs of parts. St000661The number of rises of length 3 of a Dyck path. St000735The last entry on the main diagonal of a standard tableau. St000790The number of pairs of centered tunnels, one strictly containing the other, of a Dyck path. St000874The position of the last double rise in a Dyck path. St000931The number of occurrences of the pattern UUU in a Dyck path. St000946The sum of the skew hook positions in a Dyck path. St000976The sum of the positions of double up-steps of a Dyck path. St000980The number of boxes weakly below the path and above the diagonal that lie below at least two peaks. St001099The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for leaf labelled binary trees. St001100The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for leaf labelled trees. St001141The number of occurrences of hills of size 3 in a Dyck path. St001175The size of a partition minus the hook length of the base cell. St001178Twelve times the variance of the major index among all standard Young tableaux of a partition. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St000455The second largest eigenvalue of a graph if it is integral. St000461The rix statistic of a permutation. St000613The number of occurrences of the pattern {{1,3},{2}} such that 2 is minimal, 3 is maximal, (1,3) are consecutive in a block. St000649The number of 3-excedences of a permutation. St001248Sum of the even parts of a partition. St001279The sum of the parts of an integer partition that are at least two. St001151The number of blocks with odd minimum. St001162The minimum jump of a permutation. St000668The least common multiple of the parts of the partition. St000681The Grundy value of Chomp on Ferrers diagrams. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000770The major index of an integer partition when read from bottom to top. St000815The number of semistandard Young tableaux of partition weight of given shape. St000933The number of multipartitions of sizes given by an integer partition. St001651The Frankl number of a lattice. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000054The first entry of the permutation. St001435The number of missing boxes in the first row. St001438The number of missing boxes of a skew partition. St000091The descent variation of a composition. St000365The number of double ascents of a permutation. St000562The number of internal points of a set partition. St000589The number of occurrences of the pattern {{1},{2,3}} such that 1 is maximal, (2,3) are consecutive in a block. St000611The number of occurrences of the pattern {{1},{2,3}} such that 1 is maximal. St000709The number of occurrences of 14-2-3 or 14-3-2. St000801The number of occurrences of the vincular pattern |312 in a permutation. St000802The number of occurrences of the vincular pattern |321 in a permutation. St001551The number of restricted non-inversions between exceedances where the rightmost exceedance is linked. St001867The number of alignments of type EN of a signed permutation. St001868The number of alignments of type NE of a signed permutation. St000023The number of inner peaks of a permutation. St000243The number of cyclic valleys and cyclic peaks of a permutation. St000491The number of inversions of a set partition. St000492The rob statistic of a set partition. St000497The lcb statistic of a set partition. St000498The lcs statistic of a set partition. St000565The major index of a set partition. St000577The number of occurrences of the pattern {{1},{2}} such that 1 is a maximal element. St000581The number of occurrences of the pattern {{1,3},{2}} such that 1 is minimal, 2 is maximal. St000597The number of occurrences of the pattern {{1},{2,3}} such that 2 is minimal, (2,3) are consecutive in a block. St000695The number of blocks in the first part of the atomic decomposition of a set partition. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001469The holeyness of a permutation. St001683The number of distinct positions of the pattern letter 3 in occurrences of 132 in a permutation. St001685The number of distinct positions of the pattern letter 1 in occurrences of 132 in a permutation. St001722The number of minimal chains with small intervals between a binary word and the top element. St001896The number of right descents of a signed permutations. St001904The length of the initial strictly increasing segment of a parking function. St001935The number of ascents in a parking function. St001946The number of descents in a parking function. St000075The orbit size of a standard tableau under promotion. St000089The absolute variation of a composition. St000099The number of valleys of a permutation, including the boundary. St000166The depth minus 1 of an ordered tree. St000308The height of the tree associated to a permutation. St000522The number of 1-protected nodes of a rooted tree. St000839The largest opener of a set partition. St001784The minimum of the smallest closer and the second element of the block containing 1 in a set partition. St000230Sum of the minimal elements of the blocks of a set partition. St000521The number of distinct subtrees of an ordered tree. St000973The length of the boundary of an ordered tree. St000975The length of the boundary minus the length of the trunk of an ordered tree. St001516The number of cyclic bonds of a permutation. St000112The sum of the entries reduced by the index of their row in a semistandard tableau. St000177The number of free tiles in the pattern. St000178Number of free entries. St001095The number of non-isomorphic posets with precisely one further covering relation. St001582The grades of the simple modules corresponding to the points in the poset of the symmetric group under the Bruhat order. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St001811The Castelnuovo-Mumford regularity of a permutation. St000632The jump number of the poset. St000736The last entry in the first row of a semistandard tableau. St001208The number of connected components of the quiver of $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra $A$ of $K[x]/(x^n)$. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St000307The number of rowmotion orbits of a poset. St001235The global dimension of the corresponding Comp-Nakayama algebra. St000717The number of ordinal summands of a poset.