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!)
A287327 Number of independent vertex sets (and vertex covers) in the 2n-crossed prism graph. 1
2, 7, 35, 196, 1127, 6517, 37730, 218491, 1265327, 7327852, 42437675, 245768761, 1423317602, 8242841887, 47736669995, 276456796756, 1601040887327, 9272088633997, 53697334226690, 310976719148851, 1800955694455127, 10429852827143932, 60402279928821635 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Sequence extrapolated to n = 0 using recurrence.
LINKS
Eric Weisstein's World of Mathematics, Crossed Prism Graph
Eric Weisstein's World of Mathematics, Independent Vertex Set
Eric Weisstein's World of Mathematics, Vertex Cover
FORMULA
a(n) = 7*a(n-1) - 7*a(n-2) for n > 1.
G.f.: (2 - 7*x)/(1 - 7*x + 7*x^2).
MATHEMATICA
CoefficientList[Series[(2 - 7 x)/(1 - 7 x + 7 x^2), {x, 0, 22}], x] (* Michael De Vlieger, Aug 31 2017 *)
Table[(1/2 (7 - Sqrt[21]))^n + (1/2 (7 + Sqrt[21]))^n, {n, 0, 20}] // Expand (* Eric W. Weisstein, Sep 21 2017 *)
LinearRecurrence[{7, -7}, {7, 35}, {0, 20}] (* Eric W. Weisstein, Sep 21 2017 *)
PROG
(PARI) Vec((2 - 7*x)/(1 - 7*x + 7*x^2) + O(x^30))
CROSSREFS
Cf. A276225 (maximal independent vertex sets), A287062, A290708.
Sequence in context: A182408 A057298 A058941 * A020066 A024719 A086637
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Aug 31 2017
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.)