OFFSET
1,1
COMMENTS
This cylinder is horizontal: a chessboard where it is supposed that rows 1 and 2n are in contact (number of columns = 6, number of rows = 2n).
LINKS
Ray Chandler, Table of n, a(n) for n = 1..1660
Index entries for linear recurrences with constant coefficients, signature (12,-53,104,-86,24).
FORMULA
a(n) = 2*4^n + 2*3^n + 4*(2+sqrt(2))^n + 4*(2-sqrt(2))^n + 2.
Recurrence: a(n) = 24*a(n-5) - 86*a(n-4) + 104*a(n-3) - 53*a(n-2) + 12*a(n-1).
G.f.: -2*(7-68*x+229*x^2-308*x^3+134*x^4)/((-1+x)*(-1+3*x)*(-1+4*x)*(1-4*x+2*x^2)).
MATHEMATICA
Table[FullSimplify[2*4^n+2*3^n+4*(2+Sqrt[2])^n+4*(2-Sqrt[2])^n+2], {n, 25}]
LinearRecurrence[{12, -53, 104, -86, 24}, {32, 100, 344, 1220, 4392}, 30] (* Harvey P. Dale, Jul 25 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 31 2011
STATUS
approved