OFFSET
0,2
COMMENTS
Here is the box for n=3:
____________
/ / / /|
/___/___/___/ |____
/ / / /| / /|
/___/___/___/ |/___/ |
| | | | / /| /
|___|___|___|/___/ |/
| | | | | /
|___|___|___|___| /.
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,9,-14).
FORMULA
G.f.: 1/(1 - 5*x - 9*x^2 + 14*x^3).
a(n) = 5*a(n-1) + 9*a(n-2) - 14*a(n-3) for n >= 3.
a(n) = A359884(n) + 2*a(n-1).
EXAMPLE
Here is one of the a(1)=5 ways to tile the shape for n=1, in this case with one flat plate on the bottom and one domino on top.
____
/ /|
/ / |____
/ / / /|
/___/ / / |
| | / / /
|___|/___/ /
| | /
|_______| /.
MATHEMATICA
LinearRecurrence[{5, 9, -14}, {1, 5, 34}, 30]
CROSSREFS
KEYWORD
nonn
AUTHOR
Greg Dresden and Xiaoya Gao, Aug 13 2025
STATUS
approved
