[go: up one dir, main page]

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!)
A360874 Number of (non-null) connected induced subgraphs in the 2 X n rook graph. 3
3, 13, 51, 205, 843, 3493, 14451, 59485, 243483, 991573, 4021251, 16253965, 65530923, 263685253, 1059458451, 4252051645, 17050991163, 68332580533, 273716694051, 1096026940525, 4387590352203, 17560813373413, 70274617776051, 281192580728605, 1125052685342043 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 10*a(n-1) - 35*a(n-2) + 50*a(n-3) - 24*a(n-4) for n > 4.
G.f.: x*(3 - 17*x + 26*x^2)/((1 - x)*(1 - 2*x)*(1 - 3*x)*(1 - 4*x)).
PROG
(PARI) Vec((3 - 17*x + 26*x^2)/((1 - x)*(1 - 2*x)*(1 - 3*x)*(1 - 4*x)) + O(x^25))
CROSSREFS
Row 2 of A360873.
Cf. A360876.
Sequence in context: A197074 A014985 A015521 * A270913 A323266 A146279
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 August 30 17:27 EDT 2024. Contains 375545 sequences. (Running on oeis4.)