OFFSET
0,3
COMMENTS
For tiling algorithm see A351322.
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,9,-1,2).
FORMULA
G.f.: (1 - 2*x + x^2) / (1 - 3*x - 9*x^2 + x^3 - 2*x^4).
a(n) = 3*a(n-1) + 9*a(n-2) - a(n-3) + 2*a(n-4).
EXAMPLE
a(2) = 13:
v h,v h=v h,v
___ ___ ___ ___ ___
| | | |_| | _| | _| |_|_| mirroring included
|___| |___| |_| | |_|_| |_|_| h: horizontal, v: vertical
|_|_| |_|_| |___| |_|_| |_|_|
2 + 4 + 2 + 4 + 1 = 13
PROG
(Maxima) See A352589.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Gerhard Kirchner, May 13 2022
STATUS
approved
