A265973 T(n,k) = Number of n X k 0..4 arrays with the absolute differences of each element with its with horizontal and vertical neighbors unique.
5, 25, 25, 92, 288, 92, 340, 1504, 1504, 340, 1252, 7656, 6112, 7656, 1252, 4616, 38096, 23920, 23920, 38096, 4616, 17012, 190308, 89776, 74248, 89776, 190308, 17012, 62696, 953072, 339952, 230784, 230784, 339952, 953072, 62696, 231044, 4776628
Offset: 1
Examples
Some solutions for n=4, k=4 ..1..3..0..1....0..0..1..1....3..1..0..3....2..4..4..2....4..4..3..3 ..0..4..4..3....4..4..3..0....3..1..0..4....2..1..1..3....1..1..0..2 ..0..1..1..3....1..1..3..2....2..4..3..1....4..3..0..0....0..3..4..2 ..3..3..0..2....2..0..0..2....2..4..3..1....1..3..2..2....2..3..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Crossrefs
Column 1 is A265929.
Formula
Empirical for column k:
k=1: [linear recurrence of order 8] for n>9
k=2: [order 32] for n>33
Comments