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

A238555
Number T(n,k) of equivalence classes of ways of placing k 2 X 2 tiles in an n X 7 rectangle under all symmetry operations of the rectangle; irregular triangle T(n,k), n>=2, 0<=k<=3*floor(n/2), read by rows.
21
1, 3, 6, 2, 1, 3, 12, 8, 1, 6, 34, 68, 72, 30, 6, 1, 6, 58, 206, 403, 336, 106, 1, 9, 98, 509, 1551, 2505, 2196, 971, 219, 20, 1, 9, 140, 980, 4248, 10592, 15614, 12876, 5462, 900, 1, 12, 198, 1742, 9748, 33644, 73274, 98779, 80661, 37886, 9679, 1258, 72
OFFSET
2,2
LINKS
Christopher Hunt Gribble, C++ program
EXAMPLE
The first 6 rows of T(n,k) are:
./ k 0 1 2 3 4 5 6 7 8 9
n
2 1 3 6 2
3 1 3 12 8
4 1 6 34 68 72 30 6
5 1 6 58 206 403 336 106
6 1 9 98 509 1551 2505 2196 971 219 20
7 1 9 140 980 4248 10592 15614 12876 5462 900
PROG
(C++) See Gribble link.
KEYWORD
tabf,nonn
AUTHOR
EXTENSIONS
Terms corrected and xrefs updated by Christopher Hunt Gribble, Apr 27 2015
STATUS
approved