A233733 T(n,k)=Number of (n+1)X(k+1) 0..3 arrays with every 2X2 subblock having the sum of the absolute values of the edge differences equal to 6 and no adjacent elements equal.
40, 148, 148, 556, 756, 556, 2104, 3972, 3972, 2104, 7976, 21432, 29816, 21432, 7976, 30260, 115972, 233432, 233432, 115972, 30260, 114820, 631628, 1851404, 2723072, 1851404, 631628, 114820, 435720, 3435216, 14802604, 32240288, 32240288
Offset: 1
Examples
Some solutions for n=3 k=4 ..2..3..2..3..2....0..2..0..2..0....0..1..0..1..2....0..2..0..1..0 ..0..1..3..1..3....1..0..1..0..1....1..3..1..3..1....2..3..2..3..1 ..2..0..2..0..1....3..1..3..2..0....0..2..0..2..3....3..1..3..1..0 ..3..2..1..2..0....1..0..1..0..1....2..3..2..1..0....1..0..2..0..2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..220
Formula
Empirical for column k:
k=1: a(n) = 3*a(n-1) +5*a(n-2) -7*a(n-3) -2*a(n-4)
k=2: [order 12]
k=3: [order 28]
k=4: [order 84]
Comments