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

A278523
a(n) = A046523(A249818(n)).
5
1, 2, 2, 4, 2, 6, 2, 8, 4, 6, 2, 12, 2, 6, 6, 16, 2, 12, 2, 12, 8, 6, 2, 24, 4, 6, 6, 12, 2, 30, 2, 32, 12, 6, 6, 36, 2, 6, 6, 24, 2, 30, 2, 12, 16, 6, 2, 48, 4, 12, 12, 12, 2, 24, 8, 24, 12, 6, 2, 60, 2, 6, 6, 64, 6, 30, 2, 12, 24, 30, 2, 72, 2, 6, 6, 12, 6, 30, 2, 48, 12, 6, 2, 60, 12, 6, 30, 24, 2, 60, 8, 12, 32, 6, 6, 96, 2, 12, 6, 36, 2, 30, 2, 24, 36, 6
OFFSET
1,2
LINKS
FORMULA
a(n) = A046523(A249818(n)).
PROG
(Scheme) (define (A278523 n) (A046523 (A249818 n)))
CROSSREFS
Differs from related A278524 for the first time at n=42, where a(42)=30, while A278524(42)=24.
Sequence in context: A275468 A046523 A278524 * A071364 A278237 A328707
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 30 2016
STATUS
approved