searching the database
Your data matches 101 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: St000120
(load all 4 compositions to match this statistic)
(load all 4 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000120: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000120: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 2
Description
The number of left tunnels of a Dyck path.
A tunnel is a pair (a,b) where a is the position of an open parenthesis and b is the position of the matching close parenthesis. If a+b
Matching statistic: St000331
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000331: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St000331: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> 1
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 2
000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 2
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
Description
The number of upper interactions of a Dyck path.
An ''upper interaction'' in a Dyck path is defined as the occurrence of a factor '''$A^{k}$$B^{k}$''' for any '''${k ≥ 1}$''', where '''${A}$''' is a down-step and '''${B}$''' is a up-step.
Matching statistic: St001176
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00040: Integer compositions —to partition⟶ Integer partitions
St001176: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00040: Integer compositions —to partition⟶ Integer partitions
St001176: Integer partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [2]
=> 0
1 => [1,1] => [1,1]
=> 1
00 => [3] => [3]
=> 0
01 => [2,1] => [2,1]
=> 1
10 => [1,2] => [2,1]
=> 1
11 => [1,1,1] => [1,1,1]
=> 2
000 => [4] => [4]
=> 0
001 => [3,1] => [3,1]
=> 1
010 => [2,2] => [2,2]
=> 2
011 => [2,1,1] => [2,1,1]
=> 2
100 => [1,3] => [3,1]
=> 1
101 => [1,2,1] => [2,1,1]
=> 2
110 => [1,1,2] => [2,1,1]
=> 2
111 => [1,1,1,1] => [1,1,1,1]
=> 3
Description
The size of a partition minus its first part.
This is the number of boxes in its diagram that are not in the first row.
Matching statistic: St001270
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001270: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001270: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 0
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 0
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
000 => [4] => ([],4)
=> 0
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
010 => [2,2] => ([(1,3),(2,3)],4)
=> 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
100 => [1,3] => ([(2,3)],4)
=> 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
Description
The bandwidth of a graph.
The bandwidth of a graph is the smallest number $k$ such that the vertices of the graph can be
ordered as $v_1,\dots,v_n$ with $k \cdot d(v_i,v_j) \geq |i-j|$.
We adopt the convention that the singleton graph has bandwidth $0$, consistent with the bandwith of the complete graph on $n$ vertices having bandwidth $n-1$, but in contrast to any path graph on more than one vertex having bandwidth $1$. The bandwidth of a disconnected graph is the maximum of the bandwidths of the connected components.
Matching statistic: St001509
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001509: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
St001509: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> 1
10 => [1,2] => [1,0,1,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> 2
000 => [4] => [1,1,1,1,0,0,0,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 2
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
Description
The degree of the standard monomial associated to a Dyck path relative to the trivial lower boundary.
Given two lattice paths $U,L$ from $(0,0)$ to $(d,n-d)$, [1] describes a bijection between lattice paths weakly between $U$ and $L$ and subsets of $\{1,\dots,n\}$ such that the set of all such subsets gives the standard complex of the lattice path matroid $M[U,L]$.
This statistic gives the cardinality of the image of this bijection when a Dyck path is considered as a path weakly below the diagonal and relative to the trivial lower boundary.
Matching statistic: St001644
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001644: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001644: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 0
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 0
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
000 => [4] => ([],4)
=> 0
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
010 => [2,2] => ([(1,3),(2,3)],4)
=> 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
100 => [1,3] => ([(2,3)],4)
=> 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
Description
The dimension of a graph.
The dimension of a graph is the least integer $n$ such that there exists a representation of the graph in the Euclidean space of dimension $n$ with all vertices distinct and all edges having unit length. Edges are allowed to intersect, however.
Matching statistic: St001962
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001962: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001962: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 0
1 => [1,1] => ([(0,1)],2)
=> 1
00 => [3] => ([],3)
=> 0
01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
10 => [1,2] => ([(1,2)],3)
=> 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
000 => [4] => ([],4)
=> 0
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
010 => [2,2] => ([(1,3),(2,3)],4)
=> 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
100 => [1,3] => ([(2,3)],4)
=> 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
Description
The proper pathwidth of a graph.
The proper pathwidth $\operatorname{ppw}(G)$ was introduced in [1] as the minimum width of a proper-path-decomposition. Barioli et al. [2] showed that if $G$ has at least one edge, then $\operatorname{ppw}(G)$ is the minimum $k$ for which $G$ is a minor of the Cartesian product $K_k \square P$ of a complete graph on $k$ vertices with a path; and further that $\operatorname{ppw}(G)$ is the minor monotone floor $\lfloor \operatorname{Z} \rfloor(G) := \min\{\operatorname{Z}(H) \mid G \preceq H\}$ of the [[St000482|zero forcing number]] $\operatorname{Z}(G)$. It can be shown [3, Corollary 9.130] that only the spanning supergraphs need to be considered for $H$ in this definition, i.e. $\lfloor \operatorname{Z} \rfloor(G) = \min\{\operatorname{Z}(H) \mid G \le H,\; V(H) = V(G)\}$.
The minimum degree $\delta$, treewidth $\operatorname{tw}$, and pathwidth $\operatorname{pw}$ satisfy
$$\delta \le \operatorname{tw} \le \operatorname{pw} \le \operatorname{ppw} = \lfloor \operatorname{Z} \rfloor \le \operatorname{pw} + 1.$$
Note that [4] uses a different notion of proper pathwidth, which is equal to bandwidth.
Matching statistic: St001883
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001883: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St001883: Graphs ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => ([],2)
=> 1 = 0 + 1
1 => [1,1] => ([(0,1)],2)
=> 2 = 1 + 1
00 => [3] => ([],3)
=> 1 = 0 + 1
01 => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
10 => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
000 => [4] => ([],4)
=> 1 = 0 + 1
001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 2 + 1
010 => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
100 => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
Description
The mutual visibility number of a graph.
This is the largest cardinality of a subset $P$ of vertices of a graph $G$, such that for each pair of vertices in $P$ there is a shortest path in $G$ which contains no other point in $P$.
In particular, the mutual visibility number of the disjoint union of two graphs is the maximum of their mutual visibility numbers.
Matching statistic: St000024
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00122: Dyck paths —Elizalde-Deutsch bijection⟶ Dyck paths
St000024: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00122: Dyck paths —Elizalde-Deutsch bijection⟶ Dyck paths
St000024: Dyck paths ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> [1,0,1,0]
=> 0
1 => [1,1] => [1,0,1,0]
=> [1,1,0,0]
=> 1
00 => [3] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 0
01 => [2,1] => [1,1,0,0,1,0]
=> [1,1,1,0,0,0]
=> 2
10 => [1,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> 1
11 => [1,1,1] => [1,0,1,0,1,0]
=> [1,1,0,0,1,0]
=> 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0]
=> 3
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 1
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,1,0,1,1,0,0,0]
=> 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 2
Description
The number of double up and double down steps of a Dyck path.
In other words, this is the number of double rises (and, equivalently, the number of double falls) of a Dyck path.
Matching statistic: St000155
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00024: Dyck paths —to 321-avoiding permutation⟶ Permutations
St000155: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00024: Dyck paths —to 321-avoiding permutation⟶ Permutations
St000155: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => [1,1,0,0]
=> [1,2] => 0
1 => [1,1] => [1,0,1,0]
=> [2,1] => 1
00 => [3] => [1,1,1,0,0,0]
=> [1,2,3] => 0
01 => [2,1] => [1,1,0,0,1,0]
=> [3,1,2] => 1
10 => [1,2] => [1,0,1,1,0,0]
=> [2,3,1] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [2,1,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [1,2,3,4] => 0
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 1
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => 2
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [3,1,4,2] => 2
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [2,1,3,4] => 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [2,4,1,3] => 2
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [2,1,4,3] => 2
Description
The number of exceedances (also excedences) of a permutation.
This is defined as $exc(\sigma) = \#\{ i : \sigma(i) > i \}$.
It is known that the number of exceedances is equidistributed with the number of descents, and that the bistatistic $(exc,den)$ is [[Permutations/Descents-Major#Euler-Mahonian_statistics|Euler-Mahonian]]. Here, $den$ is the Denert index of a permutation, see [[St000156]].
The following 91 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000228The size of a partition. St000316The number of non-left-to-right-maxima of a permutation. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St000333The dez statistic, the number of descents of a permutation after replacing fixed points by zeros. St000337The lec statistic, the sum of the inversion numbers of the hook factors of a permutation. St000374The number of exclusive right-to-left minima of a permutation. St000384The maximal part of the shifted composition of an integer partition. St000394The sum of the heights of the peaks of a Dyck path minus the number of peaks. St000442The maximal area to the right of an up step of a Dyck path. St000459The hook length of the base cell of a partition. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000662The staircase size of the code of a permutation. St000703The number of deficiencies of a permutation. St000783The side length of the largest staircase partition fitting into a partition. St000784The maximum of the length and the largest part of the integer partition. St000829The Ulam distance of a permutation to the identity permutation. St000996The number of exclusive left-to-right maxima of a permutation. 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. St001298The number of repeated entries in the Lehmer code of a permutation. St001480The number of simple summands of the module J^2/J^3. St001508The degree of the standard monomial associated to a Dyck path relative to the diagonal boundary. St001760The number of prefix or suffix reversals needed to sort a permutation. St000013The height of a Dyck path. St000063The number of linear extensions of a certain poset defined for an integer partition. St000108The number of partitions contained in the given partition. St000443The number of long tunnels of a Dyck path. St000532The total number of rook placements on a Ferrers board. St000626The minimal period of a binary word. St000738The first entry in the last row of a standard tableau. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St001389The number of partitions of the same length below the given integer partition. St001400The total number of Littlewood-Richardson tableaux of given shape. St001419The length of the longest palindromic factor beginning with a one of a binary word. St000969We make a CNakayama algebra out of the LNakayama algebra (corresponding to the Dyck path) $[c_0,c_1,...,c_{n-1}]$ by adding $c_0$ to $c_{n-1}$. St001180Number of indecomposable injective modules with projective dimension at most 1. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000460The hook length of the last cell along the main diagonal of an integer partition. St000741The Colin de Verdière graph invariant. St000870The product of the hook lengths of the diagonal cells in 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. St001280The number of parts of an integer partition that are at least two. St001360The number of covering relations in Young's lattice below a partition. St001380The number of monomer-dimer tilings of a Ferrers diagram. St001432The order dimension of the partition. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000454The largest eigenvalue of a graph if it is integral. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001645The pebbling number 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. 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. St000678The number of up steps after the last double rise of a Dyck path. St000706The product of the factorials of the multiplicities of an integer partition. St000755The number of real roots of the characteristic polynomial of a linear recurrence associated with 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. St000993The multiplicity of the largest part of an integer partition. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001500The global dimension of magnitude 1 Nakayama algebras. St001501The dominant dimension of magnitude 1 Nakayama algebras. St001568The smallest positive integer that does not appear twice in the partition. St001808The box weight or horizontal decoration of a Dyck path. St000259The diameter of a connected graph. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. 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. St000933The number of multipartitions of sizes given by an integer partition. St000939The number of characters of the symmetric group whose value on the partition is positive. St001330The hat guessing number of a graph. St001378The product of the cohook lengths of the integer partition. St001600The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple graphs. St001606The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on set partitions. 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. St000464The Schultz 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$. St001545The second Elser number of a connected 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. St001060The distinguishing index of a graph.
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!