%I #6 Apr 05 2020 20:19:52
%S 0,0,0,0,4,0,0,17,17,0,0,62,52,62,0,1,238,684,684,238,1,3,912,2128,
%T 10056,2128,912,3,10,3468,34896,141018,141018,34896,3468,10,24,13224,
%U 123541,2053994,1656022,2053994,123541,13224,24,60,50655,1891998,30004158
%N T(n,k) = Number of n X k 0..1 arrays with the number of 1's king-move adjacent to some 0 two less than the number of 0's adjacent to some 1.
%C Table starts
%C ..0.....0.......0..........0.............0................1..................3
%C ..0.....4......17.........62...........238..............912...............3468
%C ..0....17......52........684..........2128............34896.............123541
%C ..0....62.....684......10056........141018..........2053994...........30004158
%C ..0...238....2128.....141018.......1656022........113258929.........1569283128
%C ..1...912...34896....2053994.....113258929.......6553131164.......380797680269
%C ..3..3468..123541...30004158....1569283128.....380797680269.....23594688741164
%C .10.13224.1891998..443275636...97311031516...22418184755710...5201563721481604
%C .24.50655.7565509.6591532114.1540259241508.1330080388106827.366234192215237315
%H R. H. Hardin, <a href="/A286216/b286216.txt">Table of n, a(n) for n = 1..161</a>
%e Some solutions for n=4, k=4
%e ..0..1..1..0. .0..0..0..0. .1..0..1..1. .0..0..1..0. .1..1..1..1
%e ..0..0..0..1. .0..1..1..1. .0..0..0..0. .1..0..0..0. .0..0..0..1
%e ..1..1..1..0. .1..1..0..0. .1..1..1..0. .1..0..0..1. .0..0..0..0
%e ..0..1..0..0. .1..0..1..0. .1..0..0..0. .0..1..1..1. .0..0..1..0
%K nonn,tabl
%O 1,5
%A _R. H. Hardin_, May 04 2017