Loading [MathJax]/jax/output/HTML-CSS/jax.js

Your data matches 158 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St001673: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0 = 1 - 1
[1,1] => 0 = 1 - 1
[2] => 0 = 1 - 1
[1,1,1] => 0 = 1 - 1
[1,2] => 1 = 2 - 1
[2,1] => 1 = 2 - 1
[3] => 0 = 1 - 1
[1,1,1,1] => 0 = 1 - 1
[1,1,2] => 1 = 2 - 1
[1,2,1] => 0 = 1 - 1
[1,3] => 1 = 2 - 1
[2,1,1] => 1 = 2 - 1
[2,2] => 0 = 1 - 1
[3,1] => 1 = 2 - 1
[4] => 0 = 1 - 1
[1,1,1,1,1] => 0 = 1 - 1
[1,1,1,2] => 1 = 2 - 1
[1,1,2,1] => 1 = 2 - 1
[1,1,3] => 1 = 2 - 1
[1,2,1,1] => 1 = 2 - 1
[1,2,2] => 1 = 2 - 1
[1,3,1] => 0 = 1 - 1
[1,4] => 1 = 2 - 1
[2,1,1,1] => 1 = 2 - 1
[2,1,2] => 0 = 1 - 1
[2,2,1] => 1 = 2 - 1
[2,3] => 1 = 2 - 1
[3,1,1] => 1 = 2 - 1
[3,2] => 1 = 2 - 1
[4,1] => 1 = 2 - 1
[5] => 0 = 1 - 1
Description
The degree of asymmetry of an integer composition. This is the number of pairs of symmetrically positioned distinct entries.
Mp00094: Integer compositions to binary wordBinary words
Mp00269: Binary words flag zeros to zerosBinary words
St000630: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 1 => 1 => 1
[1,1] => 11 => 11 => 1
[2] => 10 => 00 => 1
[1,1,1] => 111 => 111 => 1
[1,2] => 110 => 001 => 2
[2,1] => 101 => 100 => 2
[3] => 100 => 010 => 1
[1,1,1,1] => 1111 => 1111 => 1
[1,1,2] => 1110 => 0011 => 2
[1,2,1] => 1101 => 1001 => 1
[1,3] => 1100 => 0101 => 2
[2,1,1] => 1011 => 1100 => 2
[2,2] => 1010 => 0000 => 1
[3,1] => 1001 => 1010 => 2
[4] => 1000 => 0110 => 1
[1,1,1,1,1] => 11111 => 11111 => 1
[1,1,1,2] => 11110 => 00111 => 2
[1,1,2,1] => 11101 => 10011 => 2
[1,1,3] => 11100 => 01011 => 2
[1,2,1,1] => 11011 => 11001 => 2
[1,2,2] => 11010 => 00001 => 2
[1,3,1] => 11001 => 10101 => 1
[1,4] => 11000 => 01101 => 2
[2,1,1,1] => 10111 => 11100 => 2
[2,1,2] => 10110 => 00100 => 1
[2,2,1] => 10101 => 10000 => 2
[2,3] => 10100 => 01000 => 2
[3,1,1] => 10011 => 11010 => 2
[3,2] => 10010 => 00010 => 2
[4,1] => 10001 => 10110 => 2
[5] => 10000 => 01110 => 1
Description
The length of the shortest palindromic decomposition of a binary word. A palindromic decomposition (paldec for short) of a word w=a1,,an is any list of factors p1,,pk such that w=p1pk and each pi is a palindrome, i.e. coincides with itself read backwards.
Mp00231: Integer compositions bounce pathDyck paths
Mp00146: Dyck paths to tunnel matchingPerfect matchings
St001043: Perfect matchings ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [(1,2)]
=> 1
[1,1] => [1,0,1,0]
=> [(1,2),(3,4)]
=> 1
[2] => [1,1,0,0]
=> [(1,4),(2,3)]
=> 1
[1,1,1] => [1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6)]
=> 2
[1,2] => [1,0,1,1,0,0]
=> [(1,2),(3,6),(4,5)]
=> 1
[2,1] => [1,1,0,0,1,0]
=> [(1,4),(2,3),(5,6)]
=> 2
[3] => [1,1,1,0,0,0]
=> [(1,6),(2,5),(3,4)]
=> 1
[1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6),(7,8)]
=> 2
[1,1,2] => [1,0,1,0,1,1,0,0]
=> [(1,2),(3,4),(5,8),(6,7)]
=> 1
[1,2,1] => [1,0,1,1,0,0,1,0]
=> [(1,2),(3,6),(4,5),(7,8)]
=> 2
[1,3] => [1,0,1,1,1,0,0,0]
=> [(1,2),(3,8),(4,7),(5,6)]
=> 1
[2,1,1] => [1,1,0,0,1,0,1,0]
=> [(1,4),(2,3),(5,6),(7,8)]
=> 2
[2,2] => [1,1,0,0,1,1,0,0]
=> [(1,4),(2,3),(5,8),(6,7)]
=> 1
[3,1] => [1,1,1,0,0,0,1,0]
=> [(1,6),(2,5),(3,4),(7,8)]
=> 2
[4] => [1,1,1,1,0,0,0,0]
=> [(1,8),(2,7),(3,6),(4,5)]
=> 1
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6),(7,8),(9,10)]
=> 2
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [(1,2),(3,4),(5,6),(7,10),(8,9)]
=> 2
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [(1,2),(3,4),(5,8),(6,7),(9,10)]
=> 2
[1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [(1,2),(3,4),(5,10),(6,9),(7,8)]
=> 1
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [(1,2),(3,6),(4,5),(7,8),(9,10)]
=> 2
[1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [(1,2),(3,6),(4,5),(7,10),(8,9)]
=> 2
[1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [(1,2),(3,8),(4,7),(5,6),(9,10)]
=> 2
[1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [(1,2),(3,10),(4,9),(5,8),(6,7)]
=> 1
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [(1,4),(2,3),(5,6),(7,8),(9,10)]
=> 2
[2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [(1,4),(2,3),(5,6),(7,10),(8,9)]
=> 2
[2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [(1,4),(2,3),(5,8),(6,7),(9,10)]
=> 2
[2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [(1,4),(2,3),(5,10),(6,9),(7,8)]
=> 1
[3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [(1,6),(2,5),(3,4),(7,8),(9,10)]
=> 2
[3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [(1,6),(2,5),(3,4),(7,10),(8,9)]
=> 2
[4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [(1,8),(2,7),(3,6),(4,5),(9,10)]
=> 2
[5] => [1,1,1,1,1,0,0,0,0,0]
=> [(1,10),(2,9),(3,8),(4,7),(5,6)]
=> 1
Description
The depth of the leaf closest to the root in the binary unordered tree associated with the perfect matching. The bijection between perfect matchings of {1,,2n} and trees with n+1 leaves is described in Example 5.2.6 of [1].
Mp00231: Integer compositions bounce pathDyck paths
Mp00025: Dyck paths to 132-avoiding permutationPermutations
St001359: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => 1
[1,1] => [1,0,1,0]
=> [2,1] => 1
[2] => [1,1,0,0]
=> [1,2] => 1
[1,1,1] => [1,0,1,0,1,0]
=> [3,2,1] => 1
[1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
[2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 2
[3] => [1,1,1,0,0,0]
=> [1,2,3] => 1
[1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [4,3,2,1] => 1
[1,1,2] => [1,0,1,0,1,1,0,0]
=> [3,4,2,1] => 2
[1,2,1] => [1,0,1,1,0,0,1,0]
=> [4,2,3,1] => 1
[1,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 2
[2,1,1] => [1,1,0,0,1,0,1,0]
=> [4,3,1,2] => 2
[2,2] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => 1
[3,1] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 2
[4] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1] => 1
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [4,5,3,2,1] => 2
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [5,3,4,2,1] => 2
[1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 2
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,3,1] => 2
[1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [4,5,2,3,1] => 2
[1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 1
[1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 2
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,2] => 2
[2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [4,5,3,1,2] => 1
[2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [5,3,4,1,2] => 2
[2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => 2
[3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [5,4,1,2,3] => 2
[3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => 2
[4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => 2
[5] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 1
Description
The number of permutations in the equivalence class of a permutation obtained by taking inverses of cycles. In other words, this is 2k where k is the number of cycles of length at least three ([[St000486]]) in its cycle decomposition. The generating function for the number of equivalence classes, f(n), is n0f(n)xnn!=e(x2+x24)1x.
Matching statistic: St000506
Mp00133: Integer compositions delta morphismInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St000506: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1]
=> 0 = 1 - 1
[1,1] => [2] => [2]
=> 0 = 1 - 1
[2] => [1] => [1]
=> 0 = 1 - 1
[1,1,1] => [3] => [3]
=> 0 = 1 - 1
[1,2] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[3] => [1] => [1]
=> 0 = 1 - 1
[1,1,1,1] => [4] => [4]
=> 0 = 1 - 1
[1,1,2] => [2,1] => [2,1]
=> 1 = 2 - 1
[1,2,1] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[1,3] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1,1] => [1,2] => [2,1]
=> 1 = 2 - 1
[2,2] => [2] => [2]
=> 0 = 1 - 1
[3,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[4] => [1] => [1]
=> 0 = 1 - 1
[1,1,1,1,1] => [5] => [5]
=> 0 = 1 - 1
[1,1,1,2] => [3,1] => [3,1]
=> 1 = 2 - 1
[1,1,2,1] => [2,1,1] => [2,1,1]
=> 1 = 2 - 1
[1,1,3] => [2,1] => [2,1]
=> 1 = 2 - 1
[1,2,1,1] => [1,1,2] => [2,1,1]
=> 1 = 2 - 1
[1,2,2] => [1,2] => [2,1]
=> 1 = 2 - 1
[1,3,1] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[1,4] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1,1,1] => [1,3] => [3,1]
=> 1 = 2 - 1
[2,1,2] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[2,2,1] => [2,1] => [2,1]
=> 1 = 2 - 1
[2,3] => [1,1] => [1,1]
=> 1 = 2 - 1
[3,1,1] => [1,2] => [2,1]
=> 1 = 2 - 1
[3,2] => [1,1] => [1,1]
=> 1 = 2 - 1
[4,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[5] => [1] => [1]
=> 0 = 1 - 1
Description
The number of standard desarrangement tableaux of shape equal to the given partition. A '''standard desarrangement tableau''' is a standard tableau whose first ascent is even. Here, an ascent of a standard tableau is an entry i such that i+1 appears to the right or above i in the tableau (with respect to English tableau notation). This is also the nullity of the random-to-random operator (and the random-to-top) operator acting on the simple module of the symmetric group indexed by the given partition. See also: * [[St000046]]: The largest eigenvalue of the random to random operator acting on the simple module corresponding to the given partition * [[St000500]]: Eigenvalues of the random-to-random operator acting on the regular representation.
Matching statistic: St001440
Mp00133: Integer compositions delta morphismInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St001440: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1]
=> 0 = 1 - 1
[1,1] => [2] => [2]
=> 0 = 1 - 1
[2] => [1] => [1]
=> 0 = 1 - 1
[1,1,1] => [3] => [3]
=> 0 = 1 - 1
[1,2] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[3] => [1] => [1]
=> 0 = 1 - 1
[1,1,1,1] => [4] => [4]
=> 0 = 1 - 1
[1,1,2] => [2,1] => [2,1]
=> 1 = 2 - 1
[1,2,1] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[1,3] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1,1] => [1,2] => [2,1]
=> 1 = 2 - 1
[2,2] => [2] => [2]
=> 0 = 1 - 1
[3,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[4] => [1] => [1]
=> 0 = 1 - 1
[1,1,1,1,1] => [5] => [5]
=> 0 = 1 - 1
[1,1,1,2] => [3,1] => [3,1]
=> 1 = 2 - 1
[1,1,2,1] => [2,1,1] => [2,1,1]
=> 1 = 2 - 1
[1,1,3] => [2,1] => [2,1]
=> 1 = 2 - 1
[1,2,1,1] => [1,1,2] => [2,1,1]
=> 1 = 2 - 1
[1,2,2] => [1,2] => [2,1]
=> 1 = 2 - 1
[1,3,1] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[1,4] => [1,1] => [1,1]
=> 1 = 2 - 1
[2,1,1,1] => [1,3] => [3,1]
=> 1 = 2 - 1
[2,1,2] => [1,1,1] => [1,1,1]
=> 0 = 1 - 1
[2,2,1] => [2,1] => [2,1]
=> 1 = 2 - 1
[2,3] => [1,1] => [1,1]
=> 1 = 2 - 1
[3,1,1] => [1,2] => [2,1]
=> 1 = 2 - 1
[3,2] => [1,1] => [1,1]
=> 1 = 2 - 1
[4,1] => [1,1] => [1,1]
=> 1 = 2 - 1
[5] => [1] => [1]
=> 0 = 1 - 1
Description
The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition.
Matching statistic: St000007
Mp00133: Integer compositions delta morphismInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00024: Dyck paths to 321-avoiding permutationPermutations
St000007: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1,0]
=> [1] => 1
[1,1] => [2] => [1,1,0,0]
=> [1,2] => 1
[2] => [1] => [1,0]
=> [1] => 1
[1,1,1] => [3] => [1,1,1,0,0,0]
=> [1,2,3] => 1
[1,2] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[2,1] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[3] => [1] => [1,0]
=> [1] => 1
[1,1,1,1] => [4] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 1
[1,1,2] => [2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 2
[1,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> [2,1,3] => 1
[1,3] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[2,1,1] => [1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
[2,2] => [2] => [1,1,0,0]
=> [1,2] => 1
[3,1] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[4] => [1] => [1,0]
=> [1] => 1
[1,1,1,1,1] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => 1
[1,1,1,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 2
[1,1,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [3,1,4,2] => 2
[1,1,3] => [2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 2
[1,2,1,1] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [2,4,1,3] => 2
[1,2,2] => [1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
[1,3,1] => [1,1,1] => [1,0,1,0,1,0]
=> [2,1,3] => 1
[1,4] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[2,1,1,1] => [1,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 2
[2,1,2] => [1,1,1] => [1,0,1,0,1,0]
=> [2,1,3] => 1
[2,2,1] => [2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 2
[2,3] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[3,1,1] => [1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
[3,2] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[4,1] => [1,1] => [1,0,1,0]
=> [2,1] => 2
[5] => [1] => [1,0]
=> [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].
Mp00231: Integer compositions bounce pathDyck paths
Mp00146: Dyck paths to tunnel matchingPerfect matchings
Mp00058: Perfect matchings to permutationPermutations
St000402: Permutations ⟶ ℤ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,0]
=> [(1,2),(3,4)]
=> [2,1,4,3] => 1
[2] => [1,1,0,0]
=> [(1,4),(2,3)]
=> [4,3,2,1] => 1
[1,1,1] => [1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6)]
=> [2,1,4,3,6,5] => 1
[1,2] => [1,0,1,1,0,0]
=> [(1,2),(3,6),(4,5)]
=> [2,1,6,5,4,3] => 2
[2,1] => [1,1,0,0,1,0]
=> [(1,4),(2,3),(5,6)]
=> [4,3,2,1,6,5] => 2
[3] => [1,1,1,0,0,0]
=> [(1,6),(2,5),(3,4)]
=> [6,5,4,3,2,1] => 1
[1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6),(7,8)]
=> [2,1,4,3,6,5,8,7] => 1
[1,1,2] => [1,0,1,0,1,1,0,0]
=> [(1,2),(3,4),(5,8),(6,7)]
=> [2,1,4,3,8,7,6,5] => 2
[1,2,1] => [1,0,1,1,0,0,1,0]
=> [(1,2),(3,6),(4,5),(7,8)]
=> [2,1,6,5,4,3,8,7] => 1
[1,3] => [1,0,1,1,1,0,0,0]
=> [(1,2),(3,8),(4,7),(5,6)]
=> [2,1,8,7,6,5,4,3] => 2
[2,1,1] => [1,1,0,0,1,0,1,0]
=> [(1,4),(2,3),(5,6),(7,8)]
=> [4,3,2,1,6,5,8,7] => 2
[2,2] => [1,1,0,0,1,1,0,0]
=> [(1,4),(2,3),(5,8),(6,7)]
=> [4,3,2,1,8,7,6,5] => 1
[3,1] => [1,1,1,0,0,0,1,0]
=> [(1,6),(2,5),(3,4),(7,8)]
=> [6,5,4,3,2,1,8,7] => 2
[4] => [1,1,1,1,0,0,0,0]
=> [(1,8),(2,7),(3,6),(4,5)]
=> [8,7,6,5,4,3,2,1] => 1
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [(1,2),(3,4),(5,6),(7,8),(9,10)]
=> [2,1,4,3,6,5,8,7,10,9] => 1
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [(1,2),(3,4),(5,6),(7,10),(8,9)]
=> [2,1,4,3,6,5,10,9,8,7] => 2
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [(1,2),(3,4),(5,8),(6,7),(9,10)]
=> [2,1,4,3,8,7,6,5,10,9] => 2
[1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [(1,2),(3,4),(5,10),(6,9),(7,8)]
=> [2,1,4,3,10,9,8,7,6,5] => 2
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [(1,2),(3,6),(4,5),(7,8),(9,10)]
=> [2,1,6,5,4,3,8,7,10,9] => 2
[1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [(1,2),(3,6),(4,5),(7,10),(8,9)]
=> [2,1,6,5,4,3,10,9,8,7] => 2
[1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [(1,2),(3,8),(4,7),(5,6),(9,10)]
=> [2,1,8,7,6,5,4,3,10,9] => 1
[1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [(1,2),(3,10),(4,9),(5,8),(6,7)]
=> [2,1,10,9,8,7,6,5,4,3] => 2
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [(1,4),(2,3),(5,6),(7,8),(9,10)]
=> [4,3,2,1,6,5,8,7,10,9] => 2
[2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [(1,4),(2,3),(5,6),(7,10),(8,9)]
=> [4,3,2,1,6,5,10,9,8,7] => 1
[2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [(1,4),(2,3),(5,8),(6,7),(9,10)]
=> [4,3,2,1,8,7,6,5,10,9] => 2
[2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [(1,4),(2,3),(5,10),(6,9),(7,8)]
=> [4,3,2,1,10,9,8,7,6,5] => 2
[3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [(1,6),(2,5),(3,4),(7,8),(9,10)]
=> [6,5,4,3,2,1,8,7,10,9] => 2
[3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [(1,6),(2,5),(3,4),(7,10),(8,9)]
=> [6,5,4,3,2,1,10,9,8,7] => 2
[4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [(1,8),(2,7),(3,6),(4,5),(9,10)]
=> [8,7,6,5,4,3,2,1,10,9] => 2
[5] => [1,1,1,1,1,0,0,0,0,0]
=> [(1,10),(2,9),(3,8),(4,7),(5,6)]
=> [10,9,8,7,6,5,4,3,2,1] => 1
Description
Half the size of the symmetry class of a permutation. The symmetry class of a permutation π is the set of all permutations that can be obtained from π by the three elementary operations '''inverse''' ([[Mp00066]]), '''reverse''' ([[Mp00064]]), and '''complement''' ([[Mp00069]]). This statistic is undefined for the unique permutation on one element, because its value would be 1/2.
Mp00231: Integer compositions bounce pathDyck paths
Mp00142: Dyck paths promotionDyck paths
Mp00102: Dyck paths rise compositionInteger compositions
St000760: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> [1] => 1
[1,1] => [1,0,1,0]
=> [1,1,0,0]
=> [2] => 1
[2] => [1,1,0,0]
=> [1,0,1,0]
=> [1,1] => 1
[1,1,1] => [1,0,1,0,1,0]
=> [1,1,0,1,0,0]
=> [2,1] => 2
[1,2] => [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> [2,1] => 2
[2,1] => [1,1,0,0,1,0]
=> [1,1,1,0,0,0]
=> [3] => 1
[3] => [1,1,1,0,0,0]
=> [1,0,1,1,0,0]
=> [1,2] => 1
[1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,0]
=> [2,1,1] => 2
[1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [2,1,1] => 2
[1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> [2,2] => 1
[1,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,0,1,1,0,0]
=> [2,2] => 1
[2,1,1] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [3,1] => 2
[2,2] => [1,1,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [3,1] => 2
[3,1] => [1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [4] => 1
[4] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,3] => 1
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [2,1,1,1] => 2
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> [2,1,1,1] => 2
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [2,1,2] => 2
[1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [2,1,2] => 2
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [2,2,1] => 2
[1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0,1,0]
=> [2,2,1] => 2
[1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [2,3] => 1
[1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [2,3] => 1
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [3,1,1] => 2
[2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> [3,1,1] => 2
[2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [3,2] => 2
[2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> [3,2] => 2
[3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [4,1] => 2
[3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> [4,1] => 2
[4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [5] => 1
[5] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,4] => 1
Description
The length of the longest strictly decreasing subsequence of parts of an integer composition. By the Greene-Kleitman theorem, regarding the composition as a word, this is the length of the partition associated by the Robinson-Schensted-Knuth correspondence.
Matching statistic: St000764
Mp00231: Integer compositions bounce pathDyck paths
Mp00024: Dyck paths to 321-avoiding permutationPermutations
Mp00071: Permutations descent compositionInteger compositions
St000764: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => [1] => 1
[1,1] => [1,0,1,0]
=> [2,1] => [1,1] => 1
[2] => [1,1,0,0]
=> [1,2] => [2] => 1
[1,1,1] => [1,0,1,0,1,0]
=> [2,1,3] => [1,2] => 2
[1,2] => [1,0,1,1,0,0]
=> [2,3,1] => [2,1] => 1
[2,1] => [1,1,0,0,1,0]
=> [3,1,2] => [1,2] => 2
[3] => [1,1,1,0,0,0]
=> [1,2,3] => [3] => 1
[1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [2,1,4,3] => [1,2,1] => 2
[1,1,2] => [1,0,1,0,1,1,0,0]
=> [2,4,1,3] => [2,2] => 1
[1,2,1] => [1,0,1,1,0,0,1,0]
=> [2,1,3,4] => [1,3] => 2
[1,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => [3,1] => 1
[2,1,1] => [1,1,0,0,1,0,1,0]
=> [3,1,4,2] => [1,2,1] => 2
[2,2] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => [2,2] => 1
[3,1] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => [1,3] => 2
[4] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => [4] => 1
[1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [2,1,4,3,5] => [1,2,2] => 2
[1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [2,4,1,3,5] => [2,3] => 2
[1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [2,1,4,5,3] => [1,3,1] => 2
[1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,4,5,1,3] => [3,2] => 1
[1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [2,1,5,3,4] => [1,2,2] => 2
[1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [2,5,1,3,4] => [2,3] => 2
[1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,4,5] => [1,4] => 2
[1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => [4,1] => 1
[2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [3,1,4,2,5] => [1,2,2] => 2
[2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [3,4,1,2,5] => [2,3] => 2
[2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [3,1,4,5,2] => [1,3,1] => 2
[2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => [3,2] => 1
[3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [4,1,5,2,3] => [1,2,2] => 2
[3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => [2,3] => 2
[4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => [1,4] => 2
[5] => [1,1,1,1,1,0,0,0,0,0]
=> [1,2,3,4,5] => [5] => 1
Description
The number of strong records in an integer composition. A strong record is an element ai such that ai>aj for all j<i. In particular, the first part of a composition is a strong record. Theorem 1.1 of [1] provides the generating function for compositions with parts in a given set according to the sum of the parts, the number of parts and the number of strong records.
The following 148 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001804The minimal height of the rectangular inner shape in a cylindrical tableau associated to a tableau. St000486The number of cycles of length at least 3 of a permutation. 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. St000761The number of ascents in an integer composition. St001104The number of descents of the invariant in a tensor power of the adjoint representation of the rank two general linear group. St001153The number of blocks with even minimum in a set partition. St001222Number of simple modules in the corresponding LNakayama algebra that have a unique 2-extension with the regular module. St000526The number of posets with combinatorially isomorphic order polytopes. St000988The orbit size of a permutation under Foata's bijection. St000836The number of descents of distance 2 of a permutation. 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]/(xn). St001195The global dimension of the algebra A/AfA of the corresponding Nakayama algebra A with minimal left faithful projective-injective module Af. St000318The number of addable cells of the Ferrers diagram of an integer partition. St000443The number of long tunnels of a Dyck path. St000759The smallest missing part in an integer partition. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001014Number of indecomposable injective modules with codominant dimension equal to the dominant dimension of the Nakayama algebra corresponding to the Dyck path. St001015Number of indecomposable injective modules with codominant dimension equal to one in the Nakayama algebra corresponding to the Dyck path. St001016Number of indecomposable injective modules with codominant dimension at most 1 in the Nakayama algebra corresponding to the Dyck path. St001184Number of indecomposable injective modules with grade at least 1 in the corresponding Nakayama algebra. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001814The number of partitions interlacing the given partition. St000259The diameter of a connected graph. St000260The radius of a connected graph. St001568The smallest positive integer that does not appear twice in the partition. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St000444The length of the maximal rise of a Dyck path. St000955Number of times one has Exti(D(A),A)>0 for i>0 for the corresponding LNakayama algebra. St001165Number of simple modules with even projective dimension in the corresponding Nakayama algebra. 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. St001239The largest vector space dimension of the double dual of a simple module in the corresponding Nakayama algebra. St001471The magnitude of a Dyck path. St001885The number of binary words with the same proper border set. St001624The breadth of a lattice. St001569The maximal modular displacement of a permutation. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St001556The number of inversions of the third entry of a permutation. St001960The number of descents of a permutation minus one if its first entry is not one. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000817The 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. St000818The sum of the entries in the column specified by the composition of the change of basis matrix from quasisymmetric Schur functions to monomial quasisymmetric functions. 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. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St001095The number of non-isomorphic posets with precisely one further covering relation. St001545The second Elser number of a connected graph. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St000456The monochromatic index of a connected graph. St000243The number of cyclic valleys and cyclic peaks of a permutation. St000284The Plancherel distribution on integer partitions. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000668The least common multiple of the parts of the partition. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. 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. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000929The constant term of the character polynomial of an integer partition. St000933The number of multipartitions of sizes given by an integer partition. St001128The exponens consonantiae of a 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]/(xn). St001582The grades of the simple modules corresponding to the points in the poset of the symmetric group under the Bruhat order. St001768The number of reduced words of a signed permutation. St000089The absolute variation of a composition. St000365The number of double ascents of a permutation. St000650The number of 3-rises of a permutation. St001822The number of alignments of a signed permutation. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001964The interval resolution global dimension of a poset. 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. St000460The hook length of the last cell along the main diagonal of an integer partition. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000667The greatest common divisor of the parts of the partition. St000681The Grundy value of Chomp on Ferrers diagrams. St000755The number of real roots of the characteristic polynomial of a linear recurrence associated with an integer partition. St000870The product of the hook lengths of the diagonal cells in an integer partition. St000937The number of positive values of the symmetric group character corresponding to the partition. 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. St001199The dominant dimension of eAe for the corresponding Nakayama algebra A with minimal faithful projective-injective module eA. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001360The number of covering relations in Young's lattice below a partition. St001378The product of the cohook lengths of the integer partition. St001380The number of monomer-dimer tilings of a Ferrers diagram. St001389The number of partitions of the same length below the given integer partition. St001527The cyclic permutation representation number of an integer partition. St001571The Cartan determinant of the integer partition. St001607The number of coloured graphs such that the multiplicities of colours are given by a partition. St001608The number of coloured rooted trees such that the multiplicities of colours are given by a partition. St001611The number of multiset partitions such that the multiplicities of elements are given by a partition. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St001933The largest multiplicity of a part in an integer partition. St000181The number of connected components of the Hasse diagram for the poset. St001890The maximum magnitude of the Möbius function of a poset. St000454The largest eigenvalue of a graph if it is integral. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St000515The number of invariant set partitions when acting with a permutation of given cycle type. St000567The sum of the products of all pairs of parts. St000618The number of self-evacuating tableaux of given shape. St000706The product of the factorials of the multiplicities of an integer partition. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000781The number of proper colouring schemes of a Ferrers diagram. St000939The number of characters of the symmetric group whose value on the partition is positive. St000993The multiplicity of the largest part of an integer partition. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. St001098The 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 vertex labelled trees. 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. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St001364The number of permutations whose cube equals a fixed permutation of given cycle type. St001432The order dimension of the partition. St001599The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on rooted trees. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. 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. St001645The pebbling number of a connected graph. St001722The number of minimal chains with small intervals between a binary word and the top element. St001763The Hurwitz number of an integer partition. 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. St001913The number of preimages of an integer partition in Bulgarian solitaire. 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. 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. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000782The indicator function of whether a given perfect matching is an L & P matching. St001632The number of indecomposable injective modules I with dimExt1(I,A)=1 for the incidence algebra A of a poset. 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]/(xn). St001236The dominant dimension of the corresponding Comp-Nakayama algebra. St000102The charge of a semistandard tableau. St001857The number of edges in the reduced word graph of a signed permutation. St001948The number of augmented double ascents of a permutation.