A240656 T(n,k)=Number of nXk 0..1 arrays with no element equal to exactly one horizontal or vertical neighbor, with new values 0..1 introduced in row major order.
1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 3, 9, 3, 1, 1, 6, 17, 17, 6, 1, 1, 10, 43, 91, 43, 10, 1, 1, 21, 136, 352, 352, 136, 21, 1, 1, 42, 402, 1545, 2456, 1545, 402, 42, 1, 1, 86, 1180, 7154, 16629, 16629, 7154, 1180, 86, 1, 1, 179, 3518, 33269, 118863, 184819, 118863, 33269, 3518
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..0..0....0..0..0..0....0..1..1..0....0..1..1..1....0..1..1..1 ..0..1..0..0....0..0..1..0....1..1..1..1....1..1..1..1....1..1..1..1 ..0..0..1..1....0..0..0..0....1..1..0..1....1..1..1..1....1..1..1..0 ..0..0..1..1....0..0..0..0....0..1..1..1....0..1..1..0....1..1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..220
Crossrefs
Column 2 is A240513(n-2)
Formula
Empirical for column k:
k=1: a(n) = a(n-1)
k=2: a(n) = 2*a(n-1) +a(n-2) -a(n-3) -2*a(n-4) +a(n-5)
k=3: [order 15]
k=4: [order 50]
Comments