OFFSET
2,3
LINKS
John Mason, Table of n, a(n) for n = 2..1000
John Mason, Java program
John Mason, Explanation of formulas
R. J. Mathar, Corrigendum to "polyomino enumeration results" (Parkin et al), vixra:1905.0474 (2019) Table 1 column 2.
Index entries for linear recurrences with constant coefficients, signature (1,3,-1,-2,-2,0,0,-1,1,1,1).
FORMULA
For a set of recursive formulas to generate a(n), see the link for the Java program extract.
G.f.: x^2*(1 - x^3 - 2*x^4 - x^5 - 2*x^6 - x^7 - x^8)/((1 - x)*(1 + x)*(1 - x - x^2 - x^3)*(1 - x^2 - x^4 - x^6)). - Andrew Howroyd, Nov 06 2025
EXAMPLE
There is one polyomino, the domino, of width 2 and size 2. So a(2) = 1.
There is one tromino, L-shaped, of width 2. So a(3) = 1.
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
John Mason, Mar 31 2022
STATUS
approved
