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.

A342430 Number of prime polyominoes with n cells.

Original entry on oeis.org

0, 0, 1, 2, 1, 12, 5, 108, 145, 974, 2210, 17073, 31950, 238591, 587036, 3174686, 9236343, 50107909
Offset: 0

Views

Author

Drake Thomas, Mar 11 2021

Keywords

Comments

We say that a free polyomino is prime if it cannot be tiled by any other free polyomino besides the 1 X 1 square and itself.
The tiling of P must be with a single polyomino, and that single polyomino may not be the unique monomino or P itself. For example, decomposing the T-tetromino into a 3 X 1 and a 1 X 1 would use multiple tiles, and this is not permitted.
It can be shown that a(n) > 0 for all n >= 4, by considering the polyomino whose cells are at (0,1), (-1,1), (0,2), and (x,0) for all x = 0, 1, ..., n-4.

Examples

			For n = 4, the T-tetromino cannot be decomposed into smaller congruent polyominoes:
      +---+
      |   |
  +---+   +---+
  |           |
  +-----------+
The other four free tetrominoes can, however:
  +---+
  |   |
  |   |    +---+
  |   |    |   |
  +---+    |   |         +---+---+        +---+---+
  |   |    |   |         |   |   |        |       |
  |   |    +---+---+     |   |   |    +---+---+---+
  |   |    |       |     |   |   |    |       |
  +---+    +-------+     +---+---+    +---+---+
Thus a(4) = 1.
		

Crossrefs

Formula

a(n) = A000105(n) if n is prime.

Extensions

a(14)-a(17) from John Mason, Sep 16 2022
a(1) corrected by John Mason, Feb 27 2023