A209727 T(n,k) = 1/4 the number of (n+1) X (k+1) 0..2 arrays with every 2 X 2 subblock having distinct clockwise edge differences.
2, 3, 3, 4, 4, 4, 6, 5, 5, 6, 8, 7, 6, 7, 8, 12, 9, 8, 8, 9, 12, 16, 13, 10, 10, 10, 13, 16, 24, 17, 14, 12, 12, 14, 17, 24, 32, 25, 18, 16, 14, 16, 18, 25, 32, 48, 33, 26, 20, 18, 18, 20, 26, 33, 48, 64, 49, 34, 28, 22, 22, 22, 28, 34, 49, 64, 96, 65, 50, 36, 30, 26, 26, 30, 36, 50, 65, 96
Offset: 1
Examples
Some solutions for n=4, k=3 ..2..1..2..1....0..2..0..1....1..2..0..2....0..1..0..2....2..1..2..1 ..0..2..0..2....2..1..2..0....2..0..1..0....2..0..2..1....0..2..0..2 ..1..0..1..0....0..2..0..1....1..2..0..2....0..1..0..2....1..0..1..0 ..0..2..0..2....2..1..2..0....2..0..1..0....2..0..2..1....0..2..0..2 ..1..0..1..0....0..2..0..1....1..2..0..2....0..1..0..2....2..1..2..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..1512
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-2).
k=2..7: a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3).
Comments