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.

A290820 Side length of the smallest equilateral triangles that have a separated dissection into n equilateral triangles with integer sides, or 0 if no such triangle exists.

Original entry on oeis.org

1, 0, 0, 2, 0, 3, 4, 4, 6, 5, 8, 6, 6, 7, 8, 7
Offset: 1

Views

Author

Hugo Pfoertner, Aug 11 2017

Keywords

Comments

No solution exists for n = [2, 3, 5].
The meaning of "separated dissection" is defined at the end of the introduction of the Drapal and Hamalainen article, see link. - Hugo Pfoertner, Feb 17 2018

Examples

			a(6) = 3:
        *
       / \
      *---*
     / \ / \
    *---*   +
   / \ /     \
  *---*---+---*
a(7) = 4:
          *
         / \
        +   +
       /     \
      *---*---*
     / \ / \ / \
    +   *---*   +
   /     \ /     \
  *---+---*---+---*
a(8) = 4:
          *
         / \
        *---*
       / \ / \
      *---*   +
     / \ /     \
    *---*       +
   / \ /         \
  *---*---+---+---*
a(9) = 6:
              *
             / \
            +   +
           /     \
          *---+---*
         / \     / \
        +   +   +   +
       /     \ /     \
      *---+---*       +
     / \     /         \
    *---*   +           +
   / \ / \ /             \
  *---*---*---+---+---+---*
a(10) = 5:
            *
           / \
          *---*
         / \ / \
        *---*   +
       / \ /     \
      *---*       +
     / \ /         \
    *---*           +
   / \ /             \
  *---*---+---+---+---*
a(11) = 8:
                  *
                 / \
                +   +
               /     \
              *---+---*
             / \     / \
            +   +   +   +
           /     \ /     \
          *---+---*       +
         / \     /         \
        +   +   +           +
       /     \ /             \
      *---+---*               +
     / \     /                 \
    *---*   +                   +
   / \ / \ /                     \
  *---*---*---+---+---+---+---+---*
a(12) = 6:
              *
             / \
            *---*
           / \ / \
          *---*   +
         / \ /     \
        *---*       +
       / \ /         \
      *---*           +
     / \ /             \
    *---*               +
   / \ /                 \
  *---*---+---+---+---+---*
a(13) = 6:
              *
             / \
            +   +
           /     \
          *---+---*
         / \     / \
        +   +   *---*
       /     \ / \ / \
      *---*---*---*   +
     / \ / \     /     \
    *---*   +   +       +
   / \ /     \ /         \
  *---*---+---*---+---+---*
a(14) = 7:
                *
               / \
              +   +
             /     \
            +       +
           /         \
          *---+---*---*
         / \     / \ / \
        +   +   *---*   +
       /     \ / \ /     \
      *---*---*---*       +
     / \ / \     /         \
    *---*   +   +           +
   / \ /     \ /             \
  *---*---+---*---+---+---+---*
a(15) = 8:
                  *
                 / \
                +   +
               /     \
              *---+---*
             / \     / \
            +   +   *---*
           /     \ / \ / \
          +       *---*   +
         /         \ /     \
        *---+---+---*       +
       / \         /         \
      *---*       +           +
     / \ / \     /             \
    *---*   +   +               +
   / \ /     \ /                 \
  *---*---+---*---+---+---+---+---*
a(16) = 7:
                *
               / \
              +   +
             /     \
            *---+---*
           / \     / \
          +   +   *---*
         /     \ / \ / \
        *---*---*---*---*
       / \ / \         / \
      *---*   +       +   +
     / \ /     \     /     \
    *---*       +   +       +
   / \ /         \ /         \
  *---*---+---+---*---+---+---*
		

Crossrefs

Extensions

Title changed as suggested by Peter Munn, Feb 17 2018