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!)
A363662 a(n) = Sum_{d|n} (n/d)^n * binomial(d+n,n). 2
2, 18, 128, 1590, 19002, 353304, 6591776, 154083654, 3878583770, 110647791078, 3423740752764, 116116072618104, 4240251502692142, 166761491097360240, 7006327371058071648, 313637735782416564806, 14890324713956395361406, 747610406539465959084870 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = [x^n] Sum_{k>0} (1/(1 - (k*x)^k)^(n+1) - 1).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^n * Binomial[# + n, n] &]; Array[a, 20] (* Amiram Eldar, Jul 12 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^n*binomial(d+n, n));
CROSSREFS
Sequence in context: A325275 A277661 A367553 * A064447 A043022 A057971
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 August 14 15:00 EDT 2024. Contains 375165 sequences. (Running on oeis4.)