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!)
A342675 a(n) = Sum_{d|n} d^(n-d+1). 4
1, 3, 4, 13, 6, 120, 8, 1161, 2197, 16148, 12, 603190, 14, 5773008, 50422464, 201359377, 18, 16590656229, 20, 269768284118, 4748723771432, 3138430473896, 24, 2972582195034162, 476837158203151, 3937376419253748, 1350852564961601560, 4066515044181860654, 30, 1036488835382356683530, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} k * x^k/(1 - (k * x)^k).
If p is prime, a(p) = 1 + p.
MATHEMATICA
a[n_] := DivisorSum[n, #^(n - # + 1) &]; Array[a, 30] (* Amiram Eldar, Mar 18 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, d^(n-d+1));
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, k*x^k/(1-(k*x)^k)))
CROSSREFS
Sequence in context: A308688 A324501 A359112 * A330158 A082197 A138101
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 18 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 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)