A279494 T(n,k)=Number of nXk 0..1 arrays with no element equal to a strict majority of its horizontal, vertical and antidiagonal neighbors, with the exception of exactly two elements, and with new values introduced in order 0 sequentially upwards.
0, 1, 1, 0, 0, 0, 3, 5, 5, 3, 3, 18, 38, 18, 3, 9, 68, 254, 254, 68, 9, 15, 235, 1433, 2684, 1433, 235, 15, 31, 801, 8330, 26157, 26157, 8330, 801, 31, 57, 2678, 46095, 246237, 425588, 246237, 46095, 2678, 57, 108, 8777, 250440, 2241332, 6559816, 6559816
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..1..1. .0..1..1..0. .0..1..0..1. .0..1..1..1. .0..1..1..1 ..0..1..0..1. .0..0..1..0. .1..1..0..1. .1..0..1..0. .1..0..0..1 ..0..1..0..0. .0..0..1..0. .0..1..0..1. .1..0..1..1. .0..1..1..0 ..0..1..0..1. .1..0..1..0. .1..1..1..0. .0..1..0..1. .0..0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Crossrefs
Column 1 is A105423(n-2).
Formula
Empirical for column k:
k=1: a(n) = 3*a(n-1) -5*a(n-3) +3*a(n-5) +a(n-6)
k=2: [order 16]
k=3: [order 54] for n>55
Comments