OFFSET
1,3
COMMENTS
LINKS
E. Barcucci, R. Pinzani and R. Sprugnoli, Directed column-convex polyominoes by recurrence relations, Lecture Notes in Computer Science, No. 668, Springer, Berlin (1993), pp. 282-298.
Index entries for linear recurrences with constant coefficients, signature (5,-6,-2,4,-1).
FORMULA
G.f.: z(1-z)(1-3z+2z^2)/[(1-3z+z^2)(1-2z-z^2+z^3)].
EXAMPLE
a(3)=4 because, with the exception of the 3-cell column, all the other four directed column-convex polyominoes of area 3 have a 1-cell column.
MAPLE
G:=z*(1-z)*(1-3*z+2*z^2)/(1-3*z+z^2)/(1-2*z-z^2+z^3): Gser:=series(G, z=0, 35): seq(coeff(Gser, z, n), n=1..32);
PROG
(PARI) Vec(z*(1-z)*(1-3*z+2*z^2)/((1-3*z+z^2)*(1-2*z-z^2+z^3)) + O(z^40)) \\ Michel Marcus, Feb 14 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, Aug 04 2006
STATUS
approved