A352208 Largest number of maximal 3-colorable node-induced subgraphs of an n-node graph.
1, 1, 1, 4, 10, 20, 35, 56, 84
Offset: 1
Examples
For 3 <= n <= 9, a(n) = binomial(n,3) = A000292(n-2) and the complete graph is optimal (it is the unique optimal graph for 4 <= n <= 9), but a(10) >= 140 > binomial(10,3).
Links
- Natasha Morrison and Alex Scott, Maximising the number of induced cycles in a graph, Journal of Combinatorial Theory Series B 126 (2017), 24-61.
Crossrefs
Formula
a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 911^(1/13) = 1.68909... .
Comments