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!)
A341635 a(n) = Sum_{d|n} phi(d) * mu(d) * mu(n/d). 2
1, -2, -3, 1, -5, 6, -7, 0, 2, 10, -11, -3, -13, 14, 15, 0, -17, -4, -19, -5, 21, 22, -23, 0, 4, 26, 0, -7, -29, -30, -31, 0, 33, 34, 35, 2, -37, 38, 39, 0, -41, -42, -43, -11, -10, 46, -47, 0, 6, -8, 51, -13, -53, 0, 55, 0, 57, 58, -59, 15, -61, 62, -14, 0, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A003967.
Moebius transform of A097945.
From Vaclav Kotesovec, Feb 19 2021: (Start)
Abs(a(n)) <= n.
a(n) = n iff n is in A030229. (End)
LINKS
FORMULA
a(n) = Sum_{k=1..n} mu(gcd(n,k)) * mu(n/gcd(n,k)).
a(1) = 1; a(n) = -Sum_{d|n, d < n} A003967(n/d) * a(d).
a(n) = Sum_{d|n} mu(n/d) * A097945(d).
Multiplicative with a(p^e) = -p if e=1, p-1 if e=2, and 0 otherwise. - Amiram Eldar, Feb 19 2021
MATHEMATICA
Table[Sum[EulerPhi[d] MoebiusMu[d] MoebiusMu[n/d], {d, Divisors[n]}], {n, 65}]
Table[Sum[MoebiusMu[GCD[n, k]] MoebiusMu[n/GCD[n, k]], {k, n}], {n, 65}]
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(d)*moebius(d)*moebius(n/d)); \\ Michel Marcus, Feb 17 2021
CROSSREFS
Cf. A000010, A003967, A007427, A007431, A008683, A030229 (fixed points), A046099 (positions of 0's), A068341, A097945, A276833.
Sequence in context: A049274 A339470 A130508 * A182938 A329445 A362248
KEYWORD
sign,mult
AUTHOR
Ilya Gutkovskiy, Feb 16 2021
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 September 11 01:27 EDT 2024. Contains 375813 sequences. (Running on oeis4.)