The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A003747 Number of perfect matchings (or domino tilings) in K_5 X P_2n. 1
56, 4181, 313501, 23508376, 1762814681, 132187592681, 9912306636376, 743290810135501, 55736898453526181, 4179524093204328056, 313408570091871078001, 23501463232797126522001, 1762296333889692618072056, 132148723578494149228882181, 9909391972053171499548091501 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Ars Combin. 49 (1998), 129-154.
LINKS
F. Faase, On the number of specific spanning subgraphs of the graphs G X P_n, Preliminary version of paper that appeared in Ars Combin. 49 (1998), 129-154.
FORMULA
a(n) = 76*a(n-1) - 76*a(n-2) + a(n-3), n > 3.
G.f.: -x*(x^2-75*x+56)/((x-1)*(x^2-75*x+1)). - Colin Barker, Aug 30 2012
MATHEMATICA
CoefficientList[Series[-(x^2 - 75 x + 56)/((x - 1) (x^2 - 75 x + 1)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 14 2013 *)
PROG
(Magma) I:=[56, 4181, 313501]; [n le 3 select I[n] else 76*Self(n-1)-76*Self(n-2)+Self(n-3): n in [1..20]]; // Vincenzo Librandi, Oct 14 2013
(PARI) Vec(-x*(x^2-75*x+56)/((x-1)*(x^2-75*x+1))+O(x^99)) \\ Charles R Greathouse IV, Jun 23 2020
CROSSREFS
Sequence in context: A277770 A239816 A220108 * A049033 A271138 A271139
KEYWORD
nonn,easy
AUTHOR
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 May 26 02:43 EDT 2024. Contains 372807 sequences. (Running on oeis4.)