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!)
A343547 a(n) = n * Sum_{d|n} binomial(d+n-2,n-1)/d. 8
1, 4, 9, 32, 75, 318, 931, 3712, 13014, 50110, 184767, 715656, 2704169, 10454976, 40126395, 155462016, 601080407, 2335849578, 9075135319, 35359120940, 137847221148, 538346579034, 2104098963743, 8234009441952, 32247603785500, 126414311404108, 495918587420145 (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.
a(n) = [x^n] Sum_{k>=1} binomial(k+n-2,n-1) * x^k/(1 - x^k)^2.
MATHEMATICA
a[n_] := n * DivisorSum[n, Binomial[# + n - 2, n-1]/# &]; Array[a, 30] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = n*sumdiv(n, d, binomial(d+n-2, n-1)/d);
CROSSREFS
Sequence in context: A265645 A005985 A322780 * A151271 A149115 A149116
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 19 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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)