A255981 a(n) = greatest number of edges in a simple polygon on an n X n grid with no two edges parallel.
3, 5, 8, 12, 17
Offset: 2
Examples
a(3) = 5 because of this quadrilateral in a 3 x 3 square: 1 2 . . 4 . 5 . 3 a(4) = 8 because of this polygon: 1 3 . 4 . . 2 6 . . 5 7 . 8 . .
Links
- Hiroaki Yamanouchi, Examples
- Giovanni Resta, Illustration of a(7)>=23 and a(8)>=29
Extensions
a(5)-a(6) corrected by Hiroaki Yamanouchi, Mar 14 2015
Comments