login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A347922 Number of minimal total dominating sets in the n X n rook complement graph. 2
0, 1, 51, 492, 2500, 8925, 25431, 61936, 134352, 266625, 493075, 861036, 1433796, 2293837, 3546375, 5323200, 7786816, 11134881, 15604947, 21479500, 29091300, 38829021, 51143191, 66552432, 85650000, 109110625, 137697651, 172270476, 213792292, 263338125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
From Andrew Howroyd, Jan 19 2022: (Start)
The vertex sets which are not totally dominating are just those that are contained in the union of a single row and column. Minimal total dominating sets are:
- any three vertices such that no two are in the same row or column,
- two vertices in each of two rows/columns. (End)
LINKS
Eric Weisstein's World of Mathematics, Minimal Total Dominating Set
Eric Weisstein's World of Mathematics, Rook Complement Graph
FORMULA
From Andrew Howroyd, Jan 19 2022: (Start)
a(n) = 6*binomial(n,3)^2 + 2*binomial(n,2)^3 - binomial(n,2)^2.
a(n) = (5*n^2 - 11*n + 5)*n^2*(n-1)^2/12.
G.f.: x*(1 + 44*x + 156*x^2 + 92*x^3 + 7*x^4)/(1 - x)^7.
(End)
PROG
(PARI) a(n) = (5*n^2 - 11*n + 5)*n^2*(n-1)^2/12 \\ Andrew Howroyd, Jan 19 2022
CROSSREFS
Sequence in context: A204215 A164646 A128511 * A355418 A142994 A251932
KEYWORD
nonn,easy
AUTHOR
Eric W. Weisstein, Sep 19 2021
EXTENSIONS
Terms a(6) and beyond from Andrew Howroyd, Jan 19 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)