A342430 Number of prime polyominoes with n cells.
0, 0, 1, 2, 1, 12, 5, 108, 145, 974, 2210, 17073, 31950, 238591, 587036, 3174686, 9236343, 50107909
Offset: 0
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.
Links
- Cibulis, Liu, and Wainwright, Polyomino Number Theory (I), Crux Mathematicorum, 28(3) (2002), 147-150.
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
Comments