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!)
A347634 Number of minimum dominating sets in the n-prism graph (for n > 3 except n = 6). 1
2, 8, 6, 4, 10, 48, 14, 4, 18, 120, 22, 4, 26, 224, 30, 4, 34, 360, 38, 4, 42, 528, 46, 4, 50, 728, 54, 4, 58, 960, 62, 4, 66, 1224, 70, 4, 74, 1520, 78, 4, 82, 1848, 86, 4, 90, 2208, 94, 4, 98, 2600, 102, 4, 106, 3024, 110, 4, 114, 3480, 118, 4, 122, 3968 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numbers of minimum dominating sets in the n-prism graph differ at n = 3 (9 minimum sets) and n = 6 (51 minimum sets).
LINKS
Eric Weisstein's World of Mathematics, Minimum Dominating Set
Eric Weisstein's World of Mathematics, Prism Graph
FORMULA
a(n) = 4 for n = 0 (mod 4)
2*n for n = 1 (mod 2)
n*(n+2) for n = 2 (mod 4).
a(n) = 3*a(n-4)-3*a(n-8)+a(n-12) for n > 12.
MATHEMATICA
Table[Piecewise[{{4, Mod[n, 4] == 0}, {2 n, Mod[n, 2] == 1}, {n (n + 2), Mod[n, 4] == 2}}], {n, 20}]
LinearRecurrence[{0, 0, 0, 3, 0, 0, 0, -3, 0, 0, 0, 1}, {2, 8, 6, 4, 10, 48, 14, 4, 18, 120, 22, 4}, 20]
CROSSREFS
Sequence in context: A146943 A028352 A132699 * A248413 A206099 A021353
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 09 2021
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)