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!)
A372663 a(n) = Sum_{i=1..n} Sum_{j=1..n} Sum_{k=1..n} phi(i*j*k) / phi(j*k). 2
1, 11, 46, 139, 316, 633, 1138, 1947, 3060, 4583, 6660, 9367, 12856, 17153, 22169, 28886, 36843, 46179, 57402, 70096, 84177, 101268, 121333, 143664, 168513, 197084, 228759, 263965, 304686, 346832, 396697, 452114, 508358, 573205, 638715, 714691, 799950, 890893, 984275 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Totient Function.
MATHEMATICA
Table[Sum[EulerPhi[i*j*k]/EulerPhi[j*k], {i, 1, n}, {j, 1, n}, {k, 1, n}], {n, 1, 40}] (* Vaclav Kotesovec, May 10 2024 *)
PROG
(PARI) a(n) = sum(i=1, n, sum(j=1, n, sum(k=1, n, eulerphi(i*j*k)/eulerphi(j*k))));
CROSSREFS
Sequence in context: A224142 A155014 A006324 * A256582 A231887 A302449
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 09 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 5 10:02 EDT 2024. Contains 373105 sequences. (Running on oeis4.)