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!)
A343567 a(n) = Sum_{d|n} (n/d)^(n/d) * binomial(d+n-2,n-1). 2
1, 6, 33, 292, 3195, 47154, 824467, 16783176, 387434574, 10000082730, 285311855367, 8916101760828, 302875109296409, 11112006847596746, 437893890421433595, 18446744074133995664, 827240261886937844567, 39346408075305857765940 (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.
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(n/#) * Binomial[# + n - 2, n - 1] &]; Array[a, 20] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(n/d)*binomial(d+n-2, n-1));
CROSSREFS
Sequence in context: A228640 A228618 A118094 * A306182 A354888 A358595
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 September 9 22:43 EDT 2024. Contains 375765 sequences. (Running on oeis4.)