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!)
A303490 Expansion of Product_{k>=1} ((1 - 4^k*x^k)/(1 + 4^k*x^k))^(1/4^k). 2
1, -2, 0, -10, 22, -102, 84, -950, 3360, -18006, 21968, -162126, 613830, -2772010, 3847740, -38669210, 145735622, -567469350, 901506480, -6688787966, 27166965906, -137118406226, 234942672620, -1425038557410, 6527750118052, -27227710098826 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: exp(Sum_{j>=1} ((1 - (-1)^j) / (j*(1 - 1/(4^(j-1)*x^j))) )). - Vaclav Kotesovec, Apr 25 2018
MATHEMATICA
nmax = 30; CoefficientList[Series[Exp[Sum[(1 - (-1)^j) / (j*(1 - 1/(4^(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-4^k*x^k)/(1+4^k*x^k))^(1/4^k)))
CROSSREFS
Sequence in context: A019220 A019140 A361816 * A303387 A226958 A346053
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 13 19:40 EDT 2024. Contains 374286 sequences. (Running on oeis4.)