Your data matches 200 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000004: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 2
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 1
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 3
[1,3,2,4] => 2
[1,3,4,2] => 3
[1,4,2,3] => 2
[1,4,3,2] => 5
[2,1,3,4] => 1
[2,1,4,3] => 4
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 5
[3,1,2,4] => 1
[3,1,4,2] => 4
[3,2,1,4] => 3
[3,2,4,1] => 4
[3,4,1,2] => 2
[3,4,2,1] => 5
[4,1,2,3] => 1
[4,1,3,2] => 4
[4,2,1,3] => 3
[4,2,3,1] => 4
[4,3,1,2] => 3
[4,3,2,1] => 6
Description
The major index of a permutation. This is the sum of the positions of its descents, $$\operatorname{maj}(\sigma) = \sum_{\sigma(i) > \sigma(i+1)} i.$$ Its generating function is $[n]_q! = [1]_q \cdot [2]_q \dots [n]_q$ for $[k]_q = 1 + q + q^2 + \dots q^{k-1}$. A statistic equidistributed with the major index is called '''Mahonian statistic'''.
St000018: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 3
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 4
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 4
[3,4,1,2] => 4
[3,4,2,1] => 5
[4,1,2,3] => 3
[4,1,3,2] => 4
[4,2,1,3] => 4
[4,2,3,1] => 5
[4,3,1,2] => 5
[4,3,2,1] => 6
Description
The number of inversions of a permutation. This equals the minimal number of simple transpositions $(i,i+1)$ needed to write $\pi$. Thus, it is also the Coxeter length of $\pi$.
St000156: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 2
[2,1,3] => 1
[2,3,1] => 3
[3,1,2] => 1
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 3
[1,3,2,4] => 2
[1,3,4,2] => 5
[1,4,2,3] => 2
[1,4,3,2] => 3
[2,1,3,4] => 1
[2,1,4,3] => 4
[2,3,1,4] => 3
[2,3,4,1] => 6
[2,4,1,3] => 3
[2,4,3,1] => 4
[3,1,2,4] => 1
[3,1,4,2] => 4
[3,2,1,4] => 2
[3,2,4,1] => 5
[3,4,1,2] => 3
[3,4,2,1] => 4
[4,1,2,3] => 1
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 3
[4,3,1,2] => 4
[4,3,2,1] => 5
Description
The Denert index of a permutation. It is defined as $$ \begin{align*} den(\sigma) &= \#\{ 1\leq l < k \leq n : \sigma(k) < \sigma(l) \leq k \} \\ &+ \#\{ 1\leq l < k \leq n : \sigma(l) \leq k < \sigma(k) \} \\ &+ \#\{ 1\leq l < k \leq n : k < \sigma(k) < \sigma(l) \} \end{align*} $$ where $n$ is the size of $\sigma$. It was studied by Denert in [1], and it was shown by Foata and Zeilberger in [2] that the bistatistic $(exc,den)$ is [[Permutations/Descents-Major#Euler-Mahonian_statistics|Euler-Mahonian]]. Here, $exc$ is the number of weak exceedences, see [[St000155]].
St000224: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 3
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 3
[1,4,3,2] => 2
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 4
[2,4,3,1] => 3
[3,1,2,4] => 3
[3,1,4,2] => 4
[3,2,1,4] => 2
[3,2,4,1] => 3
[3,4,1,2] => 4
[3,4,2,1] => 5
[4,1,2,3] => 6
[4,1,3,2] => 4
[4,2,1,3] => 5
[4,2,3,1] => 3
[4,3,1,2] => 5
[4,3,2,1] => 4
Description
The sorting index of a permutation. The sorting index counts the total distance that symbols move during a selection sort of a permutation. This sorting algorithm swaps symbol n into index n and then recursively sorts the first n-1 symbols. Compare this to [[St000018]], the number of inversions of a permutation, which is also the total distance that elements move during a bubble sort.
St000246: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 1
[2,1] => 0
[1,2,3] => 3
[1,3,2] => 2
[2,1,3] => 2
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 0
[1,2,3,4] => 6
[1,2,4,3] => 5
[1,3,2,4] => 5
[1,3,4,2] => 4
[1,4,2,3] => 4
[1,4,3,2] => 3
[2,1,3,4] => 5
[2,1,4,3] => 4
[2,3,1,4] => 4
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 2
[3,1,2,4] => 4
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 1
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 1
[4,3,1,2] => 1
[4,3,2,1] => 0
Description
The number of non-inversions of a permutation. For a permutation of $\{1,\ldots,n\}$, this is given by $\operatorname{noninv}(\pi) = \binom{n}{2}-\operatorname{inv}(\pi)$.
St000304: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 1
[2,1] => 0
[1,2,3] => 3
[1,3,2] => 2
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 2
[3,2,1] => 0
[1,2,3,4] => 6
[1,2,4,3] => 5
[1,3,2,4] => 4
[1,3,4,2] => 4
[1,4,2,3] => 5
[1,4,3,2] => 3
[2,1,3,4] => 3
[2,1,4,3] => 2
[2,3,1,4] => 3
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 4
[3,1,4,2] => 4
[3,2,1,4] => 1
[3,2,4,1] => 1
[3,4,1,2] => 4
[3,4,2,1] => 1
[4,1,2,3] => 5
[4,1,3,2] => 3
[4,2,1,3] => 2
[4,2,3,1] => 2
[4,3,1,2] => 3
[4,3,2,1] => 0
Description
The load of a permutation. The definition of the load of a finite word in a totally ordered alphabet can be found in [1], for permutations, it is given by the major index [[St000004]] of the reverse [[Mp00064]] of the inverse [[Mp00066]] permutation.
St000305: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 2
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 2
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 3
[1,3,2,4] => 2
[1,3,4,2] => 2
[1,4,2,3] => 3
[1,4,3,2] => 5
[2,1,3,4] => 1
[2,1,4,3] => 4
[2,3,1,4] => 1
[2,3,4,1] => 1
[2,4,1,3] => 4
[2,4,3,1] => 4
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 3
[3,2,4,1] => 3
[3,4,1,2] => 2
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 5
[4,2,1,3] => 4
[4,2,3,1] => 4
[4,3,1,2] => 5
[4,3,2,1] => 6
Description
The inverse major index of a permutation. This is the major index [[St000004]] of the inverse permutation [[Mp00066]].
Matching statistic: St000334
St000334: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 2
[2,1,3] => 3
[2,3,1] => 2
[3,1,2] => 1
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 3
[1,3,2,4] => 5
[1,3,4,2] => 3
[1,4,2,3] => 2
[1,4,3,2] => 2
[2,1,3,4] => 3
[2,1,4,3] => 4
[2,3,1,4] => 5
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 4
[3,1,4,2] => 4
[3,2,1,4] => 4
[3,2,4,1] => 4
[3,4,1,2] => 2
[3,4,2,1] => 5
[4,1,2,3] => 1
[4,1,3,2] => 3
[4,2,1,3] => 1
[4,2,3,1] => 1
[4,3,1,2] => 3
[4,3,2,1] => 6
Description
The maz index, the major index of a permutation after replacing fixed points by zeros. The descent set is denoted by $\operatorname{ZDer}(\sigma)$ in [1].
Matching statistic: St000339
St000339: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 3
[2,3,1] => 2
[3,1,2] => 1
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 3
[1,3,4,2] => 2
[1,4,2,3] => 1
[1,4,3,2] => 2
[2,1,3,4] => 5
[2,1,4,3] => 4
[2,3,1,4] => 5
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 4
[3,1,2,4] => 4
[3,1,4,2] => 4
[3,2,1,4] => 4
[3,2,4,1] => 3
[3,4,1,2] => 2
[3,4,2,1] => 5
[4,1,2,3] => 1
[4,1,3,2] => 3
[4,2,1,3] => 2
[4,2,3,1] => 3
[4,3,1,2] => 3
[4,3,2,1] => 6
Description
The maf index of a permutation. Let $\sigma$ be a permutation with fixed point set $\operatorname{FIX}(\sigma)$, and let $\operatorname{Der}(\sigma)$ be the derangement obtained from $\sigma$ by removing the fixed points. Then $$\operatorname{maf}(\sigma) = \sum_{i \in \operatorname{FIX}(\sigma)} i - \binom{|\operatorname{FIX}(\sigma)|+1}{2} + \operatorname{maj}(\operatorname{Der}(\sigma)),$$ where $\operatorname{maj}(\operatorname{Der}(\sigma))$ is the major index of the derangement of $\sigma$.
St000446: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 2
[2,3,1] => 2
[3,1,2] => 1
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 2
[1,3,4,2] => 2
[1,4,2,3] => 1
[1,4,3,2] => 3
[2,1,3,4] => 3
[2,1,4,3] => 4
[2,3,1,4] => 3
[2,3,4,1] => 3
[2,4,1,3] => 4
[2,4,3,1] => 4
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 5
[3,2,4,1] => 5
[3,4,1,2] => 2
[3,4,2,1] => 5
[4,1,2,3] => 1
[4,1,3,2] => 3
[4,2,1,3] => 4
[4,2,3,1] => 4
[4,3,1,2] => 3
[4,3,2,1] => 6
Description
The disorder of a permutation. Consider a permutation $\pi = [\pi_1,\ldots,\pi_n]$ and cyclically scanning $\pi$ from left to right and remove the elements $1$ through $n$ on this order one after the other. The '''disorder''' of $\pi$ is defined to be the number of times a position was not removed in this process. For example, the disorder of $[3,5,2,1,4]$ is $8$ since on the first scan, 3,5,2 and 4 are not removed, on the second, 3,5 and 4, and on the third and last scan, 5 is once again not removed.
The following 190 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000692Babson and Steingrímsson's statistic of a permutation. St000868The aid statistic in the sense of Shareshian-Wachs. St001671Haglund's hag of a permutation. St000008The major index of the composition. St000009The charge of a standard tableau. St000059The inversion number of a standard tableau as defined by Haglund and Stevens. St000067The inversion number of the alternating sign matrix. St000081The number of edges of a graph. St000136The dinv of a parking function. St000169The cocharge of a standard tableau. St000194The number of primary dinversion pairs of a labelled dyck path corresponding to a parking function. St000330The (standard) major index of a standard tableau. St000332The positive inversions of an alternating sign matrix. St001209The pmaj statistic of a parking function. St001397Number of pairs of incomparable elements in a finite poset. St001428The number of B-inversions of a signed permutation. St001697The shifted natural comajor index of a standard Young tableau. St001772The number of occurrences of the signed pattern 12 in a signed permutation. St001821The sorting index of a signed permutation. St000005The bounce statistic of a Dyck path. St000154The sum of the descent bottoms of a permutation. St000228The size of a partition. St000384The maximal part of the shifted composition of an integer partition. St000448The number of pairs of vertices of a graph with distance 2. St000459The hook length of the base cell of a partition. St000784The maximum of the length and the largest part of the integer partition. St001161The major index north count of a Dyck path. St001311The cyclomatic number of a graph. St001341The number of edges in the center of a graph. St001433The flag major index of a signed permutation. St001558The number of transpositions that are smaller or equal to a permutation in Bruhat order. St001646The number of edges that can be added without increasing the maximal degree of a graph. St001822The number of alignments of a signed permutation. St001862The number of crossings of a signed permutation. St001866The nesting alignments of a signed permutation. St001931The weak major index of an integer composition regarded as a word. St000063The number of linear extensions of a certain poset defined for an integer partition. St000108The number of partitions contained in the given partition. St000450The number of edges minus the number of vertices plus 2 of a graph. St000532The total number of rook placements on a Ferrers board. St001400The total number of Littlewood-Richardson tableaux of given shape. St000012The area of a Dyck path. St000101The cocharge of a semistandard tableau. St000102The charge of a semistandard tableau. St000133The "bounce" of a permutation. St000147The largest part of an integer partition. St000152The number of boxed plus the number of special entries. St000161The sum of the sizes of the right subtrees of a binary tree. St000441The number of successions of a permutation. St000835The minimal difference in size when partitioning the integer partition into two subpartitions. St000947The major index east count of a Dyck path. St000992The alternating sum of the parts of an integer partition. St001055The Grundy value for the game of removing cells of a row in an integer partition. St001295Gives the vector space dimension of the homomorphism space between J^2 and J^2. St001759The Rajchgot index of a permutation. St001814The number of partitions interlacing the given partition. St000494The number of inversions of distance at most 3 of a permutation. St000794The mak of a permutation. St000795The mad of a permutation. St000796The stat' of a permutation. St000797The stat`` of a permutation. St000798The makl of a permutation. St000833The comajor index of a permutation. St001583The projective dimension of the simple module corresponding to the point in the poset of the symmetric group under bruhat order. St000391The sum of the positions of the ones in a binary word. St000472The sum of the ascent bottoms of a permutation. St000492The rob statistic of a set partition. St000493The los statistic of a set partition. St000498The lcs statistic of a set partition. St000499The rcb statistic of a set partition. St000577The number of occurrences of the pattern {{1},{2}} such that 1 is a maximal element. St000579The number of occurrences of the pattern {{1},{2}} such that 2 is a maximal element. St000460The hook length of the last cell along the main diagonal of an integer partition. St000870The product of the hook lengths of the diagonal cells in an integer partition. St001360The number of covering relations in Young's lattice below a partition. St001707The length of a longest path in a graph such that the remaining vertices can be partitioned into two sets of the same size without edges between them. St001746The coalition number of a graph. St000636The hull number of a graph. St000667The greatest common divisor of the parts of the partition. St000917The open packing number of a graph. St000918The 2-limited packing number of a graph. St001247The number of parts of a partition that are not congruent 2 modulo 3. St001249Sum of the odd parts of a partition. St001315The dissociation number of a graph. St001318The number of vertices of the largest induced subforest with the same number of connected components of a graph. St001321The number of vertices of the largest induced subforest of a graph. St001342The number of vertices in the center of a graph. 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. St001654The monophonic hull number of a graph. St001655The general position number of a graph. St001656The monophonic position number of a graph. St001672The restrained domination number of a graph. St001725The harmonious chromatic number of a graph. St001622The number of join-irreducible elements of a lattice. St001645The pebbling number of a connected graph. St000668The least common multiple of the parts of the partition. St000708The product of the parts of an integer partition. St000770The major index of an integer partition when read from bottom to top. St000293The number of inversions of a binary word. St000477The weight of a partition according to Alladi. St000993The multiplicity of the largest part of an integer partition. St001020Sum of the codominant dimensions of the non-projective indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000454The largest eigenvalue of a graph if it is integral. St001621The number of atoms of a lattice. St001330The hat guessing number of a graph. St000933The number of multipartitions of sizes given by an integer partition. St001500The global dimension of magnitude 1 Nakayama algebras. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000456The monochromatic index of a connected graph. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2. St000769The major index of a composition regarded as a word. St000259The diameter of a connected graph. St001118The acyclic chromatic index of a graph. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000939The number of characters of the symmetric group whose value on the partition is positive. St000766The number of inversions of an integer composition. St000848The balance constant multiplied with the number of linear extensions of a poset. St000849The number of 1/3-balanced pairs in a poset. St000910The number of maximal chains of minimal length in a poset. St001105The number of greedy linear extensions of a poset. St001106The number of supergreedy linear extensions of a poset. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St000028The number of stack-sorts needed to sort a permutation. St001626The number of maximal proper sublattices of a lattice. St000260The radius of a connected graph. St001060The distinguishing index of a graph. 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. St000173The segment statistic of a semistandard tableau. St000174The flush statistic of a semistandard tableau. St000072The number of circled entries. St000073The number of boxed entries. St001687The number of distinct positions of the pattern letter 2 in occurrences of 213 in a permutation. St001415The length of the longest palindromic prefix of a binary word. St000264The girth of a graph, which is not a tree. St000646The number of big ascents of a permutation. St000813The number of zero-one matrices with weakly decreasing column sums and row sums given by the partition. St001875The number of simple modules with projective dimension at most 1. St000515The number of invariant set partitions when acting with a permutation of given cycle type. St000706The product of the factorials of the multiplicities of an integer partition. St000707The product of the factorials of the parts. St000815The number of semistandard Young tableaux of partition weight of given shape. St000937The number of positive values of the symmetric group character corresponding to the partition. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. St001568The smallest positive integer that does not appear twice in the partition. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St000567The sum of the products of all pairs of parts. St000927The alternating sum of the coefficients of the character polynomial of an integer partition. 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. 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. 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. 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$. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. 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. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St000997The even-odd crank of an integer partition. 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. St001498The normalised height of a Nakayama algebra with magnitude 1. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000112The sum of the entries reduced by the index of their row in a semistandard tableau. St000736The last entry in the first row of a semistandard tableau. St000177The number of free tiles in the pattern. St000178Number of free entries. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001520The number of strict 3-descents. 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. St001811The Castelnuovo-Mumford regularity of a permutation. St001948The number of augmented double ascents of a permutation. St000958The number of Bruhat factorizations of a permutation. St001000Number of indecomposable modules with projective dimension equal to the global dimension in the Nakayama algebra corresponding to the Dyck path. 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)$. St001569The maximal modular displacement of a permutation. St001722The number of minimal chains with small intervals between a binary word and the top element. St001816Eigenvalues of the top-to-random operator acting on a simple module. St000075The orbit size of a standard tableau under promotion. St000422The energy of a graph, if it is integral. St001235The global dimension of the corresponding Comp-Nakayama algebra.