The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A327720 Expansion of Product_{k>=1} (1 + x^k/(1 + x^(2*k)/(1 + x^(3*k)/(1 + x^(4*k)/(1 + x^(5*k)))))). 5
1, 1, 1, 1, 2, 3, 3, 3, 4, 6, 7, 9, 10, 12, 14, 17, 21, 23, 26, 32, 40, 46, 51, 57, 68, 80, 91, 102, 115, 135, 156, 180, 197, 219, 250, 290, 333, 364, 403, 456, 526, 594, 648, 708, 803, 922, 1037, 1128, 1223, 1373, 1560, 1752, 1902, 2062, 2300, 2613, 2926, 3149, 3378, 3740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
a(169) = -3504817 < 0.
LINKS
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^k/(1 + x^(2*k)/(1 + x^(3*k)/(1 + x^(4*k)/(1 + x^(5*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)/(1+x^(4*k)/(1+x^(5*k)))))))
CROSSREFS
Sequence in context: A174522 A327719 A327716 * A327718 A035581 A171628
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 June 1 03:15 EDT 2024. Contains 373008 sequences. (Running on oeis4.)