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!)
A344060 a(n) = Sum_{d|n} sigma(d)^n. 3
1, 10, 65, 2483, 7777, 2990810, 2097153, 2568661988, 10604761518, 3570527751850, 743008370689, 232227195048256531, 793714773254145, 21035724521219881850, 504857283427304833025, 727429690188773950335429, 2185911559738696531969, 43567528891100073055151954340, 5242880000000000000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} (sigma(k) * x)^k/(1 - (sigma(k) * x)^k).
If p is prime, a(p) = 1 + (p+1)^p.
MATHEMATICA
a[n_] := DivisorSum[n, DivisorSigma[1 , #]^n &]; Array[a, 19] (* Amiram Eldar, May 08 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, sigma(d)^n);
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, (sigma(k)*x)^k/(1-(sigma(k)*x)^k)))
CROSSREFS
Sequence in context: A262342 A307144 A344047 * A140362 A159838 A269679
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 08 2021
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 September 9 10:46 EDT 2024. Contains 375764 sequences. (Running on oeis4.)