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 A284222 #6 Apr 05 2020 20:05:52 %S A284222 1,2,2,3,6,4,6,13,19,8,10,44,70,62,16,19,143,499,467,212,32,33,495, %T A284222 3214,6511,3224,751,64,62,1746,22729,85887,91260,23218,2719,128,112, %U A284222 6399,163708,1214427,2417194,1317770,170155,10002,256,212,23776,1209005 %N A284222 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or antidiagonally adjacent to some 0 equal to the number of 0's adjacent to some 1, with top left element zero. %C A284222 Table starts %C A284222 ...1.....2.......3..........6............10..............19.................33 %C A284222 ...2.....6......13.........44...........143.............495...............1746 %C A284222 ...4....19......70........499..........3214...........22729.............163708 %C A284222 ...8....62.....467.......6511.........85887.........1214427...........17538010 %C A284222 ..16...212....3224......91260.......2417194........68272108.........1970768869 %C A284222 ..32...751...23218....1317770......69938626......3945536189.......227677212684 %C A284222 ..64..2719..170155...19371893....2058141264....232036495984.....26772321109067 %C A284222 .128.10002.1264605..288303232...61304713234..13815034342734...3187484402643589 %C A284222 .256.37258.9488108.4330336770.1842647045686.830095968128023.383012404461341362 %H A284222 R. H. Hardin, <a href="/A284222/b284222.txt">Table of n, a(n) for n = 1..198</a> %e A284222 Some solutions for n=4 k=4 %e A284222 ..0..1..1..1. .0..1..0..1. .0..0..1..1. .0..1..1..1. .0..1..1..1 %e A284222 ..0..0..0..1. .0..0..1..1. .1..0..0..0. .0..0..1..0. .0..0..0..1 %e A284222 ..1..1..0..1. .0..1..0..1. .1..0..1..1. .1..1..0..1. .1..1..0..0 %e A284222 ..0..0..1..0. .1..0..0..1. .0..1..1..1. .0..1..0..0. .1..0..1..0 %Y A284222 Column 1 is A000079(n-1). %Y A284222 Row 1 is A274160(n+1). %K A284222 nonn,tabl %O A284222 1,2 %A A284222 _R. H. Hardin_, Mar 23 2017