login
Maximum order of a polyomino with n cells that tiles a rectangle with congruent copies.
3

%I #2 Mar 30 2012 18:39:49

%S 1,1,2,4,10,92,76,246,4

%N Maximum order of a polyomino with n cells that tiles a rectangle with congruent copies.

%C The order of a polyomino is defined as the minimum number of congruent copies required to tile a rectangle. The order is undefined if the polyomino cannot tile a rectangle. No example of a non-rectangular polyomino is known for which its order is odd.

%D S. W. Golomb, Polyominoes, second edition, Chapter 8, pp. 97-110, Princeton University Press, 1994.

%H M. Reid, <a href="http://www.math.ucf.edu/~reid/Polyomino/rectifiable.html">Rectifiable polyomino page</a>.

%Y Cf. A126138, A126139, A126141.

%K hard,more,nonn

%O 1,3

%A _William Rex Marshall_, Dec 19 2006