A290697 Size of largest triangle occurring in any of the possible dissections of an equilateral triangle into n equilateral triangles with integer sides, assuming gcd(s_1,s_2,...,s_n)=1, s_k being the side lengths.
2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 67, 91
Offset: 6
Examples
a(11)=7: * / \ / \ / \ / \ / \ / \ / \ / \ / \ / 7 \ / \ / \ / \ *-----------*---------------* / \ / \ / \ / \ 3 / \ / \ / 2 \ / \ 4 / \ *-------* / \ / \ / \ 2 / \ / 4 \ / 4 \ / \ *---* \ / \ / 2 \ / \ / \ / \ *-------*---*---------------*---------------* More illustrations are provided on pages 17-19 of the Drapal and Hamalainen article.
Links
- Ales Drapal, Carlo Hamalainen, An enumeration of equilateral triangle dissections, arXiv:0910.5199 [math.CO], 2009-2010.
Comments