A352210 Largest number of maximal 2-degenerate node-induced subgraphs of an n-node graph.
1, 1, 1, 4, 10, 20, 35, 56, 97
Offset: 1
Examples
For 3 <= n <= 8, a(n) = binomial(n,3) = A000292(n-2) and the complete graph is optimal, but a(9) = 97 > binomial(9,3) with the optimal graph being the complement of the disjoint union of K_3 and K_{3,3}. The optimal graph is unique when 4 <= n <= 9.
Formula
a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 97^(1/9) = 1.66246... .
Comments