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!)
A359054 a(n) = Sum_{d|n} sigma_d(d)^d. 3
1, 26, 21953, 5554571867, 298500366308609377, 11413459460309090640625021978, 256925761343390078522337875137209684721665, 6476754651706496208416137876625690606552226172163824554588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k >= 1} (sigma_k(k) * x)^k/(1 - x^k).
MATHEMATICA
a[n_] := DivisorSum[n, DivisorSigma[#, #]^# &]; Array[a, 8] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, sigma(d, d)^d);
(PARI) my(N=10, x='x+O('x^N)); Vec(sum(k=1, N, (sigma(k, k)*x)^k/(1-x^k)))
CROSSREFS
Sequence in context: A015060 A015035 A336248 * A359052 A209961 A302396
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 July 13 23:31 EDT 2024. Contains 374290 sequences. (Running on oeis4.)