login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162484 a(1) = 2, a(2) = 8; a(n) = 2 a(n - 1) + a(n - 2) - 4 Mod[n, 2] 0
2, 8, 14, 36, 82, 200, 478, 1156, 2786, 6728, 16238, 39204, 94642, 228488, 551614, 1331716, 3215042, 7761800, 18738638, 45239076, 109216786, 263672648, 636562078, 1536796804, 3710155682, 8957108168 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n) is the number of perfect matchings of an edge-labeled 2 x n toroidal grid graph, or equivalently the number of domino tilings of a 2 x n toroidal grid.

REFERENCES

s-m. belcastro, Tilings of 2 x n Grids on Surfaces, preprint.

FORMULA

for n > 2, 1/2 ((1 + Sqrt[2])^n (2 - (-2 + Sqrt[2]) (-1 + Sqrt[2])^(2 Floor[n/2])) + (1 - Sqrt[2])^n (2 + (1 + Sqrt[2])^(2 Floor[n/2]) (2 + Sqrt[2]))) (from Mathematica's solution to the recurrence)

Pell(n) + Pell(n-2) + 2 Mod[n-1,2]

a(n)= 2*a(n-1) +2*a(n-2) -2*a(n-3) -a(n-4) = 2*A100828(n-1). G.f.: -2*x*(-1-2*x+3*x^2+2*x^3)/((x-1)*(1+x)*(x^2+2*x-1)) [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2009]

EXAMPLE

a(3) = 2 a(2) + a(1) - 4 Mod[3,2] = 2*8 + 2 - 4 = 14

CROSSREFS

A000129

Sequence in context: A031160 A046959 A086177 * A039660 A119752 A111001

Adjacent sequences:  A162481 A162482 A162483 * A162485 A162486 A162487

KEYWORD

easy,nonn

AUTHOR

Sarah-Marie Belcastro (smbelcas(AT)toroidalsnark.net), Jul 04 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 13:22 EST 2012. Contains 205483 sequences.