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 A290108 #6 Sep 11 2017 12:05:05 %S A290108 0,1,3,0,6,2,2,1,4,7,6,3,1,3,1,0,0,5,0,6,0,7,3,2,0,0,7,2,6,0,2,1,0,1, %T A290108 0,4,4,1,6,7,3,1,3,6,6,2,3,3,1,1,3,1,4,6,5,3,6,7,3,1,3,3,3,0,3,1,2,0, %U A290108 4,1,1,5,6,5,7,0,0,7,4,6,0,2,7,0,6,2,1,7,3,7,2,3,5,2,2,2,1,0,2,0,3,2,4,0,3,5,0,7,4,4,6,2,2,7,0,6,1,2,2,0 %N A290108 a(n) = A268819(n) mod 8. %H A290108 Antti Karttunen, <a href="/A290108/b290108.txt">Table of n, a(n) for n = 1..65536</a> %F A290108 a(n) = A010877(A268819(n)) = A268819(n) mod 8. %o A290108 (Scheme) %o A290108 (define (A290108 n) (modulo (A268819 n) 8)) %o A290108 ;; For the rest of code, follow A268819 and A268728. %Y A290108 Cf. A010877, A165471, A268728, A268819, A269157. %K A290108 nonn %O A290108 1,3 %A A290108 _Antti Karttunen_, Sep 11 2017