OFFSET
1,3
COMMENTS
Given a polyomino P on a square lattice, if you replace each of the squares in P with a point (say the "upper-left" corner) and call that set of points S, then define H to be the convex hull of S: the polyomino is said to be a "convex-hull polyomino" if all lattice points in H are also in S.
LINKS
EXAMPLE
For N=5 there are 12 polyominoes, but only 10 qualify. The two that do not are the "U" and "V" pentominoes, pictured here:
. * . * . . . * * *
. * * * . . . * . .
. . . . . . . * . .
Both are "concave" in the sense that a convex hull of the 5 points in the pentomino also includes one grid point that is not in the pentomino.
CROSSREFS
KEYWORD
nonn,hard
AUTHOR
Robert Munafo, May 08 2011
EXTENSIONS
Initial entry by Robert Munafo, May 08 2011
Name changed (with Wechsler's approval) by Robert Munafo, May 12 2011
a(14)-a(16) added by Robert Munafo, May 12 2011
STATUS
approved