A290821 Side length of largest equilateral triangle that can be made from n or fewer equilateral triangles with integer sides s_k, subject to gcd(s_1,s_2,...,s_n) = 1.
1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 39, 49
Offset: 1
Examples
a(12) = 16: * / \ + + / \ + + / \ + + / \ + + / \ + + / \ + + / \ + + / \ + + / \ *---+---*---+---+---+---+---+---+---* / \ / \ / \ + + + + + + / \ / \ / \ *---*---* + + + / \ / \ / \ / \ + *---*---+---+---* + + / \ / \ / \ + + + + + + / \ / \ / \ + + + + + + / \ / \ / \ + + + + + + / \ / \ / \ *---+---+---+---+---*---+---+---+---*---+---+---+---+---+---+---*
Links
- Stuart Anderson, An Introduction to Triangled Equilateral Triangles
- Ales Drapal and Carlo Hamalainen, An enumeration of equilateral triangle dissections, arXiv:0910.5199 [math.CO], 2009-2010.
- Hugo Pfoertner, Illustration of a(15)=39.
Crossrefs
Extensions
Definition modified and 5 terms prepended by Peter Munn, Mar 14 2018
Comments