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!)
A303439 Expansion of Product_{k>=1} ((1 - 2^k*x^k)/(1 + 2^k*x^k))^(1/2^k). 5
1, -2, 0, -2, 6, -6, 4, -6, 48, -118, 96, -78, 470, -810, 396, -3050, 11062, -12678, 7072, -21454, 80034, -201490, 218940, -200658, 1536724, -3268842, 2079312, -7013266, 23140282, -28227510, 24133668, -56293910, 288065712, -704485126, 629862288, -1176210654 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
nmax = 30; CoefficientList[Series[Exp[Sum[(1 - (-1)^j) / (j*(1 - 1/(2^(j-1)*x^j))), {j, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 25 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1-2^k*x^k)/(1+2^k*x^k))^(1/2^k)))
CROSSREFS
Sequence in context: A295027 A225479 A156815 * A303345 A175802 A161803
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 24 2018
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 July 29 05:31 EDT 2024. Contains 374727 sequences. (Running on oeis4.)