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!)
A348350 a(n) = Sum_{d|n} d^(sigma(d) - 1). 1
1, 5, 28, 4101, 3126, 362797088, 823544, 4398046515205, 282429536509, 100000000000003130, 285311670612, 137370551967459378662949775392, 302875106592254, 229585692886981495483044092, 1122274146401882171630862528 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} k^(sigma(k) - 1) * x^k/(1 - x^k).
If p is prime, a(p) = 1 + p^p.
MATHEMATICA
a[n_] := DivisorSum[n, #^(DivisorSigma[1, #] - 1) &]; Array[a, 14] (* Amiram Eldar, Oct 14 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, d^(sigma(d)-1));
(PARI) my(N=20, x='x+O('x^N)); Vec(sum(k=1, N, k^(sigma(k)-1)*x^k/(1-x^k)))
CROSSREFS
Sequence in context: A348393 A057642 A125137 * A132550 A154587 A083020
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 14 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 May 23 05:11 EDT 2024. Contains 372758 sequences. (Running on oeis4.)