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!)
A307757 Expansion of Product_{k>=1} 1/(1 + x^k/(1 + x^(2*k))). 3
1, -1, 0, 0, -1, 0, 2, -2, 0, 2, -2, 0, 4, -4, 0, 4, -5, 0, 8, -8, 0, 8, -10, 0, 14, -15, 0, 16, -18, 0, 24, -26, 0, 28, -32, 0, 42, -44, 0, 48, -54, 0, 68, -72, 0, 80, -88, 0, 108, -115, 0, 128, -140, 0, 170, -180, 0, 200, -218, 0, 260, -276, 0, 308, -333, 0, 392, -416, 0, 464 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
MATHEMATICA
m = 70; CoefficientList[Series[Product[1/(1 + x^k/(1 + x^(2*k))), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 07 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, 1+x^k/(1+x^(2*k))))
CROSSREFS
Sequence in context: A184334 A225399 A035668 * A215283 A066518 A218491
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 22 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 April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)