A206692 T(n,k)=Number of nXk 0..3 arrays with no element equal to another within two positions in the same row or column, and new values 0..3 introduced in row major order.
1, 1, 1, 1, 4, 1, 2, 11, 11, 2, 4, 36, 44, 36, 4, 8, 116, 176, 176, 116, 8, 16, 376, 704, 916, 704, 376, 16, 32, 1216, 2816, 4704, 4704, 2816, 1216, 32, 64, 3936, 11264, 24492, 31504, 24492, 11264, 3936, 64, 128, 12736, 45056, 127008, 213788, 213788, 127008
Offset: 1
Examples
Some solutions for n=4 k=3 ..0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2 ..2..3..0....3..0..1....1..2..3....1..2..3....3..2..1....1..2..3....1..3..0 ..1..2..3....1..2..3....2..0..1....2..3..1....2..0..3....2..3..0....2..0..1 ..3..0..1....0..3..2....3..1..2....0..1..2....0..1..2....0..1..2....3..1..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..199
Crossrefs
Column 3 is A002089(n-2)
Comments