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”).

A276577
Row 5 of A276580: a(n) = A255415(n) modulo 11.
2
0, 0, 4, 8, 5, 9, 2, 2, 6, 3, 7, 0, 4, 4, 1, 5, 9, 2, 8, 10, 3, 7, 0, 6, 10, 1, 5, 9, 4, 8, 1, 3, 7, 2, 6, 10, 3, 5, 0, 4, 8, 1, 9, 9, 2, 6, 10, 7, 0, 0, 4, 8, 5, 9, 2, 2, 6, 3, 7, 0, 4, 4, 1, 5, 9, 2, 8, 10, 3, 7, 0, 6, 10, 1, 5, 9, 4, 8, 1, 3, 7, 2, 6, 10, 3, 5, 0, 4, 8, 1, 9, 9, 2, 6, 10, 7, 0, 0, 4, 8, 5, 9, 2, 2, 6, 3, 7, 0, 4, 4, 1, 5, 9, 2, 8, 10, 3, 7
OFFSET
1,3
COMMENTS
Seems to have a period of 48.
FORMULA
a(n) = A255415(n) modulo 11.
PROG
(Scheme) (define (A276577 n) (modulo (A255415 n) 11))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 13 2016
STATUS
approved