searching the database
Your data matches 268 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: St000626
(load all 10 compositions to match this statistic)
(load all 10 compositions to match this statistic)
St000626: 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 => 3
010 => 2
011 => 3
100 => 3
101 => 2
110 => 3
111 => 1
Description
The minimal period of a binary word.
This is the smallest natural number $p$ such that $w_i=w_{i+p}$ for all $i\in\{1,\dots,|w|-p\}$.
Matching statistic: St001415
(load all 8 compositions to match this statistic)
(load all 8 compositions to match this statistic)
St001415: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => 1
1 => 1
00 => 2
01 => 1
10 => 1
11 => 2
000 => 3
001 => 2
010 => 3
011 => 1
100 => 1
101 => 3
110 => 2
111 => 3
Description
The length of the longest palindromic prefix of a binary word.
Matching statistic: St000983
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00234: Binary words —valleys-to-peaks⟶ Binary words
St000983: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000983: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => 1 => 1
1 => 1 => 1
00 => 01 => 2
01 => 10 => 2
10 => 11 => 1
11 => 11 => 1
000 => 001 => 2
001 => 010 => 3
010 => 101 => 3
011 => 101 => 3
100 => 101 => 3
101 => 110 => 2
110 => 111 => 1
111 => 111 => 1
Description
The length of the longest alternating subword.
This is the length of the longest consecutive subword of the form $010...$ or of the form $101...$.
Matching statistic: St000691
(load all 6 compositions to match this statistic)
(load all 6 compositions to match this statistic)
Mp00234: Binary words —valleys-to-peaks⟶ Binary words
St000691: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000691: 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 => 1 = 2 - 1
01 => 10 => 1 = 2 - 1
10 => 11 => 0 = 1 - 1
11 => 11 => 0 = 1 - 1
000 => 001 => 1 = 2 - 1
001 => 010 => 2 = 3 - 1
010 => 101 => 2 = 3 - 1
011 => 101 => 2 = 3 - 1
100 => 101 => 2 = 3 - 1
101 => 110 => 1 = 2 - 1
110 => 111 => 0 = 1 - 1
111 => 111 => 0 = 1 - 1
Description
The number of changes of a binary word.
This is the number of indices $i$ such that $w_i \neq w_{i+1}$.
Matching statistic: St000172
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Values
0 => ([(0,1)],2)
=> ([],2)
=> 1
1 => ([(0,1)],2)
=> ([],2)
=> 1
00 => ([(0,2),(2,1)],3)
=> ([],3)
=> 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 2
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 2
11 => ([(0,2),(2,1)],3)
=> ([],3)
=> 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 2
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 2
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
111 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 1
Description
The Grundy number of a graph.
The Grundy number $\Gamma(G)$ is defined to be the largest $k$ such that $G$ admits a greedy $k$-coloring. Any order of the vertices of $G$ induces a greedy coloring by assigning to the $i$-th vertex in this order the smallest positive integer such that the partial coloring remains a proper coloring.
In particular, we have that $\chi(G) \leq \Gamma(G) \leq \Delta(G) + 1$, where $\chi(G)$ is the chromatic number of $G$ ([[St000098]]), and where $\Delta(G)$ is the maximal degree of a vertex of $G$ ([[St000171]]).
Matching statistic: St000307
Mp00234: Binary words —valleys-to-peaks⟶ Binary words
Mp00262: Binary words —poset of factors⟶ Posets
St000307: Posets ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00262: Binary words —poset of factors⟶ Posets
St000307: 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)
=> 2
001 => 010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 3
010 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 3
011 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 3
100 => 101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> 3
101 => 110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
110 => 111 => ([(0,3),(2,1),(3,2)],4)
=> 1
111 => 111 => ([(0,3),(2,1),(3,2)],4)
=> 1
Description
The number of rowmotion orbits of a poset.
Rowmotion is an operation on order ideals in a poset $P$. It sends an order ideal $I$ to the order ideal generated by the minimal antichain of $P \setminus I$.
Matching statistic: St000378
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00040: Integer compositions —to partition⟶ Integer partitions
St000378: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00040: Integer compositions —to partition⟶ Integer partitions
St000378: 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]
=> 2
001 => [2,1] => [2,1]
=> 3
010 => [1,1,1] => [1,1,1]
=> 1
011 => [1,2] => [2,1]
=> 3
100 => [1,2] => [2,1]
=> 3
101 => [1,1,1] => [1,1,1]
=> 1
110 => [2,1] => [2,1]
=> 3
111 => [3] => [3]
=> 2
Description
The diagonal inversion number of an integer partition.
The dinv of a partition is the number of cells $c$ in the diagram of an integer partition $\lambda$ for which $\operatorname{arm}(c)-\operatorname{leg}(c) \in \{0,1\}$.
See also exercise 3.19 of [2].
This statistic is equidistributed with the length of the partition, see [3].
Matching statistic: St000388
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Values
0 => ([(0,1)],2)
=> ([],2)
=> 1
1 => ([(0,1)],2)
=> ([],2)
=> 1
00 => ([(0,2),(2,1)],3)
=> ([],3)
=> 1
01 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 2
10 => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(2,3)],4)
=> 2
11 => ([(0,2),(2,1)],3)
=> ([],3)
=> 1
000 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 1
001 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
010 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 2
011 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
100 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
101 => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> ([(2,5),(3,4)],6)
=> 2
110 => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> ([(2,5),(3,4),(4,5)],6)
=> 3
111 => ([(0,3),(2,1),(3,2)],4)
=> ([],4)
=> 1
Description
The number of orbits of vertices of a graph under automorphisms.
Matching statistic: St000452
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000452: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000452: Graphs ⟶ ℤ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)
=> 1
01 => [1,1] => ([(0,1)],2)
=> 2
10 => [1,1] => ([(0,1)],2)
=> 2
11 => [2] => ([],2)
=> 1
000 => [3] => ([],3)
=> 1
001 => [2,1] => ([(0,2),(1,2)],3)
=> 3
010 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
011 => [1,2] => ([(1,2)],3)
=> 3
100 => [1,2] => ([(1,2)],3)
=> 3
101 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
110 => [2,1] => ([(0,2),(1,2)],3)
=> 3
111 => [3] => ([],3)
=> 1
Description
The number of distinct eigenvalues of a graph.
Matching statistic: St000722
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000722: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000722: Graphs ⟶ ℤ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)
=> 1
01 => [1,1] => ([(0,1)],2)
=> 2
10 => [1,1] => ([(0,1)],2)
=> 2
11 => [2] => ([],2)
=> 1
000 => [3] => ([],3)
=> 1
001 => [2,1] => ([(0,2),(1,2)],3)
=> 2
010 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
011 => [1,2] => ([(1,2)],3)
=> 3
100 => [1,2] => ([(1,2)],3)
=> 3
101 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
110 => [2,1] => ([(0,2),(1,2)],3)
=> 2
111 => [3] => ([],3)
=> 1
Description
The number of different neighbourhoods in a graph.
The following 258 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000982The length of the longest constant subword. St001108The 2-dynamic chromatic number of a graph. St001110The 3-dynamic chromatic number of a graph. St001116The game chromatic number of a graph. St001235The global dimension of the corresponding Comp-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. St001367The smallest number which does not occur as degree of a vertex in a graph. St001373The logarithm of the number of winning configurations of the lights out game on a graph. St001419The length of the longest palindromic factor beginning with a one of a binary word. St001463The number of distinct columns in the nullspace of a graph. St001581The achromatic number of a 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. St001884The number of borders of a binary word. St001963The tree-depth of a graph. St000171The degree of the graph. St000271The chromatic index of a graph. St000290The major index of a binary word. St000293The number of inversions of a binary word. St000295The length of the border of a binary word. St000632The jump number of the poset. St000987The number of positive eigenvalues of the Laplacian matrix of the graph. St001117The game chromatic index of a graph. St001120The length of a longest path in a graph. 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. St001349The number of different graphs obtained from the given graph by removing an edge. St001436The index of a given binary word in the lex-order among all its cyclic shifts. St001485The modular major index of a binary word. St001486The number of corners of the ribbon associated with an integer composition. 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. 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. St001723The differential of a graph. St001724The 2-packing differential of a graph. St001742The difference of the maximal and the minimal degree in a graph. St001777The number of weak descents in an integer composition. St001869The maximum cut size of a graph. St001956The comajor index for set-valued two-row standard Young tableaux. St000006The dinv of a Dyck path. St000010The length of the partition. St000026The position of the first return of a Dyck path. St000054The first entry of the permutation. St000058The order of a permutation. St000097The order of the largest clique of the graph. St000098The chromatic number of a graph. St000110The number of permutations less than or equal to a permutation in left weak order. St000147The largest part of an integer partition. St000199The column of the unique '1' in the last row of the alternating sign matrix. St000200The row of the unique '1' in the last column of the alternating sign matrix. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000240The number of indices that are not small excedances. St000286The number of connected components of the complement of a graph. St000288The number of ones in a binary word. St000321The number of integer partitions of n that are dominated by an integer partition. St000345The number of refinements of a partition. St000346The number of coarsenings of a partition. St000381The largest part of an integer composition. St000382The first part of an integer composition. St000383The last part of an integer composition. St000501The size of the first part in the decomposition of a permutation. St000537The cutwidth of a graph. St000548The number of different non-empty partial sums of an integer partition. St000636The hull number of a graph. St000638The number of up-down runs of a permutation. St000653The last descent of a permutation. St000740The last entry of a permutation. St000757The length of the longest weakly inreasing subsequence of parts of an integer composition. St000765The number of weak records in an integer composition. St000789The number of crossing-similar perfect matchings of a perfect matching. St000797The stat`` of a permutation. St000808The number of up steps of the associated bargraph. St000820The number of compositions obtained by rotating the composition. St000822The Hadwiger number of the graph. St000839The largest opener of a set partition. St000876The number of factors in the Catalan decomposition of a binary word. St000935The number of ordered refinements of an integer partition. St000988The orbit size of a permutation under Foata's bijection. St001029The size of the core of a graph. St001136The largest label with larger sister in the leaf labelled binary unordered tree associated with the perfect matching. St001267The length of the Lyndon factorization of the binary word. St001302The number of minimally dominating sets of vertices of a graph. St001304The number of maximally independent sets of vertices of a graph. St001313The number of Dyck paths above the lattice path given by a binary word. St001316The domatic number of a graph. St001330The hat guessing number of a graph. St001342The number of vertices in the center of a graph. St001352The number of internal nodes in the modular decomposition of a graph. St001372The length of a longest cyclic run of ones of a binary word. St001389The number of partitions of the same length below the given integer partition. St001437The flex of a binary word. St001464The number of bases of the positroid corresponding to the permutation, with all fixed points counterclockwise. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001494The Alon-Tarsi number of a graph. St001497The position of the largest weak excedence of a permutation. St001512The minimum rank of a graph. St001514The dimension of the top of the Auslander-Reiten translate of the regular modules as a bimodule. St001580The acyclic chromatic number of a graph. St001654The monophonic hull number of a graph. St001655The general position number of a graph. St001656The monophonic position number of a graph. St001746The coalition number of a graph. St001775The degree of the minimal polynomial of the largest eigenvalue of a graph. St001778The largest greatest common divisor of an element and its image in a permutation. St001806The upper middle entry of a permutation. St001807The lower middle entry of a permutation. St001883The mutual visibility number of a graph. St001917The order of toric promotion on the set of labellings of a graph. St001951The number of factors in the disjoint direct product decomposition of the automorphism group of a graph. St000004The major index of a permutation. St000005The bounce statistic of a Dyck path. St000008The major index of the composition. St000018The number of inversions of a permutation. St000019The cardinality of the support of a permutation. St000029The depth of a permutation. St000030The sum of the descent differences of a permutations. St000051The size of the left subtree of a binary tree. St000089The absolute variation of a composition. St000133The "bounce" of a permutation. St000141The maximum drop size of a permutation. St000156The Denert index of a permutation. St000209Maximum difference of elements in cycles. St000222The number of alignments in the permutation. St000261The edge connectivity of a graph. St000262The vertex connectivity of a graph. St000272The treewidth of a graph. St000299The number of nonisomorphic vertex-induced subtrees. St000305The inverse major index of a permutation. St000310The minimal degree of a vertex of a graph. St000316The number of non-left-to-right-maxima of a permutation. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000339The maf index of a permutation. St000362The size of a minimal vertex cover of a graph. St000377The dinv defect of an integer partition. St000394The sum of the heights of the peaks of a Dyck path minus the number of peaks. St000446The disorder of a permutation. St000473The number of parts of a partition that are strictly bigger than the number of ones. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000536The pathwidth of a graph. St000645The sum of the areas of the rectangles formed by two consecutive peaks and the valley in between. St000651The maximal size of a rise in a permutation. St000670The reversal length of a permutation. St000682The Grundy value of Welter's game on a binary word. St000692Babson and Steingrímsson's statistic of a permutation. St000752The Grundy value for the game 'Couples are forever' on an integer partition. St000837The number of ascents of distance 2 of a permutation. St000840The number of closers smaller than the largest opener in a perfect matching. St000868The aid statistic in the sense of Shareshian-Wachs. St001079The minimal length of a factorization of a permutation using the permutations (12)(34). St001090The number of pop-stack-sorts needed to sort a permutation. St001093The detour number of a graph. St001161The major index north count of a Dyck path. St001164Number of indecomposable injective modules whose socle has projective dimension at most g-1 (g the global dimension) minus the number of indecomposable projective-injective modules. St001176The size of a partition minus its first part. St001225The vector space dimension of the first extension group between J and itself when J is the Jacobson radical of the corresponding Nakayama algebra. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001251The number of parts of a partition that are not congruent 1 modulo 3. St001270The bandwidth of a graph. St001277The degeneracy of a graph. St001278The number of indecomposable modules that are fixed by $\tau \Omega^1$ composed with its inverse in the corresponding Nakayama algebra. St001287The number of primes obtained by multiplying preimage and image of a permutation and subtracting one. 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. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001358The largest degree of a regular subgraph of a graph. St001375The pancake length of a permutation. St001391The disjunction number of a graph. St001416The length of a longest palindromic factor of a binary word. St001417The length of a longest palindromic subword of a binary word. St001420Half the length of a longest factor which is its own reverse-complement of a binary word. St001421Half the length of a longest factor which is its own reverse-complement and begins with a one of a binary word. St001458The rank of the adjacency matrix of a graph. St001488The number of corners of a skew partition. St001557The number of inversions of the second entry of a permutation. St001558The number of transpositions that are smaller or equal to a permutation in Bruhat order. St001575The minimal number of edges to add or remove to make a graph edge transitive. St001579The number of cyclically simple transpositions decreasing the number of cyclic descents needed to sort a permutation. St001644The dimension of a graph. St001671Haglund's hag of a permutation. St001684The reduced word complexity of a permutation. St001685The number of distinct positions of the pattern letter 1 in occurrences of 132 in a permutation. St001726The number of visible inversions of a permutation. St001727The number of invisible inversions of a permutation. St001743The discrepancy of a graph. St001759The Rajchgot index of a permutation. St001760The number of prefix or suffix reversals needed to sort a permutation. St001792The arboricity of a graph. St001811The Castelnuovo-Mumford regularity of a permutation. St001812The biclique partition number of a graph. St001814The number of partitions interlacing the given partition. St001918The degree of the cyclic sieving polynomial corresponding to an integer partition. St001962The proper pathwidth of a graph. St000454The largest eigenvalue of a graph if it is integral. St000420The number of Dyck paths that are weakly above a Dyck path. St000485The length of the longest cycle of a permutation. St000668The least common multiple of the parts of the partition. St000708The product of the parts of an integer partition. St000727The largest label of a leaf in the binary search tree associated with the permutation. St000844The size of the largest block in the direct sum decomposition of a permutation. St000898The number of maximal entries in the last diagonal of the monotone triangle. 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. St001645The pebbling number of a connected graph. St000216The absolute length of a permutation. St000419The number of Dyck paths that are weakly above the Dyck path, except for the path itself. St000494The number of inversions of distance at most 3 of a permutation. St000495The number of inversions of distance at most 2 of a permutation. St000741The Colin de Verdière graph invariant. St000794The mak of a permutation. St000796The stat' of a permutation. St000798The makl of a permutation. St000809The reduced reflection length of the permutation. St000831The number of indices that are either descents or recoils. St000833The comajor index of a permutation. St000946The sum of the skew hook positions in a Dyck path. St000956The maximal displacement of a permutation. St000957The number of Bruhat lower covers of a permutation. St001076The minimal length of a factorization of a permutation into transpositions that are cyclic shifts of (12). St001077The prefix exchange distance of a permutation. St001080The minimal length of a factorization of a permutation using the transposition (12) and the cycle (1,. 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. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001281The normalized isoperimetric number of a graph. St001480The number of simple summands of the module J^2/J^3. St001592The maximal number of simple paths between any two different vertices of a graph. St000928The sum of the coefficients of the character polynomial of an integer partition. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St000467The hyper-Wiener index of a connected graph. St000455The second largest eigenvalue of a graph if it is integral. St000762The sum of the positions of the weak records of an integer composition. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001118The acyclic chromatic index of a graph. St001624The breadth of a lattice. St000259The diameter of a connected 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. St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000456The monochromatic index of a connected graph. St000813The number of zero-one matrices with weakly decreasing column sums and row sums given by the partition. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000815The number of semistandard Young tableaux of partition weight of given shape. St001060The distinguishing index of a graph. 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. St001378The product of the cohook lengths of the integer partition. St001380The number of monomer-dimer tilings of a Ferrers diagram. St001607The number of coloured graphs 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. St000264The girth of a graph, which is not a tree. St000806The semiperimeter of the associated bargraph. 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. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice.
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!