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!)
A359053 a(n) = Sum_{d|n} sigma_d(d)^(n/d). 3
1, 6, 29, 299, 3127, 48360, 823545, 16918164, 387462126, 10019541652, 285311670613, 8920567022545, 302875106592255, 11113363273445312, 437893951476881153, 18447309245488431653, 827240261886336764179, 39346708488214110663954, 1978419655660313589123981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} sigma_k(k) * x^k/(1 - sigma_k(k) * x^k).
If p is prime, a(p) = 2 + p^p.
MATHEMATICA
a[n_] := DivisorSum[n, DivisorSigma[#, #]^(n/#) &]; Array[a, 19] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, sigma(d, d)^(n/d));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, sigma(k, k)*x^k/(1-sigma(k, k)*x^k)))
CROSSREFS
Sequence in context: A266205 A344434 A321141 * A122802 A144746 A051685
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 14 2022
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 May 20 02:34 EDT 2024. Contains 372703 sequences. (Running on oeis4.)