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 A122601 #3 Jul 12 2012 00:39:49 %S A122601 3,4,6,1,5,0,4,6,3,2,4,3,0,2,6,5,4,6,5,2,4,3,0,6,0,4,6,3,5,2,2,6,5,0, %T A122601 3,5,4,3,0,6,5,0,3,5,2,4,2,0,4,6,3,2,4,0,6,5,4,6,5,2,4,0,0,4,6,3,3,2, %U A122601 5,0,4,3,4,3,2,6,5,6,3,4,0,2,5,0,6,3,2,3,0,2,6,4,5,2,3,0,6,4,6,3,2,5,4,3,5 %N A122601 a(n)=(n-th prime +1) modulo 7. %C A122601 a(n)=1 only for n=4; frequences f(m) of other values are almost equal, e.g., for n=1..1000, f(m=0..6): 166,1,165,166,168,164,170. %F A122601 a(n)= (A039705(n)+1) mod 7 %t A122601 Table[Mod[(Prime[n]+1),7],{n,1000}] %Y A122601 Cf. A039705. %K A122601 nonn %O A122601 1,1 %A A122601 _Zak Seidov_, Sep 24 2006