A342213 Largest number of maximal planar node-induced subgraphs of an n-node graph.
1, 1, 1, 1, 5, 15, 35, 70, 126, 211
Offset: 1
Examples
For 4 <= n <= 9, a(n) = binomial(n,4) = A000332(n) and the complete graph is optimal, but a(10) = 211 > 210 = binomial(10,4) with the optimal graph being the complete 6-partite graph K_{1,1,1,1,3,3}. The optimal graph is unique when 5 <= n <= 10.
Crossrefs
Formula
a(m+n) >= a(m)*a(n).
Lim_{n->oo} a(n)^(1/n) >= 381^(1/11) = 1.71644... .
Comments