Processing math: 100%

Your data matches 259 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000630: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 1
1 => 1
00 => 1
01 => 2
10 => 2
11 => 1
000 => 1
001 => 2
010 => 1
011 => 2
100 => 2
101 => 1
110 => 2
111 => 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.
St001355: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 = 1 - 1
1 => 0 = 1 - 1
00 => 0 = 1 - 1
01 => 1 = 2 - 1
10 => 1 = 2 - 1
11 => 0 = 1 - 1
000 => 0 = 1 - 1
001 => 0 = 1 - 1
010 => 1 = 2 - 1
011 => 1 = 2 - 1
100 => 1 = 2 - 1
101 => 1 = 2 - 1
110 => 0 = 1 - 1
111 => 0 = 1 - 1
Description
Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. Graphically, this is the number of returns to the main diagonal of the monotone lattice path of a binary word.
St001413: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 = 1 - 1
1 => 0 = 1 - 1
00 => 1 = 2 - 1
01 => 0 = 1 - 1
10 => 0 = 1 - 1
11 => 1 = 2 - 1
000 => 1 = 2 - 1
001 => 1 = 2 - 1
010 => 0 = 1 - 1
011 => 0 = 1 - 1
100 => 0 = 1 - 1
101 => 0 = 1 - 1
110 => 1 = 2 - 1
111 => 1 = 2 - 1
Description
Half the length of the longest even length palindromic prefix of a binary word.
St001524: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 = 1 - 1
1 => 0 = 1 - 1
00 => 1 = 2 - 1
01 => 0 = 1 - 1
10 => 0 = 1 - 1
11 => 1 = 2 - 1
000 => 1 = 2 - 1
001 => 0 = 1 - 1
010 => 1 = 2 - 1
011 => 0 = 1 - 1
100 => 0 = 1 - 1
101 => 1 = 2 - 1
110 => 0 = 1 - 1
111 => 1 = 2 - 1
Description
The degree of symmetry of a binary word. For a binary word w of length n, this is the number of positions in/2 such that wi=wn+1i.
Mp00178: Binary words to compositionInteger compositions
St001263: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => 0 = 1 - 1
1 => [1,1] => 0 = 1 - 1
00 => [3] => 1 = 2 - 1
01 => [2,1] => 0 = 1 - 1
10 => [1,2] => 0 = 1 - 1
11 => [1,1,1] => 1 = 2 - 1
000 => [4] => 1 = 2 - 1
001 => [3,1] => 0 = 1 - 1
010 => [2,2] => 1 = 2 - 1
011 => [2,1,1] => 0 = 1 - 1
100 => [1,3] => 0 = 1 - 1
101 => [1,2,1] => 1 = 2 - 1
110 => [1,1,2] => 0 = 1 - 1
111 => [1,1,1,1] => 1 = 2 - 1
Description
The index of the maximal parabolic seaweed algebra associated with the composition. Let a1,,am and b1,,bt be a pair of compositions of n. The meander associated to this pair is obtained as follows: * place n dots on a horizontal line * subdivide the dots into m blocks of sizes a1,a2, * within each block, connect the first and the last dot, the second and the next to last, and so on, with an arc above the line * subdivide the dots into t blocks of sizes b1,b2, * within each block, connect the first and the last dot, the second and the next to last, and so on, with an arc below the line By [1, thm.5.1], the index of the seaweed algebra associated to the pair of compositions is indb1|b2|...|bta1|a2|...|am=2C+P1, where C is the number of cycles (of length at least 2) and P is the number of paths in the meander. This statistic is indb1|b2|...|btn.
Mp00234: Binary words valleys-to-peaksBinary words
St001424: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 1 => 0 = 1 - 1
1 => 1 => 0 = 1 - 1
00 => 01 => 0 = 1 - 1
01 => 10 => 0 = 1 - 1
10 => 11 => 1 = 2 - 1
11 => 11 => 1 = 2 - 1
000 => 001 => 1 = 2 - 1
001 => 010 => 0 = 1 - 1
010 => 101 => 0 = 1 - 1
011 => 101 => 0 = 1 - 1
100 => 101 => 0 = 1 - 1
101 => 110 => 1 = 2 - 1
110 => 111 => 1 = 2 - 1
111 => 111 => 1 = 2 - 1
Description
The number of distinct squares in a binary word. A factor of a word is a sequence of consecutive letters. This statistic records the number of distinct non-empty words u such that uu is a factor of the word. Note that every word of length at least four contains a square.
Mp00178: Binary words to compositionInteger compositions
St001673: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [2] => 0 = 1 - 1
1 => [1,1] => 0 = 1 - 1
00 => [3] => 0 = 1 - 1
01 => [2,1] => 1 = 2 - 1
10 => [1,2] => 1 = 2 - 1
11 => [1,1,1] => 0 = 1 - 1
000 => [4] => 0 = 1 - 1
001 => [3,1] => 1 = 2 - 1
010 => [2,2] => 0 = 1 - 1
011 => [2,1,1] => 1 = 2 - 1
100 => [1,3] => 1 = 2 - 1
101 => [1,2,1] => 0 = 1 - 1
110 => [1,1,2] => 1 = 2 - 1
111 => [1,1,1,1] => 0 = 1 - 1
Description
The degree of asymmetry of an integer composition. This is the number of pairs of symmetrically positioned distinct entries.
Mp00097: Binary words delta morphismInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St000755: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => [1] => [1]
=> 1
1 => [1] => [1]
=> 1
00 => [2] => [2]
=> 2
01 => [1,1] => [1,1]
=> 1
10 => [1,1] => [1,1]
=> 1
11 => [2] => [2]
=> 2
000 => [3] => [3]
=> 1
001 => [2,1] => [2,1]
=> 2
010 => [1,1,1] => [1,1,1]
=> 1
011 => [1,2] => [2,1]
=> 2
100 => [1,2] => [2,1]
=> 2
101 => [1,1,1] => [1,1,1]
=> 1
110 => [2,1] => [2,1]
=> 2
111 => [3] => [3]
=> 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)=pλf(np). 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(n1)+f(n2) with associated characteristic polynomial x2x1, which has two real roots.
Mp00261: Binary words Burrows-WheelerBinary words
Mp00272: Binary words Gray nextBinary words
St000982: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0 => 1 => 1
1 => 1 => 0 => 1
00 => 00 => 10 => 1
01 => 10 => 11 => 2
10 => 10 => 11 => 2
11 => 11 => 01 => 1
000 => 000 => 100 => 2
001 => 100 => 110 => 2
010 => 100 => 110 => 2
011 => 110 => 010 => 1
100 => 100 => 110 => 2
101 => 110 => 010 => 1
110 => 110 => 010 => 1
111 => 111 => 101 => 1
Description
The length of the longest constant subword.
Matching statistic: St001399
Mp00234: Binary words valleys-to-peaksBinary words
Mp00262: Binary words poset of factorsPosets
St001399: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 1 => ([(0,1)],2)
=> 1
1 => 1 => ([(0,1)],2)
=> 1
00 => 01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> 2
01 => 10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> 2
10 => 11 => ([(0,2),(2,1)],3)
=> 1
11 => 11 => ([(0,2),(2,1)],3)
=> 1
000 => 001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
001 => 010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 2
010 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 2
011 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 2
100 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 2
101 => 110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
110 => 111 => ([(0,3),(2,1),(3,2)],4)
=> 1
111 => 111 => ([(0,3),(2,1),(3,2)],4)
=> 1
Description
The distinguishing number of a poset. This is the minimal number of colours needed to colour the vertices of a poset, such that only the trivial automorphism of the poset preserves the colouring. See also [[St000469]], which is the same concept for graphs.
The following 249 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001884The number of borders of a binary word. St000142The number of even parts of a partition. St000295The length of the border of a binary word. St000506The number of standard desarrangement tableaux of shape equal to the given partition. St000628The balance of a binary word. St001071The beta invariant of the graph. St001092The number of distinct even parts of a partition. St001125The number of simple modules that satisfy the 2-regular condition in the corresponding Nakayama algebra. St001185The number of indecomposable injective modules of grade at least 2 in the corresponding Nakayama algebra. St001216The number of indecomposable injective modules in the corresponding Nakayama algebra that have non-vanishing second Ext-group with the regular module. St001230The number of simple modules with injective dimension equal to the dominant dimension equal to one and the dual property. St001252Half the sum of the even parts of a partition. St001271The competition number of a graph. St001274The number of indecomposable injective modules with projective dimension equal to two. St001276The number of 2-regular indecomposable modules in the corresponding Nakayama algebra. St001414Half the length of the longest odd length palindromic prefix of a binary word. St001420Half the length of a longest factor which is its own reverse-complement of a binary word. St001440The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition. St001587Half of the largest even part of an integer partition. St001657The number of twos in an integer partition. St000007The number of saliances of the permutation. St000011The number of touch points (or returns) of a Dyck path. St000025The number of initial rises of a Dyck path. St000054The first entry of the permutation. St000193The row of the unique '1' in the first column of the alternating sign matrix. St000261The edge connectivity of a graph. St000262The vertex connectivity of a graph. St000326The position of the first one in a binary word after appending a 1 at the end. St000335The difference of lower and upper interactions. St000382The first part of an integer composition. St000402Half the size of the symmetry class of a permutation. St000524The number of posets with the same order polynomial. St000526The number of posets with combinatorially isomorphic order polytopes. St000542The number of left-to-right-minima of a permutation. St000544The cop number of a graph. St000883The number of longest increasing subsequences of a permutation. St000886The number of permutations with the same antidiagonal sums. St000903The number of different parts of an integer composition. St000917The open packing number of a graph. St000930The k-Gorenstein degree of the corresponding Nakayama algebra with linear quiver. St000952Gives the number of irreducible factors of the Coxeter polynomial of the Dyck path over the rational numbers. St000983The length of the longest alternating subword. St001024Maximum of dominant dimensions of the simple modules in the Nakayama algebra corresponding to the Dyck path. St001043The depth of the leaf closest to the root in the binary unordered tree associated with the perfect matching. St001052The length of the exterior of a permutation. St001057The Grundy value of the game of creating an independent set in a graph. St001088Number of indecomposable projective non-injective modules with dominant dimension equal to the injective dimension in the corresponding Nakayama algebra. St001096The size of the overlap set of a permutation. St001135The projective dimension of the first simple module in the Nakayama algebra corresponding to the Dyck path. St001151The number of blocks with odd minimum. St001184Number of indecomposable injective modules with grade at least 1 in the corresponding Nakayama algebra. St001201The grade of the simple module S0 in the special CNakayama algebra corresponding to the Dyck path. St001202Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series L=[c0,c1,...,cn1] such that n=c0<ci for all i>0 a special CNakayama algebra. St001210Gives the maximal vector space dimension of the first Ext-group between an indecomposable module X and the regular module A, when A is the Nakayama algebra corresponding to the Dyck path. St001257The dominant dimension of the double dual of A/J when A is the corresponding Nakayama algebra with Jacobson radical J. St001359The number of permutations in the equivalence class of a permutation obtained by taking inverses of cycles. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001642The Prague dimension of a graph. St001672The restrained domination number of a graph. St001710The number of permutations such that conjugation with a permutation of given cycle type yields the inverse permutation. St001733The number of weak left to right maxima of a Dyck path. St001774The degree of the minimal polynomial of the smallest eigenvalue of a graph. St001784The minimum of the smallest closer and the second element of the block containing 1 in a set partition. St000143The largest repeated part of a partition. 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. St000214The number of adjacencies of a permutation. St000237The number of small exceedances. St000256The number of parts from which one can substract 2 and still get an integer partition. St000257The number of distinct parts of a partition that occur at least twice. St000274The number of perfect matchings of a graph. St000290The major index of a binary word. St000291The number of descents of a binary word. St000292The number of ascents of a binary word. St000352The Elizalde-Pak rank of a permutation. St000379The number of Hamiltonian cycles in a graph. St000389The number of runs of ones of odd length in a binary word. St000439The position of the first down step of a Dyck path. 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. 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. St000546The number of global descents of a permutation. St000547The number of even non-empty partial sums of an integer partition. St000552The number of cut vertices of a graph. St000648The number of 2-excedences of a permutation. St000660The number of rises of length at least 3 of a Dyck path. St000665The number of rafts of a permutation. St000691The number of changes of a binary word. St000835The minimal difference in size when partitioning the integer partition into two subpartitions. St000864The number of circled entries of the shifted recording tableau of a permutation. St000875The semilength of the longest Dyck word in the Catalan factorisation of a binary word. St000877The depth of the binary word interpreted as a path. St000884The number of isolated descents of a permutation. St000969We make a CNakayama algebra out of the LNakayama algebra (corresponding to the Dyck path) [c0,c1,...,cn1] by adding c0 to cn1. St000992The alternating sum of the parts of an integer partition. St001049The smallest label in the subtree not containing 1 in the decreasing labelled binary unordered tree associated with the perfect matching. St001055The Grundy value for the game of removing cells of a row in an integer partition. St001056The Grundy value for the game of deleting vertices of a graph until it has no edges. St001067The number of simple modules of dominant dimension at least two in the corresponding Nakayama algebra. St001115The number of even descents of a permutation. St001153The number of blocks with even minimum in a set partition. St001189The number of simple modules with dominant and codominant dimension equal to zero in the Nakayama algebra corresponding to the Dyck path. St001222Number of simple modules in the corresponding LNakayama algebra that have a unique 2-extension with the regular module. St001223Number of indecomposable projective non-injective modules P such that the modules X and Y in a an Auslander-Reiten sequence ending at P are torsionless. St001226The number of integers i such that the radical of the i-th indecomposable projective module has vanishing first extension group with the Jacobson radical J in the corresponding Nakayama algebra. St001233The number of indecomposable 2-dimensional modules with projective dimension one. St001251The number of parts of a partition that are not congruent 1 modulo 3. St001265The maximal i such that the i-th simple module has projective dimension equal to the global dimension in the corresponding Nakayama algebra. St001280The number of parts of an integer partition that are at least two. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St001305The number of induced cycles on four vertices in a graph. St001324The minimal number of occurrences of the chordal-pattern in a linear ordering of the vertices of the graph. St001326The minimal number of occurrences of the interval-pattern in a linear ordering of the vertices of the graph. St001395The number of strictly unfriendly partitions of a graph. St001421Half the length of a longest factor which is its own reverse-complement and begins with a one of a binary word. St001423The number of distinct cubes in a binary word. St001465The number of adjacent transpositions in the cycle decomposition of a permutation. St001466The number of transpositions swapping cyclically adjacent numbers in a permutation. St001479The number of bridges of a graph. St001484The number of singletons of an integer partition. St001485The modular major index of a binary word. St001557The number of inversions of the second entry of a permutation. St001588The number of distinct odd parts smaller than the largest even part in an integer partition. St001691The number of kings in a graph. St001777The number of weak descents in an integer composition. St001795The binary logarithm of the evaluation of the Tutte polynomial of the graph at (x,y) equal to (-1,-1). St001801Half the number of preimage-image pairs of different parity in a permutation. St001826The maximal number of leaves on a vertex of a graph. St001827The number of two-component spanning forests of a graph. St001931The weak major index of an integer composition regarded as a word. St001940The number of distinct parts that are equal to their multiplicity in the integer partition. St001955The number of natural descents for set-valued two row standard Young tableaux. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000658The number of rises of length 2 of a Dyck path. St001139The number of occurrences of hills of size 2 in a Dyck path. St001204Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series L=[c0,c1,...,cn1] such that n=c0<ci for all i>0 a special CNakayama algebra. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St000061The number of nodes on the left branch of a binary tree. St000675The number of centered multitunnels of a Dyck path. St000678The number of up steps after the last double rise of a Dyck path. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000990The first ascent of a permutation. St001568The smallest positive integer that does not appear twice in the partition. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. 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. St000693The modular (standard) major index of a standard tableau. St000929The constant term of the character polynomial of an integer partition. St000932The number of occurrences of the pattern UDU in a Dyck path. St000934The 2-degree of an integer partition. St001060The distinguishing index of a graph. St001061The number of indices that are both descents and recoils of a permutation. St001114The number of odd descents 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. St001570The minimal number of edges to add to make a graph Hamiltonian. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000455The second largest eigenvalue of a graph if it is integral. St000454The largest eigenvalue of a graph if it is integral. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001644The dimension of a graph. St001645The pebbling number of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000285The size of the preimage of the map 'to inverse des composition' from Parking functions to Integer compositions. St001118The acyclic chromatic index of a graph. St001199The dominant dimension of eAe for the corresponding Nakayama algebra A with minimal faithful projective-injective module eA. St001498The normalised height of a Nakayama algebra with magnitude 1. St001624The breadth of a lattice. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001330The hat guessing number of a graph. St001738The minimal order of a graph which is not an induced subgraph of the given graph. St001877Number of indecomposable injective modules with projective dimension 2. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000420The number of Dyck paths that are weakly above a Dyck path. 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. St000706The product of the factorials of the multiplicities of an integer partition. 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. St000870The product of the hook lengths of the diagonal cells in an integer partition. St000993The multiplicity of the largest part of an integer partition. St001247The number of parts of a partition that are not congruent 2 modulo 3. St001249Sum of the odd parts of a partition. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001281The normalized isoperimetric number of a graph. 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. St001432The order dimension of the partition. St001500The global dimension of magnitude 1 Nakayama algebras. St001501The dominant dimension of magnitude 1 Nakayama algebras. St001527The cyclic permutation representation number of an integer partition. St001571The Cartan determinant of the integer partition. St001592The maximal number of simple paths between any two different vertices of a graph. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a 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. St001609The number of coloured 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. St001780The order of promotion on the set of standard tableaux of given shape. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St001808The box weight or horizontal decoration of a Dyck path. 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. 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. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St001933The largest multiplicity of a part in an integer partition. St001936The number of transitive factorisations of a permutation of given cycle type into star transpositions. St000741The Colin de Verdière graph invariant. St000668The least common multiple of the parts of the partition. 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. St000933The number of multipartitions of sizes given by an integer partition. St000937The number of positive values of the symmetric group character corresponding to the partition. St000939The number of characters of the symmetric group whose value on the partition is positive. 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). St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000456The monochromatic index of a connected graph. St000618The number of self-evacuating tableaux of given shape. St000781The number of proper colouring schemes of a Ferrers diagram. St001364The number of permutations whose cube equals a fixed permutation of given cycle type. St001545The second Elser number of a connected graph. 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. St001627The number of coloured connected graphs such that the multiplicities of colours are given by a partition. St001763The Hurwitz number of an integer partition. St001901The largest multiplicity of an irreducible representation contained in the higher Lie character for an integer 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. St001938The number of transitive monotone factorizations of genus zero of a permutation of given cycle type. St000464The Schultz index of a connected graph. St000762The sum of the positions of the weak records of an integer composition. 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. 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. 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. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice.