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!)
A303396 Expansion of Product_{k>=1} ((1 - 8*x^k)/(1 + 8*x^k))^(1/8). 4
1, -2, 0, -42, 86, -1638, 4116, -76662, 218592, -3879766, 11965072, -205722702, 672706566, -11257625386, 38520382716, -630071416794, 2236375718918, -35864826630822, 131232962248816, -2068477295105214, 7767014381299026, -120556991420552658 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-8)^n / n^(7/8), where c = (QPochhammer[-1, -1/8] / QPochhammer[-1/8])^(1/8) / Gamma(1/8) = 0.14075750048358669653215841485... - Vaclav Kotesovec, Apr 25 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1-8*x^k)/(1+8*x^k))^(1/8)))
CROSSREFS
Expansion of Product_{k>=1} ((1 - 2^b*x^k)/(1 + 2^b*x^k))^(1/(2^b)): A002448 (b=0), A303345 (b=1), A303387 (b=2), this sequence (b=3).
Cf. A303382.
Sequence in context: A012445 A012450 A303491 * A319113 A158194 A326718
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 23 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)