OFFSET
3,1
COMMENTS
It is conjectured that at least one polygon of smallest area exists with 4 sides of length 1 for n >= 8 and additionally 4 sides of squared length 2 for n >= 12.
LINKS
Code Golf StackExchange, The smallest area of a convex grid polygon, fastest-code challenge, started by Peter Kagey, Oct 22 2022.
User AlephAlpha in Code Golf StackExchange, The smallest area of a convex grid polygon (n=7 .. 37), results of computations, Nov 2022.
Hugo Pfoertner, Illustrations of optimal polygons for n <= 26 (2018).
Günter Rote, Python program
PROG
(Python) # See Rote link.
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Hugo Pfoertner, Nov 10 2022
EXTENSIONS
a(29)-a(60) from Günter Rote, Sep 20 2023
Terms a(61) and beyond from Andrey Zabolotskiy, Sep 21 2023
STATUS
approved