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!)
A363645 Expansion of Sum_{k>0} x^k/(1 - k*x^k)^4. 3
1, 5, 11, 29, 36, 109, 85, 297, 256, 801, 287, 2881, 456, 5965, 3766, 17489, 970, 57385, 1331, 125681, 63498, 294933, 2301, 1072865, 24801, 1867009, 1087030, 4942561, 4496, 15697761, 5457, 28721057, 16895770, 63511593, 1404306, 225177013, 9140, 348661477 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^(d-1) * binomial(d+2,3).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(# - 1)*Binomial[# + 2, 3] &]; Array[a, 40] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(d-1)*binomial(d+2, 3));
CROSSREFS
Cf. A059358.
Sequence in context: A095053 A291279 A182379 * A243544 A141561 A240103
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 13 2023
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 27 12:42 EDT 2024. Contains 372019 sequences. (Running on oeis4.)