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!)
A364343 Expansion of Sum_{k>0} k * x^k/(1 + x^k)^3. 2
1, -1, 9, -12, 20, -12, 35, -60, 72, -30, 77, -132, 104, -56, 210, -256, 170, -117, 209, -320, 378, -132, 299, -672, 425, -182, 594, -588, 464, -360, 527, -1040, 858, -306, 910, -1224, 740, -380, 1170, -1640, 902, -672, 989, -1364, 1890, -552, 1175, -2928, 1470, -775, 1938, -1872, 1484, -1080, 2090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (n/2) * Sum_{d|n} (-1)^(d+1) * (d+1) = (n/2) * (A002129(n) + A048272(n)).
MATHEMATICA
a[n_] := DivisorSum[n, (-1)^(# + 1)*(# + 1) &] * n/2; Array[a, 55] (* Amiram Eldar, Jul 20 2023 *)
PROG
(PARI) my(N=60, x='x+O('x^N)); Vec(sum(k=1, N, k*x^k/(1+x^k)^3))
CROSSREFS
Sequence in context: A357185 A366865 A366861 * A157973 A057577 A328069
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 19 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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)