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 A220706 #7 Aug 02 2018 06:42:39 %S A220706 1,8,24,105,405,1617,6412,25449,101029,400986,1591697,6317904, %T A220706 25077948,99542634,395117919,1568354512,6225321052,24710371599, %U A220706 98083689723,389326813396,1545367714146,6134078853549,24348200775585,96646113488531 %N A220706 Number of ways to reciprocally link elements of an n X 6 array either to themselves or to exactly two horizontal and antidiagonal neighbors, without consecutive collinear links. %C A220706 Column 6 of A220708. %H A220706 R. H. Hardin, <a href="/A220706/b220706.txt">Table of n, a(n) for n = 1..210</a> %F A220706 Empirical: a(n) = 3*a(n-1) + 5*a(n-2) - 3*a(n-3) - 6*a(n-4) - a(n-5) - a(n-6) + 4*a(n-7) + a(n-8) - a(n-9) - a(n-10). %F A220706 Empirical g.f.: x*(1 + x)*(1 + 4*x - 9*x^2 + 5*x^3 - 5*x^4 + 3*x^5 + x^6 - x^8) / (1 - 3*x - 5*x^2 + 3*x^3 + 6*x^4 + x^5 + x^6 - 4*x^7 - x^8 + x^9 + x^10). - _Colin Barker_, Aug 02 2018 %e A220706 Some solutions for n=3 0=self 3=ne 4=w 6=e 7=sw (reciprocal directions total 10): %e A220706 .00.00.67.47.67.47...00.00.00.00.67.47...00.00.00.00.00.00...00.00.00.00.00.00 %e A220706 .00.36.34.36.34.00...00.67.47.36.34.00...00.00.67.47.67.47...00.00.00.00.00.00 %e A220706 .00.00.00.00.00.00...36.34.00.00.00.00...00.36.34.36.34.00...00.00.00.00.00.00 %Y A220706 Cf. A220708. %K A220706 nonn %O A220706 1,2 %A A220706 _R. H. Hardin_, Dec 18 2012