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!)
A363664 a(n) = Sum_{d|n} (n/d)^(n-n/d) * binomial(d+n-1,n). 2
1, 4, 11, 56, 127, 1100, 1717, 19300, 64406, 383010, 352717, 23214660, 5200301, 191172406, 3465549077, 20859527460, 1166803111, 1010698826825, 17672631901, 102589250081802, 286539905316908, 75260204476154, 4116715363801, 548610025890719156 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = [x^n] Sum_{k>0} x^k/(1 - (k*x)^k)^(n+1).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(n-n/#) * Binomial[# + n - 1, n] &]; Array[a, 25] (* Amiram Eldar, Jul 12 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(n-n/d)*binomial(d+n-1, n));
CROSSREFS
Sequence in context: A051770 A262006 A209110 * A282742 A032181 A203577
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 14 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 June 27 20:20 EDT 2024. Contains 373753 sequences. (Running on oeis4.)