A371476 a(n) is the number of free polyominoes of size n with at least one solution to the One Up puzzle (see comments).
1, 0, 1, 1, 1, 3, 10, 12, 23, 35, 169, 255, 817, 1883, 4702, 10489
Offset: 1
Examples
The a(6) = 3 solvable hexominoes have unique solutions: +---+ +---+---+ +---+---+ | 1 | | 1 | 2 | | 2 | 1 | +---+---+ +---+---+---+ +---+---+---+ | 2 | 1 | | 2 | 3 | 1 | | 3 | 2 | 1 | +---+---+---+ +---+---+---+ +---+---+---+ | 3 | 2 | 1 | | 1 | | 1 | +---+---+---+ +---+ +---+ a(7) = 10 because there are 10 heptominoes that have at least one solution to the One Up puzzle.
Links
- Rodolfo Kurchan, One Up Puzzle.
- Rodolfo Kurchan, Puzzle Fun (see One Up).
Extensions
a(7)-a(14) from Pontus von Brömssen, Mar 25 2024
a(15) from Pontus von Brömssen, Mar 26 2024
a(16) from Pontus von Brömssen, Apr 04 2024
Comments