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 A195237 #9 May 06 2018 12:18:37 %S A195237 268435456,1663418313,3601738548,5618308863,7640055854,9661943973, %T A195237 11683832092,13705720211,15727608330,17749496449,19771384568, %U A195237 21793272687,23815160806,25837048925,27858937044,29880825163,31902713282,33924601401 %N A195237 Number of lower triangles of a 7 X 7 0..n array with each element differing from all of its diagonal, vertical, antidiagonal and horizontal neighbors by one or less. %C A195237 Row 7 of A195232. %H A195237 R. H. Hardin, <a href="/A195237/b195237.txt">Table of n, a(n) for n = 1..200</a> %F A195237 Empirical: a(n) = 2021888119*n - 2469384741 for n>4. %F A195237 Conjectures from _Colin Barker_, May 06 2018: (Start) %F A195237 G.f.: x*(268435456 + 1126547401*x + 543337378*x^2 + 78250080*x^3 + 5176676*x^4 + 141128*x^5) / (1 - x)^2. %F A195237 a(n) = 2*a(n-1) - a(n-2) for n>6. %F A195237 (End) %e A195237 Some solutions for n=6 with 0 and 6: %e A195237 ..6..............0..............0..............0..............6 %e A195237 ..5.5............1.1............1.1............1.1............5.5 %e A195237 ..4.4.4..........2.2.2..........1.2.2..........2.2.2..........4.4.4 %e A195237 ..4.3.3.3........3.3.3.3........1.1.2.3........2.3.3.3........3.3.3.3 %e A195237 ..4.3.2.2.2......3.4.3.4.4......0.1.2.3.4......3.2.3.3.4......2.2.2.2.2 %e A195237 ..3.3.3.2.2.1....3.4.4.4.5.5....1.1.2.3.4.5....2.3.2.3.4.5....1.2.2.2.1.1 %e A195237 ..4.3.3.2.1.1.0..4.4.4.5.4.5.6..2.1.2.3.4.5.6..3.2.2.3.4.5.6..2.2.2.2.2.1.0 %Y A195237 Cf. A195232. %K A195237 nonn %O A195237 1,1 %A A195237 _R. H. Hardin_, Sep 13 2011