A239340 T(n,k)=Number of nXk 0..3 arrays with no element equal to one plus the sum of elements to its left or three plus the sum of the elements above it, modulo 4.
2, 5, 5, 12, 31, 12, 28, 172, 172, 28, 66, 926, 2187, 926, 66, 156, 5078, 27341, 27341, 5078, 156, 368, 27861, 346028, 790681, 346028, 27861, 368, 868, 152260, 4360887, 22952323, 22952323, 4360887, 152260, 868, 2048, 832207, 54774178, 663249556
Offset: 1
Examples
Some solutions for n=3 k=4 ..2..0..2..0....2..0..2..0....2..1..2..0....0..2..0..1....2..0..0..2 ..0..0..2..2....3..1..3..2....2..2..0..0....0..0..2..2....3..1..0..0 ..2..1..2..0....3..1..3..2....0..0..3..1....0..2..2..3....2..2..2..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +2*a(n-3)
k=2: [order 16]
k=3: [order 64]
Comments