|
| |
|
|
A162485
|
|
a(1) = 4, a(2) = 6; a(n) = 2 a(n - 1) + a(n - 2) - 4 Mod[n - 1, 2]
|
|
0
| |
|
|
4, 6, 16, 34, 84, 198, 480, 1154, 2788, 6726, 16240, 39202, 94644, 228486, 551616, 1331714, 3215044, 7761798, 18738640, 45239074, 109216788, 263672646, 636562080, 1536796802, 3710155684
(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 Klein bottle grid graph, or equivalently the number of domino tilings of a 2 x n Klein bottle grid. (The twist is on the length-2 side.)
|
|
|
REFERENCES
| S.-M. Belcastro, Tilings of 2 x n Grids on Surfaces, preprint.
|
|
|
FORMULA
| for n > 1, 1/2 ((1 + Sqrt[2])^n (2 + (-1 + Sqrt[2])^(2 Floor[1/2 (-1 + n)]) (-4 + 3 Sqrt[2])) + (1 - Sqrt[2])^n (2 - (-1 - Sqrt[2])^(2 Floor[1/2 (-1 + n)]) (4 + 3 Sqrt[2]))).
Empirical G.f.: 2*x*(2-x-2*x^2-x^3)/(1-x)/(1+x)/(1-2*x-x^2). [Colin Barker, Feb 15 2012]
|
|
|
EXAMPLE
| a(3) = 2 a(2) + a(1) - 4 Mod[2,2] = 2*6 + 4 - 0 = 16
|
|
|
CROSSREFS
| Sequence in context: A183370 A113883 A036748 * A188466 A076066 A165799
Adjacent sequences: A162482 A162483 A162484 * A162486 A162487 A162488
|
|
|
KEYWORD
| easy,nonn,changed
|
|
|
AUTHOR
| Sarah-Marie Belcastro (smbelcas(AT)toroidalsnark.net), Jul 04 2009
|
| |
|
|