OFFSET
0,3
COMMENTS
Number of minimum (and minimal) dominating sets in the n X n rook graph. - Eric W. Weisstein, Jun 20 2017 and Aug 02 2017
REFERENCES
A. M. Yaglom and I. M. Yaglom, Challenging Mathematical Problems with Elementary Solutions, Vol. 1: Combinatorial Analysis and Probability Theory, Dover Publications, 1987, p. 77
LINKS
Eric Weisstein's World of Mathematics, Minimal Dominating Set
Eric Weisstein's World of Mathematics, Minimum Dominating Set
Eric Weisstein's World of Mathematics, Rook Graph
FORMULA
a(n) = 2*n^n - n!.
MAPLE
MATHEMATICA
Table[2 n^n - n!, {n, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Stephen Penrice, Apr 09 2017
STATUS
approved