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!)
A363642 Expansion of Sum_{k>0} x^k/(1 - k*x^k)^3. 7
1, 4, 7, 17, 16, 55, 29, 129, 100, 311, 67, 1135, 92, 1919, 1486, 5409, 154, 17038, 191, 33491, 20938, 67871, 277, 262861, 9701, 373127, 296110, 978727, 436, 3134821, 497, 5051969, 3898522, 10027655, 474146, 39352069, 704, 49808159, 48362926, 127403221, 862, 411286429, 947 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{d|n} (n/d)^(d-1) * binomial(d+1,2).
MATHEMATICA
a[n_] := DivisorSum[n, (n/#)^(#-1) * Binomial[# + 1, 2] &]; Array[a, 50] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (n/d)^(d-1)*binomial(d+1, 2));
CROSSREFS
Sequence in context: A182929 A361733 A367744 * A124402 A349610 A216552
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:04 EDT 2024. Contains 372019 sequences. (Running on oeis4.)