login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A303394
Expansion of Product_{n>=1} ((1 - (4*x)^n)/(1 + (4*x)^n))^(1/4).
3
1, -2, -6, -28, -26, -156, -476, 968, 11526, -16172, 139724, 791928, 1315548, 12772840, 31004424, -105335920, 1058225606, 2239259700, -3700870212, 29301955992, -4944685836, -526686535112, 1134044530040, 4057865621232, -13063873857124, -113573062924024
OFFSET
0,2
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1-(4*x)^k)/(1+(4*x)^k))^(1/4)))
CROSSREFS
Expansion of Product_{n>=1} ((1 + (2^b*x)^n)/(1 - (2^b)*x^n))^(1/(2^b)): A002448 (b=0), A303306 (b=1), this sequence (b=2), A303395 (b=3).
Cf. A303361.
Sequence in context: A183323 A153253 A174880 * A074925 A141136 A115156
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 23 2018
STATUS
approved