cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 67, 91
Offset: 6

Views

Author

Hugo Pfoertner, Aug 09 2017

Keywords

Comments

a(4)=1. A dissection into 5 triangles is impossible.
The size of the smallest triangle is 1 for triangles with maximum ratio of sizes between largest and smallest triangle for all n <= 20. If dissections with maximum size of largest occurring triangle and size of smallest triangle > 1 are found for larger n, there might be different configurations leading to a maximum ratio between largest and smallest side having a shorter largest side than the one provided as a(n). If this situation occurs for any n > 20, it shall be indicated in a corresponding comment.

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.
		

Crossrefs