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

A255123
a(n) = A255056(n) - A255053(n).
5
0, 1, 1, 0, 3, 1, 0, 3, 3, 3, 1, 0, 1, 1, 3, 2, 3, 3, 3, 1, 0, 1, 1, 3, 2, 5, 4, 3, 1, 1, 3, 2, 3, 3, 3, 1, 0, 1, 1, 3, 2, 5, 2, 1, 3, 2, 2, 4, 4, 3, 1, 1, 3, 2, 5, 4, 3, 1, 1, 3, 2, 3, 3, 3, 1, 0, 1, 1, 3, 2, 5, 2, 1, 3, 2, 2, 4, 2, 1, 3, 2, 2, 3, 1, 2, 2, 2, 4, 4, 3, 1, 1, 3, 2, 5, 2, 1, 3, 2, 2, 4, 4, 3, 1, 1, 3, 2, 5, 4, 3, 1, 1, 3, 2, 3, 3, 3, 1, 0
OFFSET
0,5
LINKS
FORMULA
a(n) = A255056(n) - A255053(n).
PROG
(Scheme) (define (A255123 n) (- (A255056 n) (A255053 n)))
CROSSREFS
Analogous sequence: A218603.
Sequence in context: A036874 A256759 A336090 * A244483 A292727 A049403
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 14 2015
STATUS
approved