login

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”).

A238586
Number T(n,k) of equivalence classes of ways of placing k 2 X 2 tiles in an n X 10 rectangle under all symmetry operations of the rectangle; irregular triangle T(n,k), n>=2, 0<=k<=5*floor(n/2), read by rows.
21
1, 5, 16, 19, 9, 1, 1, 5, 32, 73, 66, 10, 1, 10, 85, 377, 961, 1348, 1080, 472, 111, 12, 1, 1, 10, 142, 1011, 4429, 11370, 17252, 14478, 6094, 1020, 70, 1, 15, 236, 2280, 14203, 56571, 146212, 244063, 261847, 179063, 77974, 21422, 3637, 368, 24, 1
OFFSET
2,2
LINKS
Christopher Hunt Gribble, C++ program
EXAMPLE
The first 4 rows of T(n,k) are:
.\k 0 1 2 3 4 5 6 7 8 9 10
n
2 1 5 16 19 9 1
3 1 5 32 73 66 10
4 1 10 85 377 961 1348 1080 472 111 12 1
5 1 10 142 1011 4429 11370 17252 14478 6094 1020 70
PROG
(C++) See Gribble link.
KEYWORD
tabf,nonn
AUTHOR
EXTENSIONS
Terms corrected and crossrefs updated by Christopher Hunt Gribble, Apr 27 2015
Terms a(36) and beyond from Andrew Howroyd, May 29 2017
STATUS
approved