A280961 T(n,k)=Number of nXk 0..2 arrays with no element equal to more than one of its horizontal, vertical and antidiagonal neighbors and with new values introduced in order 0 sequentially upwards.
1, 2, 2, 4, 9, 4, 11, 42, 42, 11, 30, 205, 241, 205, 30, 82, 997, 1554, 1554, 997, 82, 224, 4850, 9899, 14106, 9899, 4850, 224, 612, 23593, 63085, 126267, 126267, 63085, 23593, 612, 1672, 114769, 402077, 1121528, 1599234, 1121528, 402077, 114769, 1672, 4568
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..2..0. .0..0..1..0. .0..0..1..2. .0..1..0..1. .0..1..0..0 ..2..0..1..2. .1..2..0..1. .2..1..0..1. .1..0..2..2. .1..2..1..2 ..0..1..0..1. .1..2..1..0. .2..0..1..2. .2..1..0..0. .2..1..2..1 ..2..0..2..2. .0..0..2..2. .1..2..0..0. .2..1..2..2. .0..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..112
Crossrefs
Column 1 is A021006(n-3).
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +2*a(n-2) for n>4
k=2: a(n) = 4*a(n-1) +4*a(n-2) +a(n-3) for n>4
k=3: [order 12] for n>16
k=4: [order 54] for n>57
Comments