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 A199706 #15 May 16 2018 11:20:02 %S A199706 8,52,168,380,724,1236,1940,2872,4068,5552,7360,9528,12080,15052, %T A199706 18480,22388,26812,31788,37340,43504,50316,57800,65992,74928,84632, %U A199706 95140,106488,118700,131812,145860,160868,176872,193908,212000,231184,251496 %N A199706 Number of -n..n arrays x(0..3) of 4 elements with zero sum and no two neighbors equal. %C A199706 Row 4 of A199704. %H A199706 R. H. Hardin, <a href="/A199706/b199706.txt">Table of n, a(n) for n = 1..200</a> %F A199706 Empirical: a(n) = 3*a(n-1)-3*a(n-2)+2*a(n-3)-3*a(n-4)+3*a(n-5)-a(n-6). %F A199706 Empirical g.f.: 4*x*(2 + 7*x + 9*x^2 + 4*x^3 + 2*x^4) / ((1 - x)^4*(1 + x + x^2)). - _Colin Barker_, May 16 2018 %e A199706 Some solutions for n=5: %e A199706 ..3...-3....3....2....2....2....2...-5...-2...-3....2....0....4...-3....4...-5 %e A199706 ..0...-5...-3...-4....1...-1...-1....5...-4....3....0...-2...-4...-2...-3....3 %e A199706 .-3....3...-4...-2...-5....4....0....3....1....5....2...-3...-1....1...-4....4 %e A199706 ..0....5....4....4....2...-5...-1...-3....5...-5...-4....5....1....4....3...-2 %Y A199706 Cf. A199704. %K A199706 nonn %O A199706 1,1 %A A199706 _R. H. Hardin_, Nov 09 2011