login
A396313
Number of tilings of a 5 X n rectangle by unit squares and the Ferrers tile (3,3,2).
1
1, 1, 1, 4, 7, 11, 24, 46, 83, 162, 311, 584, 1116, 2132, 4046, 7705, 14685, 27939, 53186, 101287, 192809, 367052, 698852, 1330465, 2532908, 4822273, 9180720, 17478296, 33275580, 63350648, 120607809, 229615269, 437145509, 832244516, 1584440971, 3016485307
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.
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
Sequence in context: A288111 A352214 A375315 * A179165 A369546 A128836
KEYWORD
nonn,easy
AUTHOR
Per Alexandersson, May 21 2026
STATUS
approved