login
A238556
Number T(n,k) of equivalence classes of ways of placing k 3 X 3 tiles in an n X 7 rectangle under all symmetry operations of the rectangle; irregular triangle T(n,k), n>=3, 0<=k<=2*floor(n/3), read by rows.
21
1, 3, 2, 1, 3, 4, 1, 6, 9, 1, 6, 21, 13, 4, 1, 9, 39, 53, 23, 1, 9, 64, 128, 87, 1, 12, 95, 283, 311, 91, 10, 1, 12, 133, 521, 891, 543, 106, 1, 15, 177, 917, 2118, 2030, 646, 1, 15, 228, 1444, 4424, 6000, 3295, 456, 25, 1, 18, 285, 2207, 8408, 15484, 13106, 4322, 473
OFFSET
3,2
LINKS
Christopher Hunt Gribble, C++ program
EXAMPLE
The first 5 rows of T(n,k) are:
./ k 0 1 2 3 4 5 6
n
3 1 3 2
4 1 3 4
5 1 6 9
6 1 6 21 13 4
7 1 9 39 53 23
8 1 9 64 128 87
9 1 12 95 283 311 91 10
10 1 12 133 521 891 543 106
11 1 15 177 917 2118 2030 646
PROG
(C++) See Gribble link.
KEYWORD
tabf,nonn
AUTHOR
EXTENSIONS
Terms corrected and xrefs updated by Christopher Hunt Gribble, Apr 27 2015
Terms a(48) and beyond by Andrew Howroyd, May 29 2017
STATUS
approved