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

A353755
a(n) = A062401(n) / gcd(A062401(n), A353752(n)), where A062401(n) = phi(sigma(n)), and A353752(n) = Product_{p^e||n} phi(sigma(p^e)).
9
1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 2, 3, 2, 1, 1, 1, 2, 3, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 2, 7, 1, 1, 3, 1, 2, 3, 1, 2, 1, 1, 1, 1, 2, 3, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 3, 1, 2, 3, 1, 2, 3, 1, 3, 2, 1, 2, 3, 2, 1, 1, 3, 1, 1, 1, 3, 1, 1, 4
OFFSET
1,10
COMMENTS
Numerator of fraction A062401(n) / A353752(n).
FORMULA
a(n) = A062401(n) / A353754(n) = A062401(n) / gcd(A062401(n), A353752(n)).
PROG
(PARI)
A062401(n) = eulerphi(sigma(n));
A353755(n) = { my(f = factor(n)); (A062401(n) / gcd(A062401(n), prod(k=1, #f~, A062401(f[k, 1]^f[k, 2])))); };
CROSSREFS
Cf. A336547 (positions of 1's), A336548 (positions of terms > 1).
Cf. also A353805.
Sequence in context: A016565 A051714 A023593 * A353784 A117544 A030393
KEYWORD
nonn,frac
AUTHOR
Antti Karttunen, May 08 2022
STATUS
approved