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!)
A374076 Expansion of Product_{k>=1} 1 / (1 + x^(5*k-1)). 3
1, 0, 0, 0, -1, 0, 0, 0, 1, -1, 0, 0, -1, 1, -1, 0, 1, -1, 2, -1, -1, 1, -2, 2, 0, -1, 2, -3, 2, 0, -2, 3, -3, 2, 1, -3, 4, -4, 2, 2, -4, 5, -5, 1, 3, -6, 7, -5, 1, 5, -8, 8, -6, -1, 8, -10, 11, -6, -3, 10, -14, 12, -5, -6, 15, -17, 14, -4, -10, 19, -21, 15, -1, -15, 25, -25 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,19
LINKS
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1/(1 + x^(5 k - 1)), {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[DivisorSum[k, (-1)^(k/#) # &, Mod[#, 5] == 4 &] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 75}]
CROSSREFS
Sequence in context: A175933 A175940 A299236 * A353970 A037827 A086074
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 August 9 01:24 EDT 2024. Contains 375024 sequences. (Running on oeis4.)