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!)
A372701 a(n) = Sum_{i=1..n} Sum_{j=1..n} Sum_{k=1..n} mu(i*j*k), where mu is the Moebius function A008683. 0
1, -2, 1, 1, 4, 1, -2, -2, -2, -5, -8, -8, -17, -2, 7, 7, 16, 16, 19, 19, 58, 79, 112, 112, 112, 151, 151, 151, 202, 115, 124, 124, 181, 238, 235, 235, 304, 355, 334, 334, 445, 232, 289, 289, 289, 358, 439, 439, 439, 439, 436, 436, 535, 535, 538, 538, 523, 508, 685, 685, 862, 913, 913, 913, 820, 421 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Sum[MoebiusMu[i*j*k], {i, 1, n}, {j, 1, n}, {k, 1, n}], {n, 1, 80}] (* Vaclav Kotesovec, Jun 01 2024 *)
PROG
(PARI) a(n) = sum(i=1, n, sum(j=1, n, sum(k=1, n, moebius(i*j*k))));
CROSSREFS
Sequence in context: A301906 A302150 A193554 * A131350 A131087 A105475
KEYWORD
sign,changed
AUTHOR
Seiichi Manyama, May 10 2024
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 June 7 05:57 EDT 2024. Contains 373144 sequences. (Running on oeis4.)