Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #6 Sep 11 2017 12:05:05
%S 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 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 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 a(n) = A268819(n) mod 8.
%H Antti Karttunen, <a href="/A290108/b290108.txt">Table of n, a(n) for n = 1..65536</a>
%F a(n) = A010877(A268819(n)) = A268819(n) mod 8.
%o (Scheme)
%o (define (A290108 n) (modulo (A268819 n) 8))
%o ;; For the rest of code, follow A268819 and A268728.
%Y Cf. A010877, A165471, A268728, A268819, A269157.
%K nonn
%O 1,3
%A _Antti Karttunen_, Sep 11 2017