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!)
A374078 Expansion of Product_{k>=1} 1 / (1 + x^(5*k-3)). 3
1, 0, -1, 0, 1, 0, -1, -1, 1, 1, -1, -1, 0, 1, 1, -1, -1, 0, 1, 1, -1, -2, 0, 2, 2, -2, -3, 1, 4, 1, -4, -3, 3, 4, 0, -5, -3, 4, 5, -1, -6, -3, 6, 6, -2, -8, -3, 8, 8, -5, -11, -2, 12, 8, -8, -13, 1, 15, 8, -12, -15, 3, 19, 7, -16, -17, 6, 23, 8, -22, -20, 11, 30, 5, -30, -22 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,22
LINKS
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1/(1 + x^(5 k - 3)), {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[DivisorSum[k, (-1)^(k/#) # &, Mod[#, 5] == 2 &] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 75}]
CROSSREFS
Sequence in context: A036461 A244478 A261153 * A199123 A325589 A291308
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 2 17:05 EDT 2024. Contains 375614 sequences. (Running on oeis4.)