OFFSET
0,3
COMMENTS
Compare to A001835 which counts the tilings of a 3 X 2*(n-1) strip with just dominos. So, there will be 12 tilings of a 3 X 4 strip with dominos and U-shaped pentominos; 11 of them come from the U-free tilings counted in A001835(3), and here is the one additional tiling with two U's:
_______
| _|_ |
| |___| |
|___|___|.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,4,-3,0,-2).
FORMULA
G.f.: (x-1)*(x+1)*(x^3+x-1)/(2*x^5+3*x^3-4*x^2-x+1).
a(n) = a(n-1) + 4*a(n-2) - 3*a(n-3) - 2*a(n-5) for n >= 6.
EXAMPLE
Here are the a(5)=2 ways to tile the 3 X 5 strip with dominos and U's:
_________ _________
|___| |___| | | _ | |
| | |_| | | |_|_| |_|_|
|_|_____|_| |___|_|___|.
MATHEMATICA
Join[{1}, LinearRecurrence[{1, 4, -3, 0, -2}, {0, 3, 0, 12, 2}, 40]]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Greg Dresden and Siting Jia, Jul 28 2025
STATUS
approved
