login
A200045
Number T(n,m) of ways of 4-coloring an n X m grid so that there is no rectangle with all 4 corners the same color.
5
4, 16, 252, 64, 3912, 228984, 256, 59928, 12870096, 2545607472, 1024, 906912, 696448224, 465659203104, 272454472598400, 4096, 13571712, 36376835616, 79102304162784, 140221383170146560, 203716633441803914880, 16384, 201014784, 1838265306048, 12526017160372992
OFFSET
1,1
COMMENTS
The rectangles have sides parallel to the x- and y-axes.
EXAMPLE
Triangle starts:
4;
16, 252;
64, 3912, 228984;
256, 59928, 12870096, 2545607472;
1024, 906912, 696448224, 465659203104, 272454472598400;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Jason Davies, Nov 14 2011
EXTENSIONS
T(6,5) from Jason Davies, Nov 08 2012
T(6,5) corrected by Jason Davies, Dec 11 2025
T(6,6) to T(7,4) from Jason Davies, Dec 14 2025
T(7,5) to T(7,6) from Jason Davies, Dec 21 2025
STATUS
approved