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!)
A374077 Expansion of Product_{k>=1} 1 / (1 + x^(5*k-2)). 3
1, 0, 0, -1, 0, 0, 1, 0, -1, -1, 0, 1, 1, -1, -1, -1, 2, 1, 0, -2, -1, 1, 2, 0, -2, -2, 2, 2, 1, -3, -2, 1, 4, 1, -3, -4, 2, 4, 3, -5, -5, 0, 7, 4, -4, -8, 0, 7, 8, -5, -9, -4, 10, 9, -3, -13, -5, 9, 14, -3, -14, -10, 12, 16, 1, -19, -12, 10, 23, 1, -20, -20, 13, 26, 8, -26 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,17
LINKS
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1/(1 + x^(5 k - 2)), {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[DivisorSum[k, (-1)^(k/#) # &, Mod[#, 5] == 3 &] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 75}]
CROSSREFS
Sequence in context: A140082 A330714 A343640 * A293670 A279792 A025852
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 27 2024
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 September 11 01:27 EDT 2024. Contains 375813 sequences. (Running on oeis4.)