[go: up one dir, main page]

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!)
A364351 Expansion of Sum_{k>0} k^2 * x^k/(1 + x^k)^3. 2
1, 1, 15, -6, 40, 12, 77, -60, 180, 30, 187, -120, 260, 56, 630, -376, 442, 117, 551, -340, 1218, 132, 805, -1104, 1325, 182, 1998, -672, 1276, 360, 1457, -2032, 2970, 306, 3290, -1710, 2072, 380, 4134, -3080, 2542, 672, 2795, -1672, 7830, 552, 3337, -6816, 4998, 775, 7038, -2340, 4240, 1080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (n/2) * Sum_{d|n} (-1)^(n/d+1) * (d+n) = (n/2) * (A000593(n) + n * A048272(n)).
MATHEMATICA
a[n_] := DivisorSum[n, (-1)^(n/#+1) * (#+n) &] * 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^2*x^k/(1+x^k)^3))
CROSSREFS
Sequence in context: A351199 A277384 A040214 * A111298 A241440 A040213
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 August 29 13:35 EDT 2024. Contains 375517 sequences. (Running on oeis4.)