login
A370428
Connected domination number of the n X n king graph.
2
1, 1, 1, 4, 5, 8, 12, 15, 20, 24, 28, 33, 39, 46, 52, 58
OFFSET
1,4
COMMENTS
In other words, a(n) is the minimum number of kings that can be placed on an n X n chessboard such that (i) the occupied squares form a single connected component, and (ii) every square is either occupied by a king or adjacent to one that is.
a(17) <= 67; a(18) <= 75; a(19) <= 83; a(20) <= 92.
LINKS
Eric Weisstein's World of Mathematics, Connected Domination Number.
Eric Weisstein's World of Mathematics, King Graph.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Alexander D. Healy, Feb 24 2024
EXTENSIONS
a(13)-a(16) from Andrew Howroyd, Feb 25 2024
STATUS
approved