The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A363617 Expansion of Sum_{k>0} x^(3*k)/(1+x^k)^4. 4
0, 0, 1, -4, 10, -19, 35, -60, 85, -110, 165, -243, 286, -329, 466, -620, 680, -751, 969, -1254, 1366, -1375, 1771, -2323, 2310, -2314, 3010, -3609, 3654, -3734, 4495, -5580, 5622, -5304, 6590, -8115, 7770, -7467, 9426, -11190, 10660, -10498, 12341, -14623, 14740, -13409, 16215, -20179, 18459, -17410, 21506 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
G.f.: -Sum_{k>0} binomial(k,3) * (-x)^k/(1 - x^k).
a(n) = -Sum_{d|n} (-1)^d * binomial(d,3).
MATHEMATICA
a[n_] := -DivisorSum[n, (-1)^#*Binomial[#, 3] &]; Array[a, 50] (* Amiram Eldar, Jul 18 2023 *)
PROG
(PARI) my(N=60, x='x+O('x^N)); concat([0, 0], Vec(sum(k=1, N, x^(3*k)/(1+x^k)^4)))
(PARI) a(n) = -sumdiv(n, d, (-1)^d*binomial(d, 3));
CROSSREFS
Cf. A363607.
Sequence in context: A038418 A301206 A057318 * A008118 A301160 A097116
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 11 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 16 12:10 EDT 2024. Contains 372552 sequences. (Running on oeis4.)