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