OFFSET
1,3
LINKS
Nathaniel Johnston, C program for computing terms
EXAMPLE
a(1) = 0, since there is only one point on a 1 X 1 grid.
a(2) = 0, since the four points on a 2 X 2 grid build a convex quadrilateral.
a(3) = 8, since there are two possible forms of darts on a 3 X 3 grid, each can appear in four rotations.
CROSSREFS
KEYWORD
nonn
AUTHOR
Martin Renner, Apr 29 2011
EXTENSIONS
a(7)-a(28) from Nathaniel Johnston, Apr 29 2011
STATUS
approved