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 A251243 #8 Nov 27 2018 09:01:37 %S A251243 621,14265,327753,7530633,173028393,3975606801,91345992921, %T A251243 2098821870081,48223825786089,1108020364732593,25458559305394041, %U A251243 584951560945849089,13440207851070791625,308810505245808515409,7095420636859874120985 %N A251243 Number of (n+1) X (2+1) 0..2 arrays with no 2 X 2 subblock having the sum of its diagonal elements less than the minimum of its antidiagonal elements. %H A251243 R. H. Hardin, <a href="/A251243/b251243.txt">Table of n, a(n) for n = 1..210</a> %F A251243 Empirical: a(n) = 27*a(n-1) - 94*a(n-2) + 36*a(n-3) - 4*a(n-4) - 36*a(n-5). %F A251243 Empirical g.f.: 9*x*(69 - 278*x + 108*x^2 - 16*x^3 - 108*x^4) / (1 - 27*x + 94*x^2 - 36*x^3 + 4*x^4 + 36*x^5). - _Colin Barker_, Nov 27 2018 %e A251243 Some solutions for n=2: %e A251243 ..1..1..2....1..0..2....2..0..0....2..2..2....2..2..0....0..1..0....1..0..0 %e A251243 ..0..1..1....2..0..2....0..1..0....1..1..0....1..1..1....2..2..2....0..0..0 %e A251243 ..2..2..0....2..0..1....2..2..2....2..1..2....1..1..2....1..0..1....0..2..2 %Y A251243 Column 2 of A251249. %K A251243 nonn %O A251243 1,1 %A A251243 _R. H. Hardin_, Dec 01 2014