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 A220633 #7 Aug 02 2018 04:42:20 %S A220633 1,1,3,12,44,158,564,2010,7160,25502,90828,323490,1152128,4103366, %T A220633 14614356,52049802,185378120,660233966,2351458140,8374842354, %U A220633 29827443344,106232014742,378350930916,1347516822234,4799252328536,17092790630078 %N A220633 Number of ways to reciprocally link elements of an 3 X n array either to themselves or to exactly two horizontal or antidiagonal neighbors. %C A220633 Row 3 of A220632. %H A220633 R. H. Hardin, <a href="/A220633/b220633.txt">Table of n, a(n) for n = 1..210</a> %F A220633 Empirical: a(n) = 4*a(n-1) - a(n-2) - 2*a(n-3) for n>5. %F A220633 Empirical g.f.: x*(1 - x - x^2)*(1 - 2*x - x^2) / ((1 - x)*(1 - 3*x - 2*x^2)). - _Colin Barker_, Aug 02 2018 %e A220633 All solutions for n=3 0=self 3=ne 4=w 6=e 7=sw (reciprocal directions total 10): %e A220633 .00.00.00...00.67.47...00.00.00 %e A220633 .00.67.47...36.34.00...00.00.00 %e A220633 .36.34.00...00.00.00...00.00.00 %Y A220633 Cf. A220632. %K A220633 nonn %O A220633 1,3 %A A220633 _R. H. Hardin_, Dec 17 2012