A280180 T(n,k)=Number of nXk 0..1 arrays with no element unequal 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, 2, 0, 3, 12, 12, 3, 3, 41, 60, 41, 3, 9, 103, 279, 279, 103, 9, 15, 263, 1082, 1633, 1082, 263, 15, 31, 656, 3931, 8759, 8759, 3931, 656, 31, 57, 1618, 13720, 43094, 63336, 43094, 13720, 1618, 57, 108, 3931, 46467, 202693, 421214, 421214, 202693, 46467
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..1..0. .0..0..0..0. .0..0..0..1. .0..1..1..1. .0..1..1..1 ..0..1..0..0. .0..1..0..0. .0..0..0..0. .0..1..1..1. .1..1..1..1 ..1..1..0..1. .0..0..0..0. .1..1..1..1. .0..1..0..0. .1..1..1..0 ..1..1..0..0. .1..1..1..1. .1..1..1..1. .1..0..0..0. .1..1..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 10] for n>14
k=3: [order 21] for n>28
k=4: [order 45] for n>54
Comments