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

A286536
a(n) = A278222(A276445(n)).
3
2, 4, 2, 4, 8, 2, 6, 4, 12, 8, 2, 16, 12, 6, 6, 4, 12, 12, 8, 2, 36, 32, 12, 24, 12, 6, 16, 30, 24, 6, 6, 4, 12, 12, 12, 8, 2, 36, 72, 32, 12, 60, 72, 12, 24, 12, 6, 36, 48, 30, 64, 48, 60, 24, 30, 24, 6, 16, 30, 60, 24, 6, 6, 4, 12, 12, 12, 12, 8, 2, 36, 72, 72, 32, 12, 60, 180, 72, 12, 60, 72, 12, 24, 12, 6, 36
OFFSET
1,1
LINKS
FORMULA
a(n) = A278222(A276445(n)).
a(n) = A278219(A267111(n)).
PROG
(Scheme)
(define (A286536 n) (A278219 (A267111 n)))
(define (A286536 n) (A278222 (A276445 n)))
CROSSREFS
Cf. A286537 (rgs-version of this sequence).
Sequence in context: A112791 A227346 A296141 * A318768 A166242 A143107
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 17 2017
STATUS
approved