OFFSET
0,4
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 pp. 16-17.
FORMULA
G.f.: (1 - 4*x - 4x^2 + 17*x^3 + 12*x^4 - 10*x^5 - 6*x^6 - (1 - 3*x - 5x^2 + 8*x^3 + 8x^4)*sqrt(1 - 2*x - 3*x^2))/(6*x^6 + 4*x^5 - 2*x^4).
a(n) = (3^(n+1) + 8*T(n) + 8*T(n+1) - 5*T(n+2) - 3*T(n+3) + T(n+4))/2 for n > 0, where T(n) = A002426(n).
a(n) ~ 3^(n+1)/2.
EXAMPLE
a(4) = 66 since the total number of interior points over all (>=,>=)-polyominoes of length 4, corresponding to the Catalan words {0010, 0011, 0012, 0101, 0112, 0120, 0121, 0122, 0123}, equals to 0 + 1 + 1 + 0 + 2 + 1 + 2 + 3 + 3 = 13 (see figure 2 at page 3 in Ahmia et al.).
MATHEMATICA
CoefficientList[Series[(1-4x-4x^2+17x^3+12x^4-10x^5-6x^6-(1-3x-5x^2+8x^3+8x^4)Sqrt[1-2x-3x^2])/(6x^6+4x^5-2x^4), {x, 0, 29}], x] (* or *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Stefano Spezia, Apr 11 2025
STATUS
approved
