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!)
A373060 a(n) = Sum_{1 <= x_1, x_2, x_3 <= n} gcd(x_1, n)/gcd(x_1, x_2, x_3, n). 3
1, 11, 43, 115, 221, 473, 631, 1139, 1609, 2431, 2531, 4945, 4213, 6941, 9503, 10867, 9521, 17699, 13339, 25415, 27133, 27841, 23783, 48977, 39721, 46343, 55555, 72565, 47909, 104533, 58591, 100979, 108833, 104731, 139451, 185035, 99901, 146729, 181159, 251719 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n) = sum(i=1, n, sum(j=1, n, sum(k=1, n, gcd(i, n)/gcd([i, j, k, n]))));
CROSSREFS
Sequence in context: A352966 A142039 A196153 * A213763 A302226 A201714
KEYWORD
nonn,mult
AUTHOR
Seiichi Manyama, May 21 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 27 15:24 EDT 2024. Contains 373746 sequences. (Running on oeis4.)