A352212 Largest number of maximal triangle-free node-induced subgraphs of an n-node graph.
1, 1, 3, 6, 10, 15, 21, 36, 60
Offset: 1
Examples
For 2 <= n <= 7, a(n) = binomial(n,2) = A000217(n-1) and the complete graph is optimal (it is the unique optimal graph for 3 <= n <= 7), but a(8) = 36 > binomial(8,2), with the optimal graphs being K_4 + K_4, with up to 4 additional node-disjoint edges. For n = 9 the optimal graphs are K_4 + K_5 with up to 4 additional node-disjoint edges.
Crossrefs
Formula
a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 10^(1/5) = 1.58489... .
Comments