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”).

A303441
Expansion of Product_{k>=1} ((1 - (2^k*x)^k)/(1 + (2^k*x)^k))^(1/2^k).
2
1, -2, -6, -116, -7914, -2080044, -2143234268, -8791784539464, -144097582730402202, -9444444682320960008908, -2475861188239098437867827380, -2596143477450571483513272599120280, -10889030549158315918778789768740624543108
OFFSET
0,2
LINKS
FORMULA
a(n) ~ -2^(n^2 - n + 1). - Vaclav Kotesovec, Apr 25 2018
PROG
(PARI) N=20; x='x+O('x^N); Vec(prod(k=1, N, ((1-(2^k*x)^k)/(1+(2^k*x)^k))^(1/2^k)))
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 24 2018
STATUS
approved