A282885 T(n,k)=Number of nXk 0..1 arrays with no 1 equal to more than one of its horizontal, vertical and antidiagonal neighbors, with the exception of exactly one element.
0, 0, 0, 1, 2, 1, 2, 8, 8, 2, 5, 32, 74, 32, 5, 12, 122, 430, 430, 122, 12, 26, 416, 2426, 3762, 2426, 416, 26, 56, 1414, 13062, 34314, 34314, 13062, 1414, 56, 118, 4626, 67676, 286920, 480995, 286920, 67676, 4626, 118, 244, 14930, 342972, 2342046, 6296324
Offset: 1
Examples
Some solutions for n=4 k=4 ..0..0..1..0. .0..1..0..1. .0..1..1..1. .1..0..1..1. .0..1..0..0 ..1..0..1..1. .0..0..0..0. .0..0..0..0. .1..0..0..0. .0..0..0..1 ..0..0..0..0. .0..0..1..0. .1..0..0..0. .0..1..1..1. .0..0..1..0 ..1..1..0..0. .0..0..1..1. .0..0..0..0. .0..0..0..0. .0..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..264
Crossrefs
Column 1 is A073778(n-1).
Formula
Empirical for column k:
k=1: a(n) = 2*a(n-1) +a(n-2) -3*a(n-4) -2*a(n-5) -a(n-6)
k=2: [order 10]
k=3: [order 22]
k=4: [order 42]
k=5: [order 86]
Comments