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!)
A284312 Expansion of Product_{k>=0} (1 - x^(3*k+1)) in powers of x. 5
1, -1, 0, 0, -1, 1, 0, -1, 1, 0, -1, 2, -1, -1, 2, -1, -1, 3, -2, -1, 3, -3, 0, 4, -4, 0, 4, -5, 1, 5, -7, 2, 5, -8, 4, 5, -10, 5, 5, -12, 8, 5, -14, 10, 4, -16, 14, 3, -19, 17, 1, -20, 22, -1, -23, 26, -4, -25, 33, -8, -27, 38, -13, -28, 46, -19, -30, 53, -26, -29 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
LINKS
FORMULA
a(n) = -(1/n)*Sum_{k=1..n} A078181(k)*a(n-k), a(0) = 1.
MATHEMATICA
CoefficientList[Series[Product[1 - x^(3k + 1), {k, 0, 100}], {x, 0, 100}], x] (* Indranil Ghosh, Mar 25 2017 *)
PROG
(PARI) Vec(prod(k=0, 100, 1 - x^(3*k + 1)) + O(x^101)) \\ Indranil Ghosh, Mar 25 2017
CROSSREFS
Cf. Product_{k>=0} (1 - x^(m*k+1)): A081362 (m=2), this sequence (m=3), A284313 (m=4), A284314 (m=5).
Sequence in context: A056138 A067594 A089533 * A261612 A184241 A054390
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 24 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 25 14:08 EDT 2024. Contains 371989 sequences. (Running on oeis4.)