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!)
A363630 Expansion of Sum_{k>0} (1/(1+x^k)^3 - 1). 4
-3, 3, -13, 18, -24, 21, -39, 63, -68, 48, -81, 127, -108, 87, -170, 216, -174, 156, -213, 294, -302, 201, -303, 497, -375, 276, -474, 537, -468, 426, -531, 777, -686, 462, -726, 965, -744, 573, -938, 1200, -906, 798, -993, 1251, -1306, 831, -1179, 1875, -1314, 1023, -1562, 1722, -1488, 1290, -1698 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: Sum_{k>0} binomial(k+2,2) * (-x)^k/(1 - x^k).
a(n) = Sum_{d|n} (-1)^d * binomial(d+2,2).
MATHEMATICA
a[n_] := DivisorSum[n, (-1)^#*Binomial[# + 2, 2] &]; Array[a, 50] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (-1)^d*binomial(d+2, 2));
CROSSREFS
Sequence in context: A145948 A049768 A209390 * A095336 A072552 A217246
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Jun 12 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 June 29 13:05 EDT 2024. Contains 373848 sequences. (Running on oeis4.)