The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A331376 Dirichlet convolution of the reduced totient function with itself. 0
1, 2, 4, 5, 8, 8, 12, 8, 16, 16, 20, 16, 24, 24, 24, 16, 32, 32, 36, 32, 36, 40, 44, 24, 56, 48, 60, 48, 56, 48, 60, 32, 60, 64, 72, 60, 72, 72, 72, 48, 80, 72, 84, 80, 88, 88, 92, 44, 120, 112, 96, 96, 104, 120, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Differs from A029935 when A002322 differs from A000010.
LINKS
FORMULA
a(n) = Sum{d|n} A002322(d) * A002322(n/d).
PROG
(PARI) a(n) = sumdiv(n, d, lcm(znstar(d)[2]) * lcm(znstar(n/d)[2]));
CROSSREFS
Sequence in context: A036699 A036694 A085624 * A369601 A345426 A061884
KEYWORD
nonn
AUTHOR
Torlach Rush, Jan 14 2020
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 May 21 15:47 EDT 2024. Contains 372738 sequences. (Running on oeis4.)