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 A125535 #6 Mar 31 2012 12:35:05 %S A125535 1,6,694,1842302,106627685414,135334709216482502, %T A125535 3763490062900640355493914,2293235289704399729849626764238522, %U A125535 30618002869205254395943653838381933205254046 %N A125535 Number of n X n arrays with entries in 1..6 in which adjacent entries differ by 3 or less (adjacent means in x or y directions). %C A125535 [Empirical] a(base+1,n,diff)=a(base,n,diff)+F(n,diff) for base>=2.diff.(n-1) and F(n,diff)= (n=2, A063496(diff+1)) (n=3, A068744(diff+1)) (n=4, A068745(diff+1)) (n=5, A068746(diff+1)) (n=6, A068747(diff+1)) %o A125535 (S/R) stvar $[N][N]:(0.. M-1) init $[][]:=0 asgn $[][]->{*} kill +[i in 0.. N-2](+[j in 0.. N-1](($[i][j]`-$[i+1][j]`>3)+($[i+1][j]`-$[i][j]`>3)+($[j][i]`-$[j][i+1]`>3)+($[j][i+1]`-$[j][i]`>3))) %K A125535 nonn %O A125535 0,2 %A A125535 _R. H. Hardin_, Dec 31 2006