searching the database
Your data matches 212 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St000147
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
St000147: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000147: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> 2
([],2)
=> [2,2]
=> 2
([(0,1)],2)
=> [3]
=> 3
([],3)
=> [2,2,2,2]
=> 2
([(1,2)],3)
=> [6]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> 3
Description
The largest part of an integer partition.
Matching statistic: St000474
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
St000474: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000474: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> 2
([],2)
=> [2,2]
=> 2
([(0,1)],2)
=> [3]
=> 3
([],3)
=> [2,2,2,2]
=> 2
([(1,2)],3)
=> [6]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> 3
Description
Dyson's crank of a partition.
Let $\lambda$ be a partition and let $o(\lambda)$ be the number of parts that are equal to 1 ([[St000475]]), and let $\mu(\lambda)$ be the number of parts that are strictly larger than $o(\lambda)$ ([[St000473]]). Dyson's crank is then defined as
$$crank(\lambda) = \begin{cases} \text{ largest part of }\lambda & o(\lambda) = 0\\ \mu(\lambda) - o(\lambda) & o(\lambda) > 0. \end{cases}$$
Matching statistic: St000319
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
St000319: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000319: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> 1 = 2 - 1
([],2)
=> [2,2]
=> 1 = 2 - 1
([(0,1)],2)
=> [3]
=> 2 = 3 - 1
([],3)
=> [2,2,2,2]
=> 1 = 2 - 1
([(1,2)],3)
=> [6]
=> 5 = 6 - 1
([(0,1),(0,2)],3)
=> [3,2]
=> 2 = 3 - 1
([(0,2),(2,1)],3)
=> [4]
=> 3 = 4 - 1
([(0,2),(1,2)],3)
=> [3,2]
=> 2 = 3 - 1
Description
The spin of an integer partition.
The Ferrers shape of an integer partition $\lambda$ can be decomposed into border strips. The spin is then defined to be the total number of crossings of border strips of $\lambda$ with the vertical lines in the Ferrers shape.
The following example is taken from Appendix B in [1]: Let $\lambda = (5,5,4,4,2,1)$. Removing the border strips successively yields the sequence of partitions
$$(5,5,4,4,2,1), (4,3,3,1), (2,2), (1), ().$$
The first strip $(5,5,4,4,2,1) \setminus (4,3,3,1)$ crosses $4$ times, the second strip $(4,3,3,1) \setminus (2,2)$ crosses $3$ times, the strip $(2,2) \setminus (1)$ crosses $1$ time, and the remaining strip $(1) \setminus ()$ does not cross.
This yields the spin of $(5,5,4,4,2,1)$ to be $4+3+1 = 8$.
Matching statistic: St000320
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
St000320: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000320: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> 1 = 2 - 1
([],2)
=> [2,2]
=> 1 = 2 - 1
([(0,1)],2)
=> [3]
=> 2 = 3 - 1
([],3)
=> [2,2,2,2]
=> 1 = 2 - 1
([(1,2)],3)
=> [6]
=> 5 = 6 - 1
([(0,1),(0,2)],3)
=> [3,2]
=> 2 = 3 - 1
([(0,2),(2,1)],3)
=> [4]
=> 3 = 4 - 1
([(0,2),(1,2)],3)
=> [3,2]
=> 2 = 3 - 1
Description
The dinv adjustment of an integer partition.
The Ferrers shape of an integer partition $\lambda = (\lambda_1,\ldots,\lambda_k)$ can be decomposed into border strips. For $0 \leq j < \lambda_1$ let $n_j$ be the length of the border strip starting at $(\lambda_1-j,0)$.
The dinv adjustment is then defined by
$$\sum_{j:n_j > 0}(\lambda_1-1-j).$$
The following example is taken from Appendix B in [2]: Let $\lambda=(5,5,4,4,2,1)$. Removing the border strips successively yields the sequence of partitions
$$(5,5,4,4,2,1),(4,3,3,1),(2,2),(1),(),$$
and we obtain $(n_0,\ldots,n_4) = (10,7,0,3,1)$.
The dinv adjustment is thus $4+3+1+0 = 8$.
Matching statistic: St000935
Mp00307: Posets —promotion cycle type⟶ Integer partitions
St000935: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000935: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [1]
=> 1 = 2 - 1
([],2)
=> [2]
=> 2 = 3 - 1
([(0,1)],2)
=> [1]
=> 1 = 2 - 1
([],3)
=> [3,3]
=> 5 = 6 - 1
([(1,2)],3)
=> [3]
=> 3 = 4 - 1
([(0,1),(0,2)],3)
=> [2]
=> 2 = 3 - 1
([(0,2),(2,1)],3)
=> [1]
=> 1 = 2 - 1
([(0,2),(1,2)],3)
=> [2]
=> 2 = 3 - 1
Description
The number of ordered refinements of an integer partition.
This is, for an integer partition $\mu = (\mu_1,\ldots,\mu_n)$ the number of integer partition $\lambda = (\lambda_1,\ldots,\lambda_m)$ such that there are indices $1 = a_0 < \ldots < a_n = m$ with $\mu_j = \lambda_{a_{j-1}} + \ldots + \lambda_{a_j-1}$.
Matching statistic: St000010
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
Mp00044: Integer partitions —conjugate⟶ Integer partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00044: Integer partitions —conjugate⟶ Integer partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> [1,1]
=> 2
([],2)
=> [2,2]
=> [2,2]
=> 2
([(0,1)],2)
=> [3]
=> [1,1,1]
=> 3
([],3)
=> [2,2,2,2]
=> [4,4]
=> 2
([(1,2)],3)
=> [6]
=> [1,1,1,1,1,1]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> [2,2,1]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> [1,1,1,1]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> [2,2,1]
=> 3
Description
The length of the partition.
Matching statistic: St000476
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
St000476: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
St000476: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> [1,1,0,0,1,0]
=> 2
([],2)
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> 2
([(0,1)],2)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 3
([],3)
=> [2,2,2,2]
=> [1,1,0,0,1,1,1,1,0,0,0,0]
=> 2
([(1,2)],3)
=> [6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> [1,1,0,0,1,0,1,0]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> [1,1,1,1,0,0,0,0,1,0]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> [1,1,0,0,1,0,1,0]
=> 3
Description
The sum of the semi-lengths of tunnels before a valley of a Dyck path.
For each valley $v$ in a Dyck path $D$ there is a corresponding tunnel, which
is the factor $T_v = s_i\dots s_j$ of $D$ where $s_i$ is the step after the first intersection of $D$ with the line $y = ht(v)$ to the left of $s_j$. This statistic is
$$
\sum_v (j_v-i_v)/2.
$$
Matching statistic: St000676
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000676: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000676: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> [1,0,1,0]
=> 2
([],2)
=> [2,2]
=> [1,1,1,0,0,0]
=> 2
([(0,1)],2)
=> [3]
=> [1,0,1,0,1,0]
=> 3
([],3)
=> [2,2,2,2]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
([(1,2)],3)
=> [6]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> [1,0,1,0,1,0,1,0]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 3
Description
The number of odd rises of a Dyck path.
This is the number of ones at an odd position, with the initial position equal to 1.
The number of Dyck paths of semilength $n$ with $k$ up steps in odd positions and $k$ returns to the main diagonal are counted by the binomial coefficient $\binom{n-1}{k-1}$ [3,4].
Matching statistic: St000734
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
Mp00042: Integer partitions —initial tableau⟶ Standard tableaux
St000734: Standard tableaux ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00042: Integer partitions —initial tableau⟶ Standard tableaux
St000734: Standard tableaux ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> [[1,2]]
=> 2
([],2)
=> [2,2]
=> [[1,2],[3,4]]
=> 2
([(0,1)],2)
=> [3]
=> [[1,2,3]]
=> 3
([],3)
=> [2,2,2,2]
=> [[1,2],[3,4],[5,6],[7,8]]
=> 2
([(1,2)],3)
=> [6]
=> [[1,2,3,4,5,6]]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> [[1,2,3],[4,5]]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> [[1,2,3,4]]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> [[1,2,3],[4,5]]
=> 3
Description
The last entry in the first row of a standard tableau.
Matching statistic: St001039
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00306: Posets —rowmotion cycle type⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001039: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001039: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
([],1)
=> [2]
=> [1,0,1,0]
=> 2
([],2)
=> [2,2]
=> [1,1,1,0,0,0]
=> 2
([(0,1)],2)
=> [3]
=> [1,0,1,0,1,0]
=> 3
([],3)
=> [2,2,2,2]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
([(1,2)],3)
=> [6]
=> [1,0,1,0,1,0,1,0,1,0,1,0]
=> 6
([(0,1),(0,2)],3)
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 3
([(0,2),(2,1)],3)
=> [4]
=> [1,0,1,0,1,0,1,0]
=> 4
([(0,2),(1,2)],3)
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 3
Description
The maximal height of a column in the parallelogram polyomino associated with a Dyck path.
The following 202 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001183The maximum of $projdim(S)+injdim(S)$ over all simple modules in the Nakayama algebra corresponding to the Dyck path. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001258Gives the maximum of injective plus projective dimension of an indecomposable module over the corresponding Nakayama algebra. St001348The bounce of the parallelogram polyomino associated with the Dyck path. St001504The sum of all indegrees of vertices with indegree at least two in the resolution quiver of a Nakayama algebra corresponding to the Dyck path. St000459The hook length of the base cell of a partition. St000507The number of ascents of a standard tableau. St000870The product of the hook lengths of the diagonal cells in an integer partition. St000095The number of triangles of a graph. St000377The dinv defect of an integer partition. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St000743The number of entries in a standard Young tableau such that the next integer is a neighbour. St001176The size of a partition minus its first part. St001317The minimal number of occurrences of the forest-pattern in a linear ordering of the vertices of the graph. St001319The minimal number of occurrences of the star-pattern in a linear ordering of the vertices of the graph. St001328The minimal number of occurrences of the bipartite-pattern in a linear ordering of the vertices of the graph. St000013The height of a Dyck path. St000025The number of initial rises of a Dyck path. St000180The number of chains of a poset. St000288The number of ones in a binary word. St000300The number of independent sets of vertices of a graph. St000301The number of facets of the stable set polytope of a graph. St000394The sum of the heights of the peaks of a Dyck path minus the number of peaks. St000395The sum of the heights of the peaks of a Dyck path. St000443The number of long tunnels of a Dyck path. St000444The length of the maximal rise of a Dyck path. St000645The sum of the areas of the rectangles formed by two consecutive peaks and the valley in between. St000675The number of centered multitunnels of a Dyck path. St000733The row containing the largest entry of a standard tableau. St000738The first entry in the last row of a standard tableau. St000745The index of the last row whose first entry is the row number in a standard Young tableau. St000979Half of MacMahon's equal index of a Dyck path. 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. St001018Sum of projective dimension of the indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St001020Sum of the codominant dimensions of the non-projective indecomposable injective modules of the Nakayama algebra corresponding to the Dyck path. St001038The minimal height of a column in the parallelogram polyomino associated with the Dyck path. St001065Number of indecomposable reflexive modules in the corresponding Nakayama algebra. St001187The number of simple modules with grade at least one in the corresponding Nakayama 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. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001297The number of indecomposable non-injective projective modules minus the number of indecomposable non-injective projective modules that have reflexive Auslander-Reiten sequences in the corresponding Nakayama algebra. St001313The number of Dyck paths above the lattice path given by a binary word. St001419The length of the longest palindromic factor beginning with a one of a binary word. St001650The order of Ringel's homological bijection associated to the linear Nakayama algebra corresponding to the Dyck path. St001721The degree of a binary word. St001733The number of weak left to right maxima of a Dyck path. St001809The index of the step at the first peak of maximal height in a Dyck path. St000024The number of double up and double down steps of a Dyck path. St000026The position of the first return of a Dyck path. St000157The number of descents of a standard tableau. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St000369The dinv deficit of a Dyck path. St000376The bounce deficit of a Dyck path. St000438The position of the last up step in a Dyck path. St000439The position of the first down step of a Dyck path. St000442The maximal area to the right of an up step of a Dyck path. St000631The number of distinct palindromic decompositions of a binary word. St000682The Grundy value of Welter's game on a binary word. St000874The position of the last double rise in a Dyck path. St001019Sum of the projective dimensions of the simple modules in the Nakayama algebra corresponding to the Dyck path. St001034The area of the parallelogram polyomino associated with the Dyck path. St001228The vector space dimension of the space of module homomorphisms between J and itself when J denotes the Jacobson radical of the corresponding Nakayama algebra. St001233The number of indecomposable 2-dimensional modules with projective dimension one. St001240The number of indecomposable modules e_i J^2 that have injective dimension at most one in the corresponding Nakayama algebra St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St001499The number of indecomposable projective-injective modules of a magnitude 1 Nakayama algebra. St001803The maximal overlap of the cylindrical tableau associated with a tableau. St000005The bounce statistic of a Dyck path. St000006The dinv of a Dyck path. St000228The size of a partition. 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. St000931The number of occurrences of the pattern UUU in a Dyck path. St000998Number of indecomposable projective modules with injective dimension smaller than or equal to the dominant dimension in the Nakayama algebra corresponding to the Dyck path. St001161The major index north count of a Dyck path. St001172The number of 1-rises at odd height of a Dyck path. St001213The number of indecomposable modules in the corresponding Nakayama algebra that have vanishing first Ext-group with the regular module. St001214The aft of an integer partition. St001225The vector space dimension of the first extension group between J and itself when J is the Jacobson radical of the corresponding Nakayama algebra. St001227The vector space dimension of the first extension group between the socle of the regular module and the Jacobson radical of the corresponding Nakayama algebra. St001231The number of simple modules that are non-projective and non-injective with the property that they have projective dimension equal to one and that also the Auslander-Reiten translates of the module and the inverse Auslander-Reiten translate of the module have the same projective dimension. St001234The number of indecomposable three dimensional modules with projective dimension one. St001278The number of indecomposable modules that are fixed by $\tau \Omega^1$ composed with its inverse in the corresponding Nakayama algebra. St001480The number of simple summands of the module J^2/J^3. St000643The size of the largest orbit of antichains under Panyushev complementation. St000454The largest eigenvalue of a graph if it is integral. St000907The number of maximal antichains of minimal length in a poset. St000100The number of linear extensions of 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. St001514The dimension of the top of the Auslander-Reiten translate of the regular modules as a bimodule. St000848The balance constant multiplied with the number of linear extensions of a poset. St000849The number of 1/3-balanced pairs in a poset. St001398Number of subsets of size 3 of elements in a poset that form a "v". St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St000315The number of isolated vertices of a graph. St000469The distinguishing number of a graph. St000723The maximal cardinality of a set of vertices with the same neighbourhood in a graph. St000776The maximal multiplicity of an eigenvalue in a graph. St000986The multiplicity of the eigenvalue zero of the adjacency matrix of the graph. St001366The maximal multiplicity of a degree of a vertex of a graph. St001526The Loewy length of the Auslander-Reiten translate of the regular module as a bimodule of the Nakayama algebra corresponding to the Dyck path. St001691The number of kings in a graph. St001704The size of the largest multi-subset-intersection of the deck of a graph with the deck of another graph. St001844The maximal degree of a generator of the invariant ring of the automorphism group of a graph. St001883The mutual visibility number of a graph. St000086The number of subgraphs. St000144The pyramid weight of the Dyck path. St000172The Grundy number of a graph. St000363The number of minimal vertex covers of a graph. St000388The number of orbits of vertices of a graph under automorphisms. St000450The number of edges minus the number of vertices plus 2 of a graph. St000456The monochromatic index of a connected graph. St000468The Hosoya index of a graph. St000537The cutwidth of a graph. St000553The number of blocks of a graph. St001017Number of indecomposable injective modules with projective dimension equal to the codominant dimension in the Nakayama algebra corresponding to the Dyck path. St001108The 2-dynamic chromatic number of a graph. St001110The 3-dynamic chromatic number of a graph. St001116The game chromatic number of a graph. St001180Number of indecomposable injective modules with projective dimension at most 1. St001229The vector space dimension of the first extension group between the Jacobson radical J and J^2. St001271The competition number of a graph. St001304The number of maximally independent sets of vertices of a graph. St001367The smallest number which does not occur as degree of a vertex in a graph. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001476The evaluation of the Tutte polynomial of the graph at (x,y) equal to (1,-1). St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001645The pebbling number of a connected graph. St001670The connected partition number of a graph. St001674The number of vertices of the largest induced star graph in the graph. St001725The harmonious chromatic number of a graph. St001963The tree-depth of a graph. St000171The degree of the graph. St000271The chromatic index of a graph. St000362The size of a minimal vertex cover of a graph. St000387The matching number of a graph. St000552The number of cut vertices of a graph. St000741The Colin de Verdière graph invariant. St000985The number of positive eigenvalues of the adjacency matrix of the graph. St001117The game chromatic index of a graph. St001305The number of induced cycles on four vertices in a graph. St001311The cyclomatic number of 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. St001349The number of different graphs obtained from the given graph by removing an edge. St001574The minimal number of edges to add or remove to make a graph regular. St001576The minimal number of edges to add or remove to make a graph vertex transitive. St001689The number of celebrities in a graph. St001742The difference of the maximal and the minimal degree in a graph. St001812The biclique partition number of a graph. St001877Number of indecomposable injective modules with projective dimension 2. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000455The second largest eigenvalue of a graph if it is integral. St001000Number of indecomposable modules with projective dimension equal to the global dimension in 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. St001515The vector space dimension of the socle of the first syzygy module of the regular module (as a bimodule). St001738The minimal order of a graph which is not an induced subgraph of the given graph. St001314The number of tilting modules of arbitrary projective dimension that have no simple modules as a direct summand in the corresponding Nakayama algebra. St001624The breadth of a lattice. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001330The hat guessing number of a graph. St000466The Gutman (or modified Schultz) index of a connected graph. St001651The Frankl number of a lattice. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000302The determinant of the distance matrix of a connected graph. St000467The hyper-Wiener index of a connected graph. 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$. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001498The normalised height of a Nakayama algebra with magnitude 1. St001545The second Elser number of a connected graph. St000070The number of antichains in a poset. St000104The number of facets in the order polytope of this poset. St000151The number of facets in the chain polytope of the poset. St000281The size of the preimage of the map 'to poset' from Binary trees to Posets. St000639The number of relations in a poset. St000642The size of the smallest orbit of antichains under Panyushev complementation. St000656The number of cuts of a poset. St000680The Grundy value for Hackendot on posets. St000717The number of ordinal summands of a poset. St000906The length of the shortest maximal chain in a poset. St001664The number of non-isomorphic subposets of a poset. St001709The number of homomorphisms to the three element chain of a poset. St001782The order of rowmotion on the set of order ideals of a poset. St001909The number of interval-closed sets of a poset. St000477The weight of a partition according to Alladi. St000668The least common multiple of the parts of the partition. 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. St000937The number of positive values of the symmetric group character corresponding to the partition. St001875The number of simple modules with projective dimension at most 1.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!