OFFSET
0,2
COMMENTS
Tiling algorithm see A351322.
LINKS
FORMULA
G.f.: (1 - x) / (1 - 3*x - 6*x^2).
a(n) = 3*a(n-1) + 6*a(n-2).
EXAMPLE
a(3)=48
Number of tilings without a 2 X 2 square: 44, see A353878.
Number of other tilings: 4
___ _ ___ _ _ ___ _ ___
| | | | |_| | | | |_| |
|___|_| |___|_| |_|___| |_|___|
PROG
(Maxima), see A352589.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gerhard Kirchner, May 18 2022
STATUS
approved