A375986 Maximum number of edges in a simple polygon that is the union of n triangles.
3, 12, 22
Offset: 1
Examples
For n = 1, one has three vertices of a single triangle. For n = 2 the example is a hexagram (the star of David).
Links
- Giedrius Alkauskas, Construction which shows that for n >= 4, a(n) >= 11*n-11.
- Math Stackexchange, If a union of n triangles is a simple M-gon, find the maximum of M.
Comments