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.

A167123 Number of isomorphism classes of separated dissections of an equilateral triangle into n nonoverlapping equilateral triangles.

Original entry on oeis.org

1, 0, 0, 1, 0, 1, 2, 3, 8, 20, 55, 161, 478, 1496, 4804, 15589, 51377, 172162, 583810, 1998407
Offset: 1

Views

Author

Jonathan Vos Post, Oct 27 2009

Keywords

Comments

A dissection into 5 triangles is impossible.
From table on p.11 of Drapal. The authors write: We enumerate all dissections of an equilateral triangle into smaller equilateral triangles. We confirm W. T. Tutte's claim that the smallest perfect dissection has size 15 and we find all perfect dissections up to size 20.
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(8)=3:
            *
           / \
          /   \
         /     \
        /       \
       /         \
      *---*-------*
     / \ / \     / \
    *---*   \   /   \
   / \ /     \ /     \
  *---*-------*-------*
            *
           / \
          /   \
         /     \
        *-------*
       / \     / \
      *---*   /   \
     / \ / \ /     \
    /   *---*       \
   /     \ /         \
  *-------*-----------*
          *
         / \
        *---*
       / \ / \
      *---*   \
     / \ /     \
    *---*       \
   / \ /         \
  *---*-----------*
		

Crossrefs

Extensions

a(1)-a(3) added and name accommodated as suggested by M. F. Hasler, Feb 23 2018
Corrected and extended by Hugo Pfoertner, Aug 09 2017
Definition corrected by Hugo Pfoertner, Feb 17 2018