OFFSET
0,4
COMMENTS
The Ferrers tile (3,3,2) has three columns of heights 3, 3, and 2.
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,3,0,1).
FORMULA
G.f.: 1/(1 - x - 3*x^3 - x^5).
With a(0)=1, a(n) = a(n-1) + 3*a(n-3) + a(n-5) for n >= 1.
MATHEMATICA
CoefficientList[Series[1/(1 - x - 3*x^3 - x^5), {x, 0, 35}], x] (* Stefano Spezia, May 21 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Per Alexandersson, May 21 2026
STATUS
approved
