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!)
A372881 a(n) = Sum_{j=1..n} Sum_{k=1..n} gcd(j*k,n). 2
1, 7, 19, 44, 61, 133, 127, 256, 297, 427, 331, 836, 469, 889, 1159, 1408, 817, 2079, 1027, 2684, 2413, 2317, 1519, 4864, 2825, 3283, 4131, 5588, 2437, 8113, 2791, 7424, 6289, 5719, 7747, 13068, 3997, 7189, 8911, 15616, 4921, 16891, 5419, 14564, 18117, 10633, 6487, 26752 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) a(n) = sum(j=1, n, sum(k=1, n, gcd(j*k, n)));
CROSSREFS
Sequence in context: A330854 A268926 A212955 * A155415 A155273 A277613
KEYWORD
nonn,mult
AUTHOR
Seiichi Manyama, May 15 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 July 14 14:54 EDT 2024. Contains 374318 sequences. (Running on oeis4.)