login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A290108
a(n) = A268819(n) mod 8.
1
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, 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, 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
OFFSET
1,3
LINKS
FORMULA
a(n) = A010877(A268819(n)) = A268819(n) mod 8.
PROG
(Scheme)
(define (A290108 n) (modulo (A268819 n) 8))
;; For the rest of code, follow A268819 and A268728.
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 11 2017
STATUS
approved