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!)
A307521 Expansion of Product_{k>=1} ((1 + x)^k + x^k)/((1 + x)^k - x^k). 2
1, 2, 2, 2, 0, 2, -2, 2, 0, -4, 8, -4, -26, 112, -288, 560, -832, 782, 274, -3378, 9424, -17498, 21182, -2154, -78180, 284594, -700018, 1381802, -2250316, 2877674, -2172870, -1955998, 12715122, -33812990, 67322842, -108956110, 139447006, -110023870, -83188990, 651268018 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/theta_4(x/(1 + x)), where theta_4() is the Jacobi theta function.
MATHEMATICA
m = 39; 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
Sequence in context: A246793 A335185 A319243 * A328995 A036476 A104994
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)