cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A370001 Maximum number of induced subgraphs, up to isomorphism, of an n-vertex graph.

Original entry on oeis.org

2, 3, 5, 8, 13, 23, 41, 77, 152
Offset: 1

Views

Author

Pontus von Brömssen, Feb 08 2024

Keywords

Comments

The null subgraph is included in the counts.
A graph and its complement have the same number of induced subgraphs.
The number of terms in the n-th row of A263342 is a(n)-n.

Examples

			The table below shows all optimal graphs for n <= 9. For n = 10, a lower bound obtained by generating several thousands of random graphs is shown, together with a graph attaining this bound. Only one graph in each complementary pair is listed. If there is no known simple description or name of the optimal graphs, they are shown in the graph6 format.
   n   a(n)   optimal graphs
  ------------------------------------
   1     2    K_1 (self-complementary)
   2     3    K_2
   3     5    P_3 (path)
   4     8    paw graph
   5    13    dart graph
   6    23    initial part of the Rado graph using BIT predicate (House of Graphs id 25152)
   7    41    "FCZJw"
   8    77    "GCrbU{" (House of Graphs id 36157), "G?qjvS"
   9   152    "HPobRJm"
  10 >=312    "InLEipZiG" (upper bound: 385)
For n = 3, the path graph has 5 induced subgraphs: the null graph, K_1, K_2, the empty graph on 2 vertices, and itself. This is the maximum possible, so a(3) = 5.
		

Crossrefs

Cf. A000088, A097911, A263342, A370002 (connected subgraphs).

Formula

a(n) <= Sum_{k=0..n} min(A000088(k),binomial(n,k)).

A370003 Least number of vertices of a universal graph for connected n-vertex graphs, i.e., a graph containing as induced subgraphs isomorphic copies of all connected n-vertex graphs.

Original entry on oeis.org

1, 2, 4, 7, 9
Offset: 1

Views

Author

Pontus von Brömssen, Feb 08 2024

Keywords

Crossrefs

Showing 1-2 of 2 results.