OFFSET
0,3
COMMENTS
The (>=,>=)-polyominoes are those polyominoes that represent Catalan words avoiding the pattern (>=,>=). Avoiding the pattern (>=,>=) corresponds to ensuring that no subsequence of a Catalan word of length n, i.e., w_1...w_n, satisfies w_i >= w_{i+1} >= w_{i+2}, and it is equivalent to the avoidance of the consecutive patterns 000, 100, 110, 210.
LINKS
M. Ahmia, J.-L. Baril, and B. Rezig, Enumeration on polyominoes determined by Catalan words avoiding (>=,>=), arXiv:2504.04828 [math.CO], 2025. See p. 13.
FORMULA
G.f.: (1 - 4*x + 7*x^3 + 2*x^4 - (1 - 3*x - x^2 + 2*x^3)*sqrt(1 - 2*x - 3*x^2))/(6*x^6 + 4*x^5 - 2*x^4).
a(n) = (3^(n+1) + 2*T(n+1) - T(n+2) - 3*T(n+3) + T(n+4))/2, where T(n) = A002426(n).
a(n) ~ 3^(n+1)/2.
EXAMPLE
a(4) = 66 since the total sum of area over all (>=,>=)-polyominoes of length 4, corresponding to the Catalan words {0010, 0011, 0012, 0101, 0112, 0120, 0121, 0122, 0123}, equals to 5 + 6 + 7 + 6 + 8 + 7 + 8 + 9 + 10 = 66 (see figure 2 at page 3 in Ahmia et al.).
MATHEMATICA
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Apr 11 2025
STATUS
approved
