A365621 Minimum size of a set of polyominoes with n cells such that all other free polyominoes with n cells can be obtained by moving one cell of one of the polyominoes in the set.
1, 1, 1, 1, 2, 3, 7
Offset: 1
Examples
For n <= 3, any one polyomino with n cells is enough to construct the others (if any) by moving one cell, so a(n) = 1. For n = 4, either the L or the T tetromino suffices to construct the other four, so a(4) = 1. Below are examples of sets of a(n) polyominoes that are sufficient to construct all other polyominoes with n cells, 5 <= n <= 7: _ | | _ | |_ | |_ | _| | | |_| |_ _| _ | | _ | | | | _ _ | | | |_ _| _| | |_ | | | | |_ _| |_ _| |_ _| _ | | _ | | _ _ _ | | _ _ | | | |_ | |_ | | | |_ _ _| | | | | |_ | _| |_ | _| |_ _| _| _| _ _| _ _| |_ | _| | |_ _ _| |_ | _| | _| | _| | _ _ _| |_| |_ _ _| |_ _ _| |_ _| |_| |_| |_|
Comments