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!)
A343546 a(n) = n * Sum_{d|n} binomial(d+4,5)/d. 4
1, 8, 24, 72, 131, 318, 469, 936, 1359, 2294, 3014, 5172, 6201, 9548, 12126, 17376, 20366, 29862, 33668, 47372, 54684, 71874, 80753, 111000, 119410, 154986, 173988, 220864, 237365, 309864, 324663, 411744, 445170, 542776, 578984, 731340, 749435, 918118, 981474 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} k * x^k/(1 - x^k)^6 = Sum_{k>=1} binomial(k+4,5) * x^k/(1 - x^k)^2.
MATHEMATICA
a[n_] := n * DivisorSum[n, Binomial[# + 4, 5]/# &]; Array[a, 40] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = n*sumdiv(n, d, binomial(d+4, 5)/d);
(PARI) my(N=40, x='x+O('x^N)); Vec(sum(k=1, N, binomial(k+4, 5)*x^k/(1-x^k)^2))
CROSSREFS
Sequence in context: A090336 A364245 A200253 * A199911 A083583 A005051
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)