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!)
A359954 a(n) = Sum_{d|n} tau(d)*phi(d)*mu(n/d). 2
1, 1, 3, 4, 7, 3, 11, 10, 14, 7, 19, 12, 23, 11, 21, 24, 31, 14, 35, 28, 33, 19, 43, 30, 52, 23, 54, 44, 55, 21, 59, 56, 57, 31, 77, 56, 71, 35, 69, 70, 79, 33, 83, 76, 98, 43, 91, 72, 114, 52, 93, 92, 103, 54, 133, 110, 105, 55, 115, 84, 119, 59, 154, 128, 161, 57, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Möbius transform of tau(n)*phi(n) (A062355).
LINKS
N. J. A. Sloane, Transforms
FORMULA
Multiplicative with a(p) = 2*p - 3 and a(p^e) = (e*p + p - e)*(p - 1)*p^(e - 2) for e > 1. - Amiram Eldar, May 16 2023
MATHEMATICA
f[p_, e_] := If[e == 1, 2*p - 3, (e*p + p - e)*(p - 1)*p^(e - 2)]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, May 16 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, numdiv(d)*eulerphi(d)*moebius(n/d)); \\ Michel Marcus, May 13 2023
CROSSREFS
Cf. A000005 (tau), A000010 (phi), A008683 (mu), A062355, A363012.
Sequence in context: A026248 A082089 A089961 * A316498 A200681 A161775
KEYWORD
nonn,easy,mult
AUTHOR
Wesley Ivan Hurt, May 12 2023
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)