login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A284586
Expansion of Product_{k>=0} (1 - x^(6*k+5)) in powers of x.
1
1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, 0, 0, 0, -1, 2, -1, 0, 0, 0, -1, 3, -1, 0, 0, 0, -2, 3, -1, 0, 0, 0, -3, 4, -1, 0, 0, 1, -4, 4, -1, 0, 0, 1, -5, 5, -1, 0, 0, 2, -7, 5, -1, 0, 0, 3, -8, 6, -1, 0, 0, 5
OFFSET
0,29
FORMULA
a(n) = -(1/n)*Sum_{k=1..n} A284104(k)*a(n-k), a(0) = 1.
MATHEMATICA
CoefficientList[Series[Product[1 - x^(6*k+5), {k, 0, 80}], {x, 0, 80}], x] (* Indranil Ghosh, Mar 29 2017 *)
CROSSREFS
Cf. Product_{k>=0} (1 - x^(6*k+m)): A284585 (m=1), this sequence (m=5).
Cf. A281244.
Sequence in context: A362370 A117907 A300069 * A281244 A284585 A280456
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 29 2017
STATUS
approved