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.

A366409 Number of smooth convex lattice polygons with area n/2.

Original entry on oeis.org

1, 1, 1, 3, 2, 4, 4, 6, 5, 7, 7, 9, 7, 12, 12, 15, 9, 15, 16, 18, 13, 23, 21, 24, 19, 26, 25, 30, 22, 39, 34, 34, 27, 46, 42, 41, 35, 60, 53, 56, 41, 63, 61, 62, 61, 91, 66, 72, 78, 111, 87, 86, 83, 135, 123, 111, 97, 142, 135, 156, 146, 176, 148, 186, 194, 206, 169, 200, 242, 313
Offset: 1

Views

Author

Günter Rote, Oct 09 2023

Keywords

Comments

A lattice polygon is a polygon whose vertices have integer coordinates. (They belong to the integer lattice or grid Z x Z).
A convex lattice polygon is smooth if, for every vertex V, the adjacent lattice points on the two incident edges (which are not necessarily vertices) form together with V a triangle of area 1/2.

Examples

			Here is a smooth lattice polygon with k=6 vertices (V), 2 lattice points on edges (B), 2 interior lattice points (I), and area 5, shown as part of the grid: (The edges of the polygon are not drawn.)
     V--V--+--+--+
     |  |  |  |  |
     V--I--B--+--+
     |  |  |  |  |
     +--V--I--B--+
     |  |  |  |  |
     +--+--+--V--V
See Bogart et al., Theorem 32, and Appendix, p. 325, for a list of all 41 (convex) smooth lattice polygons with at most 12 lattice points, with figures.
The dataset of Balletti gives the complete set of 1530 polygons up to area 25. Beware that the vertices are not always listed in sorted (clockwise or counterclockwise) order around the polygon boundary.
		

Crossrefs

Cf. A187015 for lattice polygons without the smoothness restriction. Cf. A127709.

Programs

  • Python
    # See the links section.