OFFSET
0,5
COMMENTS
The sequence is independent of h for h >= 4.
LINKS
Per Alexandersson and John Ahlberg, Polynomials from tilings of rectangles, arXiv:2605.03473 [math.CO], 2026.
Index entries for linear recurrences with constant coefficients, signature (1,0,0,4,3,3,6,2,2,4,0,0,1).
FORMULA
G.f.: 1/(1 - x - 4*x^4 - 3*x^5 - 3*x^6 - 6*x^7 - 2*x^8 - 2*x^9 - 4*x^10 - x^13).
With a(0)=1, a(n) = a(n-1) + 4*a(n-4) + 3*a(n-5) + 3*a(n-6) + 6*a(n-7) + 2*a(n-8) + 2*a(n-9) + 4*a(n-10) + a(n-13) for n >= 1.
MATHEMATICA
CoefficientList[Series[1/(1 - x - 4*x^4 - 3*x^5 - 3*x^6 - 6*x^7 - 2*x^8 - 2*x^9 - 4*x^10 - x^13), {x, 0, 35}], x] (* Stefano Spezia, May 21 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Per Alexandersson, May 21 2026
STATUS
approved
