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

A286368
a(n) = 4*A072401(n) + 2*A229062(n) + A010052(n).
2
3, 2, 0, 3, 2, 0, 4, 2, 3, 2, 0, 0, 2, 0, 4, 3, 2, 2, 0, 2, 0, 0, 4, 0, 3, 2, 0, 4, 2, 0, 4, 2, 0, 2, 0, 3, 2, 0, 4, 2, 2, 0, 0, 0, 2, 0, 4, 0, 3, 2, 0, 2, 2, 0, 4, 0, 0, 2, 0, 4, 2, 0, 4, 3, 2, 0, 0, 2, 0, 0, 4, 2, 2, 2, 0, 0, 0, 0, 4, 2, 3, 2, 0, 0, 2, 0, 4, 0, 2, 2, 0, 4, 0, 0, 4, 0, 2, 2, 0, 3, 2, 0, 4, 2, 0, 2, 0, 0, 2, 0, 4, 4, 2, 0, 0, 2, 2, 0, 4, 0
OFFSET
1,1
COMMENTS
Partitions natural numbers to the same equivalence classes as A002828. That is, for all i, j: a(i) = a(j) <=> A002828(i) = A002828(j). To get A002828 replace 0's with 3's, 3's with 1's and keep 2's as 2's and 4's as 4's.
LINKS
FORMULA
a(n) = 4*A072401(n) + 2*A229062(n) + A010052(n).
PROG
(Scheme) (define (A286368 n) (+ (* 4 (A072401 n)) (* 2 (A229062 n)) (A010052 n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 08 2017
STATUS
approved