OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,4,2,2,2).
FORMULA
a(n) = a(n-1) + 4*a(n-4) + 2*a(n-5) + 2*a(n-6) + 2*a(n-7).
G.f.: 1/((1 + x)*(1 - 2*x + 2*x^2 - 2*x^3 - 2*x^4 - 2*x^6)). - Stefano Spezia, Apr 04 2022
EXAMPLE
Here are two such tilings for a 4 X 4 strip. The latter has four rotations thus demonstrating that a(4)=5.
._______. ._______.
|_|_|_|_| | |_|_|_|
|_|_|_|_| | |_|_|_|
|_|_|_|_| | |_|_|_|
|_|_|_|_| |_______|
MATHEMATICA
LinearRecurrence[{1, 0, 0, 4, 2, 2, 2}, {1, 1, 1, 1, 5, 11, 19}, 36];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Drisana Bhatia, Apr 03 2022
STATUS
approved