cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A173502 Number of concave kites (darts or arrowheads) on an n X n grid (or geoboard).

Original entry on oeis.org

0, 0, 8, 64, 292, 916, 2344, 5048, 10096, 18296, 31400, 50752, 79308, 118876, 173768, 246096, 342256, 465064, 622904, 818552, 1063756, 1361564, 1725432, 2159384, 2682944, 3298568, 4027776, 4873600
Offset: 1

Views

Author

Martin Renner, Apr 29 2011

Keywords

Examples

			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

Extensions

a(7)-a(28) from Nathaniel Johnston, Apr 29 2011