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.

A309867 Expansion of Product_{k>0} (1+sqrt(1-4*x^k))/2.

This page as a plain text file.
%I A309867 #35 May 06 2021 04:53:04
%S A309867 1,-1,-2,-2,-5,-9,-36,-104,-365,-1219,-4213,-14617,-51570,-183084,
%T A309867 -656536,-2370066,-8613590,-31478538,-115632718,-426676244,
%U A309867 -1580878746,-5878933054,-21936060630,-82100980070,-308146839623,-1159545407027,-4373730398473,-16533813947503
%N A309867 Expansion of Product_{k>0} (1+sqrt(1-4*x^k))/2.
%H A309867 Vaclav Kotesovec, <a href="/A309867/b309867.txt">Table of n, a(n) for n = 0..1000</a>
%F A309867 a(n) ~ -c * 2^(2*n - 1) / (sqrt(Pi) * n^(3/2)), where c = Product_{k>=1} (1 + sqrt(1 - 4*(1/4)^k))/2 = 0.4567034206737725013365271429022657551331606541289778092649... - _Vaclav Kotesovec_, May 06 2021
%t A309867 nmax = 30; CoefficientList[Series[Product[(1+Sqrt[1-4*x^k])/2, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, May 06 2021 *)
%o A309867 (PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+sqrt(1-4*x^k))/2))
%o A309867 (PARI) N=66; x='x+O('x^N); Vec(prod(i=1, N, 1-sum(j=1, N\i, binomial(2*j-2, j-1)*x^(i*j)/j)))
%Y A309867 Convolution inverse of A322204.
%Y A309867 Cf. A115140, A327682, A327683.
%K A309867 sign
%O A309867 0,3
%A A309867 _Seiichi Manyama_, Sep 22 2019