Your data matches 235 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000269: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> 2 = 1 + 1
([(1,2)],3)
=> 2 = 1 + 1
([(0,2),(1,2)],3)
=> 4 = 3 + 1
([(0,1),(0,2),(1,2)],3)
=> 6 = 5 + 1
([(2,3)],4)
=> 2 = 1 + 1
([(1,3),(2,3)],4)
=> 4 = 3 + 1
([(0,3),(1,2)],4)
=> 4 = 3 + 1
([(1,2),(1,3),(2,3)],4)
=> 6 = 5 + 1
([(3,4)],5)
=> 2 = 1 + 1
([(2,4),(3,4)],5)
=> 4 = 3 + 1
([(1,4),(2,3)],5)
=> 4 = 3 + 1
([(2,3),(2,4),(3,4)],5)
=> 6 = 5 + 1
([(4,5)],6)
=> 2 = 1 + 1
([(3,5),(4,5)],6)
=> 4 = 3 + 1
([(2,5),(3,4)],6)
=> 4 = 3 + 1
([(3,4),(3,5),(4,5)],6)
=> 6 = 5 + 1
([(5,6)],7)
=> 2 = 1 + 1
([(4,6),(5,6)],7)
=> 4 = 3 + 1
([(3,6),(4,5)],7)
=> 4 = 3 + 1
([(4,5),(4,6),(5,6)],7)
=> 6 = 5 + 1
Description
The number of acyclic orientations of a graph.
St000350: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> 2 = 1 + 1
([(1,2)],3)
=> 2 = 1 + 1
([(0,2),(1,2)],3)
=> 4 = 3 + 1
([(0,1),(0,2),(1,2)],3)
=> 6 = 5 + 1
([(2,3)],4)
=> 2 = 1 + 1
([(1,3),(2,3)],4)
=> 4 = 3 + 1
([(0,3),(1,2)],4)
=> 4 = 3 + 1
([(1,2),(1,3),(2,3)],4)
=> 6 = 5 + 1
([(3,4)],5)
=> 2 = 1 + 1
([(2,4),(3,4)],5)
=> 4 = 3 + 1
([(1,4),(2,3)],5)
=> 4 = 3 + 1
([(2,3),(2,4),(3,4)],5)
=> 6 = 5 + 1
([(4,5)],6)
=> 2 = 1 + 1
([(3,5),(4,5)],6)
=> 4 = 3 + 1
([(2,5),(3,4)],6)
=> 4 = 3 + 1
([(3,4),(3,5),(4,5)],6)
=> 6 = 5 + 1
([(5,6)],7)
=> 2 = 1 + 1
([(4,6),(5,6)],7)
=> 4 = 3 + 1
([(3,6),(4,5)],7)
=> 4 = 3 + 1
([(4,5),(4,6),(5,6)],7)
=> 6 = 5 + 1
Description
The sum of the vertex degrees of a graph. This is clearly equal to twice the number of edges, and, incidentally, also equal to the trace of the Laplacian matrix of a graph. From this it follows that it is also the sum of the squares of the eigenvalues of the adjacency matrix of the graph. The Laplacian matrix is defined as $D-A$ where $D$ is the degree matrix (the diagonal matrix with the vertex degrees on the diagonal) and where $A$ is the adjacency matrix. See [1] for detailed definitions.
Mp00251: Graphs clique sizesInteger partitions
St000707: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [2]
=> 2 = 1 + 1
([(1,2)],3)
=> [2,1]
=> 2 = 1 + 1
([(0,2),(1,2)],3)
=> [2,2]
=> 4 = 3 + 1
([(0,1),(0,2),(1,2)],3)
=> [3]
=> 6 = 5 + 1
([(2,3)],4)
=> [2,1,1]
=> 2 = 1 + 1
([(1,3),(2,3)],4)
=> [2,2,1]
=> 4 = 3 + 1
([(0,3),(1,2)],4)
=> [2,2]
=> 4 = 3 + 1
([(1,2),(1,3),(2,3)],4)
=> [3,1]
=> 6 = 5 + 1
([(3,4)],5)
=> [2,1,1,1]
=> 2 = 1 + 1
([(2,4),(3,4)],5)
=> [2,2,1,1]
=> 4 = 3 + 1
([(1,4),(2,3)],5)
=> [2,2,1]
=> 4 = 3 + 1
([(2,3),(2,4),(3,4)],5)
=> [3,1,1]
=> 6 = 5 + 1
([(4,5)],6)
=> [2,1,1,1,1]
=> 2 = 1 + 1
([(3,5),(4,5)],6)
=> [2,2,1,1,1]
=> 4 = 3 + 1
([(2,5),(3,4)],6)
=> [2,2,1,1]
=> 4 = 3 + 1
([(3,4),(3,5),(4,5)],6)
=> [3,1,1,1]
=> 6 = 5 + 1
([(5,6)],7)
=> [2,1,1,1,1,1]
=> 2 = 1 + 1
([(4,6),(5,6)],7)
=> [2,2,1,1,1,1]
=> 4 = 3 + 1
([(3,6),(4,5)],7)
=> [2,2,1,1,1]
=> 4 = 3 + 1
([(4,5),(4,6),(5,6)],7)
=> [3,1,1,1,1]
=> 6 = 5 + 1
Description
The product of the factorials of the parts.
Matching statistic: St000524
Mp00266: Graphs connected vertex partitionsLattices
Mp00193: Lattices to posetPosets
St000524: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(1,2)],3)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(2,3)],4)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(3,4)],5)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(4,5)],6)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(3,5),(4,5)],6)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(2,5),(3,4)],6)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(3,4),(3,5),(4,5)],6)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(5,6)],7)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(4,6),(5,6)],7)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(3,6),(4,5)],7)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(4,5),(4,6),(5,6)],7)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
Description
The number of posets with the same order polynomial. The order polynomial of a poset $P$ is the polynomial $S$ such that $S(m)$ is the number of order-preserving maps from $P$ to $\{1,\dots,m\}$. See sections 3.12 and 3.15 of [1].
Matching statistic: St000525
Mp00266: Graphs connected vertex partitionsLattices
Mp00193: Lattices to posetPosets
St000525: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(1,2)],3)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(2,3)],4)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(3,4)],5)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(4,5)],6)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(3,5),(4,5)],6)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(2,5),(3,4)],6)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(3,4),(3,5),(4,5)],6)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
([(5,6)],7)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> 1
([(4,6),(5,6)],7)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(3,6),(4,5)],7)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 3
([(4,5),(4,6),(5,6)],7)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 5
Description
The number of posets with the same zeta polynomial. The zeta polynomial $Z$ is the polynomial such that $Z(m)$ is the number of weakly increasing sequences $x_1\leq x_2\leq\dots\leq x_{m−1}$ of elements of the poset. See section 3.12 of [1]. Since $$ Z(q) = \sum_{k\geq 1} \binom{q-2}{k-1} c_k, $$ where $c_k$ is the number of chains of length $k$, this statistic is the same as the number of posets with the same chain polynomial.
Mp00276: Graphs to edge-partition of biconnected componentsInteger partitions
Mp00321: Integer partitions 2-conjugateInteger partitions
St000869: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [1]
=> [1]
=> 1
([(1,2)],3)
=> [1]
=> [1]
=> 1
([(0,2),(1,2)],3)
=> [1,1]
=> [1,1]
=> 3
([(0,1),(0,2),(1,2)],3)
=> [3]
=> [2,1]
=> 5
([(2,3)],4)
=> [1]
=> [1]
=> 1
([(1,3),(2,3)],4)
=> [1,1]
=> [1,1]
=> 3
([(0,3),(1,2)],4)
=> [1,1]
=> [1,1]
=> 3
([(1,2),(1,3),(2,3)],4)
=> [3]
=> [2,1]
=> 5
([(3,4)],5)
=> [1]
=> [1]
=> 1
([(2,4),(3,4)],5)
=> [1,1]
=> [1,1]
=> 3
([(1,4),(2,3)],5)
=> [1,1]
=> [1,1]
=> 3
([(2,3),(2,4),(3,4)],5)
=> [3]
=> [2,1]
=> 5
([(4,5)],6)
=> [1]
=> [1]
=> 1
([(3,5),(4,5)],6)
=> [1,1]
=> [1,1]
=> 3
([(2,5),(3,4)],6)
=> [1,1]
=> [1,1]
=> 3
([(3,4),(3,5),(4,5)],6)
=> [3]
=> [2,1]
=> 5
([(5,6)],7)
=> [1]
=> [1]
=> 1
([(4,6),(5,6)],7)
=> [1,1]
=> [1,1]
=> 3
([(3,6),(4,5)],7)
=> [1,1]
=> [1,1]
=> 3
([(4,5),(4,6),(5,6)],7)
=> [3]
=> [2,1]
=> 5
Description
The sum of the hook lengths of an integer partition. For a cell in the Ferrers diagram of a partition, the hook length is given by the number of boxes to its right plus the number of boxes below + 1. This statistic is the sum of all hook lengths of a partition.
Matching statistic: St000946
Mp00276: Graphs to edge-partition of biconnected componentsInteger partitions
Mp00043: Integer partitions to Dyck pathDyck paths
St000946: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(1,2)],3)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(0,2),(1,2)],3)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(0,1),(0,2),(1,2)],3)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 4 = 5 - 1
([(2,3)],4)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(1,3),(2,3)],4)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(0,3),(1,2)],4)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(1,2),(1,3),(2,3)],4)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 4 = 5 - 1
([(3,4)],5)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(2,4),(3,4)],5)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(1,4),(2,3)],5)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(2,3),(2,4),(3,4)],5)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 4 = 5 - 1
([(4,5)],6)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(3,5),(4,5)],6)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(2,5),(3,4)],6)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(3,4),(3,5),(4,5)],6)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 4 = 5 - 1
([(5,6)],7)
=> [1]
=> [1,0,1,0]
=> 0 = 1 - 1
([(4,6),(5,6)],7)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(3,6),(4,5)],7)
=> [1,1]
=> [1,0,1,1,0,0]
=> 2 = 3 - 1
([(4,5),(4,6),(5,6)],7)
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 4 = 5 - 1
Description
The sum of the skew hook positions in a Dyck path. A skew hook is an occurrence of a down step followed by two up steps or of an up step followed by a down step. Write $U_i$ for the $i$-th up step and $D_j$ for the $j$-th down step in the Dyck path. Then the skew hook set is the set $$H = \{j: U_{i−1} U_i D_j \text{ is a skew hook}\} \cup \{i: D_{i−1} D_i U_j\text{ is a skew hook}\}.$$ This statistic is the sum of all elements in $H$.
Mp00275: Graphs to edge-partition of connected componentsInteger partitions
Mp00095: Integer partitions to binary wordBinary words
St001885: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [1]
=> 10 => 2 = 1 + 1
([(1,2)],3)
=> [1]
=> 10 => 2 = 1 + 1
([(0,2),(1,2)],3)
=> [2]
=> 100 => 4 = 3 + 1
([(0,1),(0,2),(1,2)],3)
=> [3]
=> 1000 => 6 = 5 + 1
([(2,3)],4)
=> [1]
=> 10 => 2 = 1 + 1
([(1,3),(2,3)],4)
=> [2]
=> 100 => 4 = 3 + 1
([(0,3),(1,2)],4)
=> [1,1]
=> 110 => 4 = 3 + 1
([(1,2),(1,3),(2,3)],4)
=> [3]
=> 1000 => 6 = 5 + 1
([(3,4)],5)
=> [1]
=> 10 => 2 = 1 + 1
([(2,4),(3,4)],5)
=> [2]
=> 100 => 4 = 3 + 1
([(1,4),(2,3)],5)
=> [1,1]
=> 110 => 4 = 3 + 1
([(2,3),(2,4),(3,4)],5)
=> [3]
=> 1000 => 6 = 5 + 1
([(4,5)],6)
=> [1]
=> 10 => 2 = 1 + 1
([(3,5),(4,5)],6)
=> [2]
=> 100 => 4 = 3 + 1
([(2,5),(3,4)],6)
=> [1,1]
=> 110 => 4 = 3 + 1
([(3,4),(3,5),(4,5)],6)
=> [3]
=> 1000 => 6 = 5 + 1
([(5,6)],7)
=> [1]
=> 10 => 2 = 1 + 1
([(4,6),(5,6)],7)
=> [2]
=> 100 => 4 = 3 + 1
([(3,6),(4,5)],7)
=> [1,1]
=> 110 => 4 = 3 + 1
([(4,5),(4,6),(5,6)],7)
=> [3]
=> 1000 => 6 = 5 + 1
Description
The number of binary words with the same proper border set. The proper border set of a binary word $w$ is the set of proper prefixes which are also suffixes of $w$. For example, $0010000010$, $0010100010$ and $0010110010$ are the words with proper border set $\{0, 0010\}$, whereas $0010010010$ has proper border set $\{0, 0010, 0010010\}$.
Mp00275: Graphs to edge-partition of connected componentsInteger partitions
Mp00095: Integer partitions to binary wordBinary words
St000294: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [1]
=> 10 => 4 = 1 + 3
([(1,2)],3)
=> [1]
=> 10 => 4 = 1 + 3
([(0,2),(1,2)],3)
=> [2]
=> 100 => 6 = 3 + 3
([(0,1),(0,2),(1,2)],3)
=> [3]
=> 1000 => 8 = 5 + 3
([(2,3)],4)
=> [1]
=> 10 => 4 = 1 + 3
([(1,3),(2,3)],4)
=> [2]
=> 100 => 6 = 3 + 3
([(0,3),(1,2)],4)
=> [1,1]
=> 110 => 6 = 3 + 3
([(1,2),(1,3),(2,3)],4)
=> [3]
=> 1000 => 8 = 5 + 3
([(3,4)],5)
=> [1]
=> 10 => 4 = 1 + 3
([(2,4),(3,4)],5)
=> [2]
=> 100 => 6 = 3 + 3
([(1,4),(2,3)],5)
=> [1,1]
=> 110 => 6 = 3 + 3
([(2,3),(2,4),(3,4)],5)
=> [3]
=> 1000 => 8 = 5 + 3
([(4,5)],6)
=> [1]
=> 10 => 4 = 1 + 3
([(3,5),(4,5)],6)
=> [2]
=> 100 => 6 = 3 + 3
([(2,5),(3,4)],6)
=> [1,1]
=> 110 => 6 = 3 + 3
([(3,4),(3,5),(4,5)],6)
=> [3]
=> 1000 => 8 = 5 + 3
([(5,6)],7)
=> [1]
=> 10 => 4 = 1 + 3
([(4,6),(5,6)],7)
=> [2]
=> 100 => 6 = 3 + 3
([(3,6),(4,5)],7)
=> [1,1]
=> 110 => 6 = 3 + 3
([(4,5),(4,6),(5,6)],7)
=> [3]
=> 1000 => 8 = 5 + 3
Description
The number of distinct factors of a binary word. This is also known as the subword complexity of a binary word, see [1].
Mp00275: Graphs to edge-partition of connected componentsInteger partitions
Mp00095: Integer partitions to binary wordBinary words
St000518: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
([(0,1)],2)
=> [1]
=> 10 => 4 = 1 + 3
([(1,2)],3)
=> [1]
=> 10 => 4 = 1 + 3
([(0,2),(1,2)],3)
=> [2]
=> 100 => 6 = 3 + 3
([(0,1),(0,2),(1,2)],3)
=> [3]
=> 1000 => 8 = 5 + 3
([(2,3)],4)
=> [1]
=> 10 => 4 = 1 + 3
([(1,3),(2,3)],4)
=> [2]
=> 100 => 6 = 3 + 3
([(0,3),(1,2)],4)
=> [1,1]
=> 110 => 6 = 3 + 3
([(1,2),(1,3),(2,3)],4)
=> [3]
=> 1000 => 8 = 5 + 3
([(3,4)],5)
=> [1]
=> 10 => 4 = 1 + 3
([(2,4),(3,4)],5)
=> [2]
=> 100 => 6 = 3 + 3
([(1,4),(2,3)],5)
=> [1,1]
=> 110 => 6 = 3 + 3
([(2,3),(2,4),(3,4)],5)
=> [3]
=> 1000 => 8 = 5 + 3
([(4,5)],6)
=> [1]
=> 10 => 4 = 1 + 3
([(3,5),(4,5)],6)
=> [2]
=> 100 => 6 = 3 + 3
([(2,5),(3,4)],6)
=> [1,1]
=> 110 => 6 = 3 + 3
([(3,4),(3,5),(4,5)],6)
=> [3]
=> 1000 => 8 = 5 + 3
([(5,6)],7)
=> [1]
=> 10 => 4 = 1 + 3
([(4,6),(5,6)],7)
=> [2]
=> 100 => 6 = 3 + 3
([(3,6),(4,5)],7)
=> [1,1]
=> 110 => 6 = 3 + 3
([(4,5),(4,6),(5,6)],7)
=> [3]
=> 1000 => 8 = 5 + 3
Description
The number of distinct subsequences in a binary word. In contrast to the subword complexity [[St000294]] this is the cardinality of the set of all subsequences of not necessarily consecutive letters.
The following 225 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000032The number of elements smaller than the given Dyck path in the Tamari Order. St000420The number of Dyck paths that are weakly above a Dyck path. St001182Number of indecomposable injective modules with codominant dimension at least two in the corresponding Nakayama algebra. 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. St001255The vector space dimension of the double dual of A/J when A is the corresponding Nakayama algebra with Jacobson radical J. St000012The area of a Dyck path. St000038The product of the heights of the descending steps of a Dyck path. St000419The number of Dyck paths that are weakly above the Dyck path, except for the path itself. St000438The position of the last up step in a Dyck path. St000984The number of boxes below precisely one peak. St001213The number of indecomposable modules in the corresponding Nakayama algebra that have vanishing first Ext-group with the regular module. St001259The vector space dimension of the double dual of D(A) in the corresponding Nakayama algebra. St001295Gives the vector space dimension of the homomorphism space between J^2 and J^2. St001348The bounce of the parallelogram polyomino associated with the Dyck path. St001669The number of single rises in a Dyck path. St001956The comajor index for set-valued two-row standard Young tableaux. St000978The sum of the positions of double down-steps of a Dyck path. St001002Number of indecomposable modules with projective and injective dimension at most 1 in the Nakayama algebra corresponding to the Dyck path. St001218Smallest index k greater than or equal to one such that the Coxeter matrix C of the corresponding Nakayama algebra has C^k=1. St000949Gives the number of generalised tilting modules of the corresponding LNakayama algebra. St001138The number of indecomposable modules with projective dimension or injective dimension at most one in the corresponding Nakayama algebra. St000948The chromatic discriminant of a graph. St001475The evaluation of the Tutte polynomial of the graph at (x,y) equal to (1,0). St000422The energy of a graph, if it is integral. St001069The coefficient of the monomial xy of the Tutte polynomial of the graph. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. 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. 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. St000478Another weight of a partition according to Alladi. St000928The sum of the coefficients of the character polynomial of an integer partition. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St001385The number of conjugacy classes of subgroups with connected subgroups of sizes prescribed by an integer partition. St000509The diagonal index (content) of a partition. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000678The number of up steps after the last double rise of a Dyck path. St000939The number of characters of the symmetric group whose value on the partition is positive. St000993The multiplicity of the largest part of an integer partition. St001038The minimal height of a column in the parallelogram polyomino associated with the Dyck path. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. 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. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000932The number of occurrences of the pattern UDU in a Dyck path. St000936The number of even values of the symmetric group character corresponding to the partition. 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. St000418The number of Dyck paths that are weakly below a Dyck path. St000977MacMahon's equal index of a Dyck path. St000981The length of the longest zigzag subpath. St001531Number of partial orders contained in the poset determined by the Dyck path. St001959The product of the heights of the peaks of a Dyck path. St000421The number of Dyck paths that are weakly below a Dyck path, except for the path itself. St000444The length of the maximal rise of a Dyck path. St000675The number of centered multitunnels of a Dyck path. St000813The number of zero-one matrices with weakly decreasing column sums and row sums given by the partition. St001500The global dimension of magnitude 1 Nakayama algebras. St001501The dominant dimension of magnitude 1 Nakayama algebras. St000442The maximal area to the right of an up step of a Dyck path. St000874The position of the last double rise in a Dyck path. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. 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. St001418Half of the global dimension of the stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001480The number of simple summands of the module J^2/J^3. St001498The normalised height of a Nakayama algebra with magnitude 1. St001070The absolute value of the derivative of the chromatic polynomial of the graph at 1. St001071The beta invariant of the graph. St000456The monochromatic index of a connected graph. St001118The acyclic chromatic index of a graph. St000467The hyper-Wiener index of a connected graph. St001262The dimension of the maximal parabolic seaweed algebra corresponding to the partition. St001564The value of the forgotten symmetric functions when all variables set to 1. St001177Twice the mean value of the major index among all standard Young tableaux of a partition. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001875The number of simple modules with projective dimension at most 1. 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. St000046The largest eigenvalue of the random to random operator acting on the simple module corresponding to the given partition. St000137The Grundy value of an integer partition. St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000460The hook length of the last cell along the main diagonal of an integer partition. St000618The number of self-evacuating tableaux of given shape. St000667The greatest common divisor of the parts of the partition. St000755The number of real roots of the characteristic polynomial of a linear recurrence associated with an integer partition. St000781The number of proper colouring schemes of a Ferrers diagram. St000870The product of the hook lengths of the diagonal cells in an integer partition. St001122The multiplicity of the sign representation in the Kronecker square corresponding to a partition. St001247The number of parts of a partition that are not congruent 2 modulo 3. St001249Sum of the odd parts of a partition. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001283The number of finite solvable groups that are realised by the given partition over the complex numbers. St001284The number of finite groups that are realised by the given partition over the complex numbers. St001360The number of covering relations in Young's lattice below a partition. St001364The number of permutations whose cube equals a fixed permutation of given cycle type. St001378The product of the cohook lengths of the integer partition. St001380The number of monomer-dimer tilings of a Ferrers diagram. St001383The BG-rank of an integer partition. St001389The number of partitions of the same length below the given integer partition. St001432The order dimension of the partition. St001442The number of standard Young tableaux whose major index is divisible by the size of a given integer partition. St001525The number of symmetric hooks on the diagonal of a partition. St001527The cyclic permutation representation number of an integer partition. St001529The number of monomials in the expansion of the nabla operator applied to the power-sum symmetric function indexed by the partition. St001561The value of the elementary symmetric function evaluated at 1. St001562The value of the complete homogeneous symmetric function evaluated at 1. St001563The value of the power-sum symmetric function evaluated at 1. St001571The Cartan determinant of the integer partition. St001593This is the number of standard Young tableaux of the given shifted shape. St001599The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on rooted trees. St001600The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple graphs. St001601The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on trees. St001602The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on endofunctions. 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. St001608The number of coloured rooted trees such that the multiplicities of colours are given by a partition. St001609The number of coloured trees such that the multiplicities of colours are given by a partition. St001610The number of coloured endofunctions 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. St001627The number of coloured connected graphs such that the multiplicities of colours are given by a partition. St001628The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple connected graphs. St001763The Hurwitz number of an integer partition. St001780The order of promotion on the set of standard tableaux of given shape. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St001877Number of indecomposable injective modules with projective dimension 2. St001899The total number of irreducible representations contained in the higher Lie character for an integer partition. St001900The number of distinct irreducible representations contained in the higher Lie character for an integer partition. St001901The largest multiplicity of an irreducible representation contained in the higher Lie character for an integer partition. St001908The number of semistandard tableaux of distinct weight whose maximal entry is the length of the partition. St001913The number of preimages of an integer partition in Bulgarian solitaire. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St001924The number of cells in an integer partition whose arm and leg length coincide. St001933The largest multiplicity of a part in an integer partition. St001934The number of monotone factorisations of genus zero of a permutation of given cycle type. St001936The number of transitive factorisations of a permutation of given cycle type into star transpositions. St001938The number of transitive monotone factorizations of genus zero of a permutation of given cycle type. St001939The number of parts that are equal to their multiplicity in the integer partition. St001940The number of distinct parts that are equal to their multiplicity in the integer partition. St001943The sum of the squares of the hook lengths of an integer partition. St000145The Dyson rank of a partition. St000175Degree of the polynomial counting the number of semistandard Young tableaux when stretching the shape. St000205Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and partition weight. St000206Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000225Difference between largest and smallest parts in a partition. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000506The number of standard desarrangement tableaux of shape equal to the given partition. St000749The smallest integer d such that the restriction of the representation corresponding to a partition of n to the symmetric group on n-d letters has a constituent of odd degree. St000944The 3-degree of an integer partition. St001175The size of a partition minus the hook length of the base cell. St001176The size of a partition minus its first part. St001178Twelve times the variance of the major index among all standard Young tableaux of a partition. St001248Sum of the even parts of a partition. St001279The sum of the parts of an integer partition that are at least two. St001280The number of parts of an integer partition that are at least two. St001281The normalized isoperimetric number of a graph. St001384The number of boxes in the diagram of a partition that do not lie in the largest triangle it contains. St001392The largest nonnegative integer which is not a part and is smaller than the largest part of the partition. St001440The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition. St001541The Gini index of an integer partition. St001586The number of odd parts smaller than the largest even part in an integer partition. St001587Half of the largest even part of an integer partition. St001592The maximal number of simple paths between any two different vertices of a graph. St001657The number of twos in an integer partition. St001714The number of subpartitions of an integer partition that do not dominate the conjugate subpartition. St001767The largest minimal number of arrows pointing to a cell in the Ferrers diagram in any assignment. St001912The length of the preperiod in Bulgarian solitaire corresponding to an integer partition. St001918The degree of the cyclic sieving polynomial corresponding to an integer partition. St001961The sum of the greatest common divisors of all pairs of parts. St000474Dyson's crank of a partition. 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$. St000699The toughness times the least common multiple of 1,. St000264The girth of a graph, which is not a tree. St001060The distinguishing index of a graph. St000455The second largest eigenvalue of a graph if it is integral. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St001570The minimal number of edges to add to make a graph Hamiltonian. St000464The Schultz index of a connected graph. St001545The second Elser number of a connected graph. St001704The size of the largest multi-subset-intersection of the deck of a graph with the deck of another graph. St000379The number of Hamiltonian cycles in a graph. St000741The Colin de Verdière graph invariant. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St000713The dimension of the irreducible representation of Sp(4) labelled by an integer partition. St000927The alternating sum of the coefficients of the character polynomial of an integer partition. 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. St001568The smallest positive integer that does not appear twice in the partition. St001651The Frankl number of a lattice. St000284The Plancherel distribution on integer partitions. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000567The sum of the products of all pairs of parts. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000681The Grundy value of Chomp on Ferrers diagrams. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000929The constant term 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. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St001128The exponens consonantiae of a partition. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000934The 2-degree of an integer partition. St000938The number of zeros of the symmetric group character corresponding to the partition. St000940The number of characters of the symmetric group whose value on the partition is zero. St000941The number of characters of the symmetric group whose value on the partition is even. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000477The weight of a partition according to Alladi. St000997The even-odd crank of an integer partition. St000716The dimension of the irreducible representation of Sp(6) labelled by an integer partition. St000259The diameter of a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000260The radius of a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset.