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.

A126742 Number of n-indecomposable polyominoes with at least 2n cells.

Original entry on oeis.org

0, 2, 13, 284, 13375, 660690, 51941832
Offset: 1

Views

Author

David Applegate and N. J. A. Sloane, Feb 01 2007

Keywords

Comments

A polyomino is called n-indecomposable if it cannot be partitioned (along cell boundaries) into two or more polyominoes each with at least n cells.
For full lists of drawings of these polyominoes for n <= 6, see the links in A125759.

Examples

			The five 2-indecomposable polyominoes:
...................X.
XX..XXX..XX..XXX..XXX
..........X...X....X.
Only the last two have >= 4 cells, so a(2) = 2.
		

Crossrefs

Extensions

a(4) and a(5) from Peter Pleasants, Feb 13 2007
a(6) and a(7) from David Applegate, Feb 16 2007