A279268 T(n,k)=Number of nXk 0..1 arrays with no element equal to a strict majority of its horizontal and vertical neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.
0, 0, 0, 2, 4, 2, 2, 10, 10, 2, 5, 20, 29, 20, 5, 8, 38, 86, 86, 38, 8, 15, 68, 240, 400, 240, 68, 15, 26, 120, 626, 1592, 1592, 626, 120, 26, 46, 208, 1603, 5888, 9042, 5888, 1603, 208, 46, 80, 358, 4030, 21882, 51568, 51568, 21882, 4030, 358, 80, 139, 612, 9973, 79112
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..1..1..0. .0..0..1..1. .0..1..1..1. .0..1..0..0. .0..1..0..1 ..1..0..0..1. .1..1..0..1. .1..0..1..0. .1..1..1..1. .0..0..1..0 ..0..1..0..1. .0..0..1..0. .0..0..1..1. .0..1..0..0. .1..0..1..0 ..0..1..1..0. .1..0..1..0. .1..1..0..0. .0..1..0..1. .0..1..0..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..180
Crossrefs
Column 1 is A006367(n-1).
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +a(n-2) -2*a(n-3) -a(n-4) for n>5
k=2: a(n) = 3*a(n-1) -a(n-2) -3*a(n-3) +a(n-4) +a(n-5)
k=3: a(n) = 4*a(n-1) -4*a(n-2) +2*a(n-3) -4*a(n-4) -a(n-6) for n>9
k=4: [order 28] for n>31
k=5: [order 58] for n>69
Comments