login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A353647 Möbius transform of A062401, where A062401(n) = phi(sigma(n)). 2
1, 1, 1, 4, 1, 1, 3, 2, 10, 3, 3, 4, 5, 3, 5, 22, 5, 10, 7, 2, 11, 7, 7, 2, 28, 5, 4, 12, 7, 11, 15, 6, 11, 11, 11, 40, 17, 7, 17, 10, 11, 11, 19, 8, 6, 15, 15, 22, 32, 26, 17, 26, 17, 4, 19, 6, 23, 15, 15, 14, 29, 15, 22, 90, 17, 23, 31, 14, 23, 25, 23, 20, 35, 17, 24, 28, 25, 17, 31, 14, 94, 23, 23, 44, 29, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
The first negative term is a(1944) = -76.
LINKS
FORMULA
a(n) = Sum_{d|n} A008683(n/d) * A062401(d).
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[n/#] * EulerPhi[DivisorSigma[1, #]] &]; Array[a, 100] (* Amiram Eldar, May 06 2022 *)
PROG
(PARI) A353647(n) = sumdiv(n, d, moebius(n/d)*eulerphi(sigma(d)));
CROSSREFS
Sequence in context: A316586 A274540 A010323 * A261790 A174834 A100642
KEYWORD
sign
AUTHOR
Antti Karttunen, May 06 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 20:27 EDT 2024. Contains 371767 sequences. (Running on oeis4.)