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.

A371917 Number of inequivalent convex lattice polygons containing n lattice points (including points on the boundary).

Original entry on oeis.org

1, 3, 6, 13, 21, 41, 67, 111, 175, 286, 419, 643, 938, 1370, 1939, 2779, 3819, 5293, 7191, 9752, 12991, 17321, 22641, 29687, 38533, 49796, 63621, 81300, 102807, 129787, 162833, 203642, 252898, 313666, 386601, 475540, 582216, 710688, 863552, 1048176
Offset: 3

Views

Author

Justus Springer, Apr 12 2024

Keywords

Comments

A322343 counts the polygons by their number of interior lattice points, excluding points on the boundary.

Examples

			For n = 3, the only polygon is the standard triangle with vertices (0,0), (1,0) and (0,1).
For n = 4, a(4) = 3 and the three polygons have vertex sets {(1,0),(0,1),(-1,-1)}, {(0,0),(2,0),(0,1)} and {(0,0),(1,0),(0,1),(1,1)}.
		

Crossrefs