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.

A303131 Expansion of Product_{n>=1} (1 + (16*x)^n)^(-1/4).

This page as a plain text file.
%I A303131 #16 Apr 20 2018 08:41:44
%S A303131 1,-4,-24,-1248,1632,-267136,-669440,-56925184,597165568,-19934894080,
%T A303131 61831327744,-3209599664128,47593545383936,-840449808072704,
%U A303131 8113679782510592,-350055154021040128,5703847053344768000,-57129722970675609600,704939718429511778304
%N A303131 Expansion of Product_{n>=1} (1 + (16*x)^n)^(-1/4).
%C A303131 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 1/4, g(n) = -16^n.
%H A303131 Seiichi Manyama, <a href="/A303131/b303131.txt">Table of n, a(n) for n = 0..500</a>
%F A303131 a(n) ~ (-1)^n * exp(Pi*sqrt(n/24)) * 2^(4*n - 9/4) / (3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Apr 20 2018
%t A303131 CoefficientList[Series[(2/QPochhammer[-1, 16*x])^(1/4), {x, 0, 20}], x] (* _Vaclav Kotesovec_, Apr 20 2018 *)
%Y A303131 Expansion of Product_{n>=1} (1 + ((b^2)*x)^n)^(-1/b): A081362 (b=1), A298993 (b=2), A303130 (b=3), this sequence (b=4), A303132 (b=5).
%Y A303131 Cf. A303124, A303135.
%K A303131 sign
%O A303131 0,2
%A A303131 _Seiichi Manyama_, Apr 19 2018