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!)
A285212 Expansion of Product_{k>=0} (1-x^(3*k+2))^(3*k+2). 4
1, 0, -2, 0, 1, -5, 0, 10, -8, -5, 26, -11, -28, 62, -4, -101, 111, 43, -260, 182, 228, -583, 202, 715, -1155, 25, 1888, -2034, -851, 4286, -3144, -3418, 8895, -3888, -9806, 16848, -2479, -23812, 29519, 5626, -52156, 46930, 30033, -105320, 66001, 90431, -198736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1-x^(3*k+2))^(3*k+2), {k, 0, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
PROG
(PARI) x='x+O('x^100); Vec(prod(k=0, 100, (1 - x^(3*k + 2))^(3*k + 2))) \\ Indranil Ghosh, Apr 15 2017
CROSSREFS
Product_{k>=0} (1-x^(m*k+m-1))^(m*k+m-1): A285069 (m=2), this sequence (m=3), A285213 (m=4), A285214 (m=5).
Cf. A262946.
Sequence in context: A125183 A092583 A321619 * A262948 A193471 A351645
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)