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!)
A284314 Expansion of Product_{k>=0} (1 - x^(5*k+1)) in powers of x. 8
1, -1, 0, 0, 0, 0, -1, 1, 0, 0, 0, -1, 1, 0, 0, 0, -1, 2, -1, 0, 0, -1, 2, -1, 0, 0, -1, 3, -2, 0, 0, -1, 3, -3, 1, 0, -1, 4, -4, 1, 0, -1, 4, -5, 2, 0, -1, 5, -7, 3, 0, -1, 5, -8, 5, -1, -1, 6, -10, 6, -1, -1, 6, -12, 9, -2, -1, 7, -14, 11, -3, -1, 7, -16, 15, -5 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,18
LINKS
FORMULA
a(n) = -(1/n)*Sum_{k=1..n} A284097(k)*a(n-k), a(0) = 1.
MATHEMATICA
CoefficientList[Series[Product[1 - x^(5k + 1), {k, 0, 100}], {x, 0, 100}], x] (* Indranil Ghosh, Mar 25 2017 *)
PROG
(PARI) Vec(prod(k=0, 100, 1 - x^(5*k + 1)) + O(x^101)) \\ Indranil Ghosh, Mar 25 2017
CROSSREFS
Cf. Product_{k>=0} (1 - x^(m*k+1)): A081362 (m=2), A284312 (m=3), A284313 (m=4), this sequence (m=5).
Sequence in context: A180981 A284317 A281243 * A280454 A124645 A029409
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 25 2017
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 April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)