A352211 Largest number of maximal node-induced cluster subgraphs of an n-node graph.
1, 1, 3, 6, 8, 11, 18, 36, 48
Offset: 1
Examples
For 3 <= n <= 9, the following are all optimal graphs, i.e., graphs that have n nodes and a(n) maximal cluster subgraphs: n = 3: the path of length 2; n = 4: the 4-cycle; n = 5: K_{2,3}; n = 6: the Hajós graph (also known as a Sierpiński sieve graph), the square pyramid with an additional node with an edge to the top of the pyramid, K_{3,3}, the prism graph, and the octahedral graph; n = 7: the disjoint union of any optimal graph for n = 3 and any optimal graph for n = 4; n = 8: the disjoint union of any two optimal graphs for n = 4; n = 9: the disjoint union of any optimal graph for n = 4 and any optimal graph for n = 5.
Crossrefs
Formula
a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 6^(1/4) = 1.56508... .
Comments