Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A359112 a(n) = Sum_{d|n} (n/d) * d^(n-d). 8
1, 3, 4, 13, 6, 109, 8, 777, 2197, 7541, 12, 374809, 14, 1675773, 31954096, 100794385, 18, 7391871271, 20, 163547770441, 2037381161992, 570634875581, 24, 1275177760626097, 476837158203151, 605750431288341, 450286447756825720, 2258377795760750777, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} x^k/(1 - (k * x)^k)^2.
If p is prime, a(p) = 1 + p.
MATHEMATICA
a[n_] := DivisorSum[n, #^(n-#)*n/# &]; Array[a, 29] (* Amiram Eldar, Aug 27 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, n/d*d^(n-d));
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=1, N, x^k/(1-(k*x)^k)^2))
CROSSREFS
Sequence in context: A127611 A308688 A324501 * A342675 A330158 A082197
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 17 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 August 27 12:59 EDT 2024. Contains 375469 sequences. (Running on oeis4.)