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.

A305397 Let k be the maximal number of vertices in an n X n lattice grid that form a convex polygon, then a(n) = floor(k/2).

Original entry on oeis.org

2, 3, 4, 4, 5, 6, 6, 7, 8, 8, 8, 9, 10, 10, 10, 11, 12
Offset: 1

Views

Author

N. J. A. Sloane, Jun 27 2018

Keywords

Examples

			In a 3x3 square cells grid (which is rather 4x4 in the terms of vertices), one can choose eight vertices forming a convex octagon (namely, all non-corner boundary vertices) but no nine vertices to form a convex nonagon, therefore a(3) = floor(8/2) = 4, the "edge-diameter" of the octagon.
		

Crossrefs

Formula

a(A011755(n)) = A049696(n). [Deza et al., Proposition 3.1] - Andrey Zabolotskiy, Sep 27 2024

Extensions

Name clarified by Andrey Zabolotskiy, Sep 27 2024