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!)
A360876 Number of connected dominating sets in the 2 X n rook graph. 3
3, 9, 39, 177, 783, 3369, 14199, 58977, 242463, 989529, 4017159, 16245777, 65514543, 263652489, 1059392919, 4251920577, 17050729023, 68332056249, 273715645479, 1096024843377, 4387586157903, 17560804984809, 70274600998839, 281192547174177, 1125052618233183 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 8*a(n-1) - 19*a(n-2) + 12*a(n-3) for n > 3.
G.f.: 3*x*(1 - 5*x + 8*x^2)/((1 - x)*(1 - 3*x)*(1 - 4*x)).
PROG
(PARI) Vec(3*(1 - 5*x + 8*x^2)/((1 - x)*(1 - 3*x)*(1 - 4*x)) + O(x^25))
CROSSREFS
Row 2 of A360875.
Cf. A360874.
Sequence in context: A180741 A121101 A280066 * A287063 A080635 A278749
KEYWORD
nonn,easy
AUTHOR
Andrew Howroyd, Feb 24 2023
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 02:50 EDT 2024. Contains 371906 sequences. (Running on oeis4.)