VOOZH about

URL: https://oeis.org/A375986

⇱ A375986 - OEIS


login
A375986
Maximum number of edges in a simple polygon that is the regular union of n triangles.
1
3, 12, 22, 33, 45, 56, 67, 80, 91
OFFSET
1,1
COMMENTS
For n >= 10, 11*n - 8 <= a(n) <= 12*n - 18 + [10 <= n <= 17] where [] is the Iverson bracket. - Giedrius Alkauskas, Dec 12 2025
A union of triangles is said to be regular if their vertices along the common border are arranged cyclically. If the union is non-regular, the maximal number of edges i(n) satisfies i(n) > c*A002004(n). So, it grows superlinearly. It is an open question to find n for which i(n) > a(n). - Giedrius Alkauskas, Jan 09 2026
EXAMPLE
For n = 1, one has three vertices of a single triangle.
For n = 2, the example is a hexagram (the star of David).
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Giedrius Alkauskas, Sep 07 2024
EXTENSIONS
a(5) and a(8) corrected, and a(9) from Giedrius Alkauskas, Dec 12 2025
a(6) corrected by Giedrius Alkauskas, Jan 08 2026
STATUS
approved