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!)
A363646 Expansion of Sum_{k>0} (1/(1 - (k*x)^k)^2 - 1). 6
2, 11, 58, 565, 6256, 95762, 1647094, 33752329, 774919720, 20029303030, 570623341234, 17838801038274, 605750213184520, 22226048320465666, 875787902918124708, 36894332593824661521, 1654480523772673528372, 78693266840741507386757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^n * (d+1).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^n * (# + 1) &]; Array[a, 20] (* Amiram Eldar, Jul 17 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^n*(d+1));
CROSSREFS
Sequence in context: A241103 A162771 A020057 * A210646 A054564 A280674
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 13 2023
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 18 06:23 EDT 2024. Contains 372618 sequences. (Running on oeis4.)