This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A284113 #6 Apr 05 2020 20:14:04 %S A284113 1,2,2,3,4,3,6,13,13,6,10,46,25,46,10,19,160,435,435,160,19,33,571, %T A284113 1230,5896,1230,571,33,62,2095,20275,80200,80200,20275,2095,62,112, %U A284113 7802,67957,1143533,905327,1143533,67957,7802,112,212,29326,1057769,16442183 %N A284113 T(n,k) = Number of n X k 0..1 arrays with the number of 1's king-move adjacent to some 0 equal to the number of 0's adjacent to some 1, with top left element zero. %C A284113 Table starts %C A284113 ...1......2........3...........6.............10................19 %C A284113 ...2......4.......13..........46............160...............571 %C A284113 ...3.....13.......25.........435...........1230.............20275 %C A284113 ...6.....46......435........5896..........80200...........1143533 %C A284113 ..10....160.....1230.......80200.........905327..........61595318 %C A284113 ..19....571....20275.....1143533.......61595318........3514396333 %C A284113 ..33...2095....67957....16442183......835390074......202053817163 %C A284113 ..62...7802..1057769...240146980....51786529350....11804599876991 %C A284113 .112..29326..4091201..3538905880...809052347723...696189477669561 %C A284113 .212.111040.57977326.52568393480.45439256969227.41397421665690592 %H A284113 R. H. Hardin, <a href="/A284113/b284113.txt">Table of n, a(n) for n = 1..161</a> %e A284113 Some solutions for n=4, k=4 %e A284113 ..0..0..0..1. .0..1..1..1. .0..0..0..0. .0..0..0..0. .0..0..1..0 %e A284113 ..1..1..1..1. .1..1..0..1. .1..0..1..0. .0..1..1..1. .1..1..1..0 %e A284113 ..1..0..0..1. .1..0..0..0. .1..1..1..1. .0..1..1..1. .0..1..1..0 %e A284113 ..0..0..1..0. .0..0..0..1. .1..1..1..0. .1..0..1..0. .1..1..0..0 %Y A284113 Column 1 is A274160(n+1). %K A284113 nonn,tabl %O A284113 1,2 %A A284113 _R. H. Hardin_, Mar 20 2017