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.

A255894 Polyiamond Family Planners: a(n) is the least number of children of a polyiamond of size n.

Original entry on oeis.org

1, 1, 1, 3, 1, 3, 1, 3, 2, 2, 2, 5, 1, 3
Offset: 0

Views

Author

Gordon Hamilton, Mar 09 2015

Keywords

Examples

			a(7) = 3 because the 7-triangle polyiamond
  ____________
  \          /\
   \        /  \
    \      /    \  a
     \    /      \
      \  /        \      b
       \/__________\___________
       /\          /\          /
      /  \        /  \        /
     /    \      /    \      /
    /      \    /      \    /  c
   /        \  /        \  /
  /__________\/__________\/
  \          /
   \        /
    \      /
     \    /
      \  /
       \/
has three 8-triangle children created by adding a triangle to position a, b or c.
		

Crossrefs