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!)
A343548 a(n) = Sum_{d|n} binomial(d+n-1,n). 7
1, 4, 11, 41, 127, 498, 1717, 6610, 24366, 93391, 352717, 1358826, 5200301, 20097076, 77562773, 300786339, 1166803111, 4539163784, 17672631901, 68933291834, 269129233484, 1052113994124, 4116715363801, 16124221819056, 63205303242628, 247961973949228, 973469736360283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = [x^n] Sum_{k>=1} x^k/(1 - x^k)^(n+1).
a(n) = [x^n] Sum_{k>=1} binomial(k+n-1,n) * x^k/(1 - x^k).
MATHEMATICA
a[n_] := DivisorSum[n, Binomial[# + n - 1, n] &]; Array[a, 30] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = sumdiv(n, d, binomial(d+n-1, n));
CROSSREFS
Sequence in context: A228190 A289283 A152532 * A121096 A047091 A121092
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 September 17 04:18 EDT 2024. Contains 375984 sequences. (Running on oeis4.)