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!)
A343545 a(n) = n * Sum_{d|n} binomial(d+3,4)/d. 5
1, 7, 18, 49, 75, 177, 217, 428, 549, 890, 1012, 1824, 1833, 2849, 3360, 4732, 4862, 7506, 7334, 10810, 11382, 14729, 14973, 22188, 20850, 27482, 29052, 37408, 35989, 50490, 46407, 61824, 62106, 75854, 75390, 101673, 91427, 116033, 117624, 146680, 135792, 179886, 163228, 208208 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} k * x^k/(1 - x^k)^5 = Sum_{k>=1} binomial(k+3,4) * x^k/(1 - x^k)^2.
MATHEMATICA
a[n_] := n * DivisorSum[n, Binomial[# + 3, 4]/# &]; Array[a, 50] (* Amiram Eldar, Apr 25 2021 *)
PROG
(PARI) a(n) = n*sumdiv(n, d, binomial(d+3, 4)/d);
(PARI) my(N=66, x='x+O('x^N)); Vec(sum(k=1, N, binomial(k+3, 4)*x^k/(1-x^k)^2))
CROSSREFS
Sequence in context: A124053 A356042 A324900 * A324944 A084819 A346494
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)