cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A303441 Expansion of Product_{k>=1} ((1 - (2^k*x)^k)/(1 + (2^k*x)^k))^(1/2^k).

This page as a plain text file.
%I A303441 #11 Apr 25 2018 06:05:34
%S A303441 1,-2,-6,-116,-7914,-2080044,-2143234268,-8791784539464,
%T A303441 -144097582730402202,-9444444682320960008908,
%U A303441 -2475861188239098437867827380,-2596143477450571483513272599120280,-10889030549158315918778789768740624543108
%N A303441 Expansion of Product_{k>=1} ((1 - (2^k*x)^k)/(1 + (2^k*x)^k))^(1/2^k).
%H A303441 Seiichi Manyama, <a href="/A303441/b303441.txt">Table of n, a(n) for n = 0..58</a>
%F A303441 a(n) ~ -2^(n^2 - n + 1). - _Vaclav Kotesovec_, Apr 25 2018
%o A303441 (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)))
%Y A303441 Cf. A303306, A303394, A303395, A303440.
%K A303441 sign
%O A303441 0,2
%A A303441 _Seiichi Manyama_, Apr 24 2018