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!)
A303491 Expansion of Product_{k>=1} ((1 - 8^k*x^k)/(1 + 8^k*x^k))^(1/8^k). 2
1, -2, 0, -42, 86, -1638, 1428, -71286, 218592, -3941590, 5374096, -187901262, 661408902, -10769651242, 18007942140, -597519823962, 2262843922694, -34034727280806, 65527429637360, -1858398841872062, 7543997928104274, -118580678725935186 (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/(8^(j-1)*x^j))) )). - Vaclav Kotesovec, Apr 25 2018
MATHEMATICA
nmax = 30; CoefficientList[Series[Exp[Sum[(1 - (-1)^j) / (j*(1 - 1/(8^(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-8^k*x^k)/(1+8^k*x^k))^(1/8^k)))
CROSSREFS
Sequence in context: A185281 A012445 A012450 * A303396 A319113 A158194
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)