A211916 T(n,k)=Number of lower triangular n X n arrays colored with integers 0 upwards introduced in row major order, with no element equal to any horizontal, vertical, diagonal or antidiagonal neighbor, and containing the value n(n+1)/2-k-1.
0, 0, 1, 0, 1, 6, 0, 0, 10, 25, 0, 0, 10, 214, 70, 0, 0, 10, 802, 1946, 156, 0, 0, 10, 1492, 27963, 10431, 301, 0, 0, 0, 1732, 227388, 394117, 40561, 526, 0, 0, 0, 1744, 1085432, 9345480, 3243531, 127275, 855, 0, 0, 0, 1744, 3104732, 146208485, 172044141
Offset: 1
Examples
Some solutions for n=4 k=4 ..0........0........0........0........0........0........0........0 ..1.2......1.2......1.2......1.2......1.2......1.2......1.2......1.2 ..0.3.4....3.4.1....3.0.4....3.4.5....3.4.1....3.4.3....3.4.1....3.4.0 ..5.6.2.3..0.5.0.4..1.5.3.5..0.1.0.4..0.5.2.6..1.5.0.5..5.2.3.6..1.5.3.6
Links
- R. H. Hardin, Table of n, a(n) for n = 1..85
Comments