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.

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

This page as a plain text file.
%I A303392 #11 Apr 23 2018 04:13:09
%S A303392 1,4,12,52,156,612,2028,7892,27324,107396,384844,1520436,5566876,
%T A303392 22069796,81990252,325707348,1222582268,4862950020,18395472460,
%U A303392 73233825524,278700724764,1110232691108,4245596648876,16920914168148,64963831455996,259012955299396
%N A303392 Expansion of Product_{k>=1} ((1 + 4*x^k) / (1 - 4*x^k))^(1/2).
%F A303392 a(n) ~ sqrt(c) * 4^n / sqrt(Pi*n), where c = QPochhammer[-1, 1/4]/QPochhammer[1/4] = 3.9385207073365388638943873939345313401323799...
%t A303392 nmax = 30; CoefficientList[Series[Product[((1+4*x^k)/(1-4*x^k))^(1/2), {k, 1, nmax}], {x, 0, nmax}], x]
%t A303392 nmax = 30; CoefficientList[Series[(-3*QPochhammer[-4, x] / (5*QPochhammer[4, x]))^(1/2), {x, 0, nmax}], x]
%Y A303392 Cf. A261568, A246936, A067855, A303350, A303391, A303360.
%K A303392 nonn
%O A303392 0,2
%A A303392 _Vaclav Kotesovec_, Apr 23 2018