OFFSET
1,2
COMMENTS
This is a complete-coloring (achromatic-type) problem: the coloring need not be proper, so two edge-adjacent cells may share a color; a valid n-coloring is one in which all binomial(n,2) color pairs occur on some cell-cell edge.
Two lower bounds hold, where k denotes the number of cells:
- Edge-isoperimetric bound L1(n) = min { k : 3*k - ceiling(sqrt(12*k - 3)) >= binomial(n, 2) }.
- Per-color bound L2(n) = n * ceiling((n - 1) / 6).
Their maximum equals a(n) for all n in 1..10 except n = 7, where a(7) = 12 exceeds it by one.
The hexagonal-lattice analog of A278299.
LINKS
Peter Exley, Solver code, data, and figures, GitHub.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Peter Exley, May 18 2026
STATUS
approved
