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!)
A293126 Number of matchings in the 2n-crossed prism graph. 1
3, 12, 108, 1092, 11208, 115272, 1185888, 12200592, 125522208, 1291399392, 13286195328, 136691243712, 1406309006208, 14468410468992, 148854128491008, 1531443389475072, 15755820002738688, 162099275536276992, 1667712319943927808, 17157784159685102592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Extended to a(0)-a(1) using the formula/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) = 12*a(n-1) - 18*a(n-2) + 4*a(n-3).
G.f.: -3*x*(1 - 8*x + 6*x^2)/(-1 + 12*x - 18*x^2 + 4*x^3).
MATHEMATICA
RootSum[-4 + 18 # - 12 #^2 + #^3 &, #^Range[0, 20] &]
Table[RootSum[-4 + 18 # - 12 #^2 + #^3 &, #^n &], {n, 0, 20}]
LinearRecurrence[{12, -18, 4}, {12, 108, 1092}, {0, 20}]
CoefficientList[Series[-3 (1 - 8 x + 6 x^2)/(-1 + 12 x - 18 x^2 + 4 x^3), {x, 0, 20}], x]
CROSSREFS
Sequence in context: A141535 A324313 A111485 * A080447 A127059 A178013
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Sep 30 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)