Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #3 Mar 30 2012 18:39:49
%S 0,0,1,2,3,8,5,11,39
%N Number of non-rectangular polyominoes with n cells that tile a rectangle with congruent copies.
%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>.
%F a(n) = A126138(n) - A038548(n).
%Y Cf. A126138, A126140, A126141.
%K hard,more,nonn
%O 1,4
%A _William Rex Marshall_, Dec 19 2006, Feb 15 2007