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 A198655 #9 Mar 02 2018 06:27:22 %S A198655 0,1,1,2,3,6,11,23,47,103,226,518,1200,2867,6946,17234,43393,111418, %T A198655 290233,768819,2064637,5626757,15531220,43432402,122878654,351665399, %U A198655 1016952840,2970387672,8755225931,26027153206,77972236615,235260594303 %N A198655 Number of n X 1 0..7 arrays with values 0..7 introduced in row major order and each element equal to at least one horizontal or vertical neighbor. %C A198655 Column 1 of A198661. %H A198655 R. H. Hardin, <a href="/A198655/b198655.txt">Table of n, a(n) for n = 1..200</a> %F A198655 Empirical: a(n) = 7*a(n-1) + a(n-2) - 97*a(n-3) + 105*a(n-4) + 531*a(n-5) - 757*a(n-6) - 1511*a(n-7) + 2143*a(n-8) + 2457*a(n-9) - 2689*a(n-10) - 2227*a(n-11) + 1198*a(n-12) + 840*a(n-13) for n>14. %F A198655 Empirical g.f.: x^2*(1 - 6*x - 6*x^2 + 85*x^3 - 25*x^4 - 476*x^5 + 247*x^6 + 1348*x^7 - 523*x^8 - 1959*x^9 + 157*x^10 + 1157*x^11 + 309*x^12) / ((1 - x)*(1 + x)*(1 - 2*x)*(1 - x - x^2)*(1 - x - 3*x^2)*(1 - x - 4*x^2)*(1 - x - 5*x^2)*(1 - x - 7*x^2)). - _Colin Barker_, Mar 02 2018 %e A198655 All solutions for n=5: %e A198655 ..0....0....0 %e A198655 ..0....0....0 %e A198655 ..0....1....0 %e A198655 ..0....1....1 %e A198655 ..0....1....1 %Y A198655 Cf. A198661. %K A198655 nonn %O A198655 1,4 %A A198655 _R. H. Hardin_, Oct 28 2011