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!)
A327718 Expansion of Product_{k>=1} (1 + x^k/(1 + x^(2*k)/(1 + x^(3*k)))). 5
1, 1, 1, 1, 2, 3, 3, 3, 4, 6, 8, 9, 9, 11, 15, 20, 21, 20, 24, 36, 48, 46, 41, 52, 80, 100, 88, 74, 103, 170, 207, 166, 124, 198, 354, 409, 269, 162, 369, 745, 802, 382, 136, 706, 1585, 1515, 328, -178, 1422, 3481, 2822, -387, -1283, 3144, 7816, 4951, -3451, -4472, 7694, 18055 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 - x^(5*k)) / ((1 - x^k)*(1 + x^(2*k) + x^(3*k))), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 23 2019 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, 1+x^k/(1+x^(2*k)/(1+x^(3*k)))))
CROSSREFS
Convolution inverse of A327686.
Sequence in context: A327719 A327716 A327720 * A035581 A171628 A205566
KEYWORD
sign,look
AUTHOR
Seiichi Manyama, Sep 23 2019
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 18 12:13 EDT 2024. Contains 375269 sequences. (Running on oeis4.)