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.

A303351 Expansion of Product_{n>=1} (1 + 9*x^n)^(1/3).

This page as a plain text file.
%I A303351 #16 Apr 24 2018 02:15:08
%S A303351 1,3,-6,57,-294,1884,-13011,95178,-712293,5448495,-42444375,335392941,
%T A303351 -2681006280,21639853488,-176113016241,1443450932445,-11903668996713,
%U A303351 98695838478585,-822212761531101,6878755556938029,-57767592614370576,486792969548157129
%N A303351 Expansion of Product_{n>=1} (1 + 9*x^n)^(1/3).
%C A303351 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1/3, g(n) = -9.
%C A303351 In general, if h > 1 and g.f. = Product_{k>=1} (1 + h^2*x^k)^(1/h), then a(n) ~ -(-1)^n * c^(1/h) * h^(2*n-1) / (Gamma(1 - 1/h) * n^(1 + 1/h)), where c = Product_{k>=2} (1 + (-1)^k / h^(2*k-2)). - _Vaclav Kotesovec_, Apr 22 2018
%F A303351 a(n) ~ -(-1)^n * c^(1/3) * 3^(2*n-1) / (Gamma(2/3) * n^(4/3)), where c = Product_{k>=2} (1 + 9*(-1/9)^k) = 1.09874828793226302381837574278380702... - _Vaclav Kotesovec_, Apr 22 2018
%p A303351 seq(coeff(series(mul((1+9*x^k)^(1/3), k = 1..n), x, n+1), x, n), n = 0..25); # _Muniru A Asiru_, Apr 22 2018
%t A303351 nmax = 30; CoefficientList[Series[Product[(1 + 9*x^k)^(1/3), {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Apr 22 2018 *)
%o A303351 (PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+9*x^k)^(1/3)))
%Y A303351 Expansion of Product_{n>=1} (1 + b^2*x^n)^(1/b): A000009 (b=1), A303350 (b=2), this sequence (b=3).
%K A303351 sign
%O A303351 0,2
%A A303351 _Seiichi Manyama_, Apr 22 2018