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!)
A343568 a(n) = Sum_{d|n} (n/d)^(n/d) * binomial(d+n-1,n). 2
1, 7, 37, 311, 3251, 47419, 825259, 16786615, 387446284, 10000130757, 285312023327, 8916102467195, 302875111792553, 11112006858124501, 437893890458947787, 18446744074296533175, 827240261887503567287, 39346408075308452154628 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = [x^n] Sum_{k>=1} (k * x)^k/(1 - x^k)^(n+1).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(n/#) * Binomial[# + n - 1, n] &]; Array[a, 20] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(n/d)*binomial(d+n-1, n));
CROSSREFS
Sequence in context: A089677 A075996 A356127 * A173766 A093168 A330388
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 20 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 09:40 EDT 2024. Contains 372760 sequences. (Running on oeis4.)