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!)
A373004 a(n) = Sum_{k=1..n} sigma( (n/gcd(k,n))^n ). 0
1, 8, 81, 1054, 15625, 279936, 5764801, 134480378, 3486843447, 100000000000, 3138428376721, 107006262884442, 3937376385699289, 155568095557812224, 6568408355712890625, 295150156996346511346, 14063084452067724991009, 708235345964697414795264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
If k is squarefree (cf. A005117) then a(k) = k^(k+1).
a(n) = Sum_{d|n} phi(d) * sigma(d^n).
PROG
(PARI) a(n) = sumdiv(n, d, eulerphi(d)*sigma(d^n));
CROSSREFS
Sequence in context: A338694 A318047 A338685 * A092366 A022519 A138439
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 19 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 11 06:29 EDT 2024. Contains 374216 sequences. (Running on oeis4.)