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!)
A307520 Expansion of Product_{k>=1} ((1 - x)^k - x^k)/((1 - x)^k + x^k). 2
1, -2, -2, -2, 0, 6, 18, 38, 68, 108, 148, 148, -2, -552, -2004, -5280, -11960, -24590, -46990, -84254, -141476, -218654, -295794, -295374, 3540, 1148110, 4378918, 12332318, 30327568, 68633710, 146303026, 297349758, 580052778, 1089382158, 1969425038, 3413378318, 5614375970 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: theta_4(x/(1 - x)), where theta_4() is the Jacobi theta function.
MATHEMATICA
m = 36; CoefficientList[Series[Product[((1 - x)^k - x^k)/((1 - x)^k + x^k), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 14 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1-x)^k-x^k)/((1-x)^k+x^k)))
CROSSREFS
Convolution inverse of A318570.
Sequence in context: A136663 A165490 A298819 * A265648 A181230 A262372
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 12 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 May 13 06:21 EDT 2024. Contains 372498 sequences. (Running on oeis4.)