.
What is the maximum size (i.e. number of cells) of a 3-digit impossible pattern that has at least two free cells?
The "free cells" condition is there to make sure the pattern has a chance to have non-degenerate instances in a real puzzle.
In case the pattern is in two bands (or two stacks), it seems the answer is 16 (see eleven's 630 collection). What about patterns without the bands restriction?
* A free cell is a cell that is not in the same row, same column or same block as a cell in the pattern.
.