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.

A266857 Expansion of Product_{k>=1} (1 + 3*x^k)^k.

This page as a plain text file.
%I A266857 #6 Jan 04 2016 17:14:35
%S A266857 1,3,6,27,48,132,324,651,1491,3078,6447,12795,25839,50088,96099,
%T A266857 184491,343920,640545,1173609,2138403,3850584,6882354,12186336,
%U A266857 21423660,37421757,64816608,111637392,190976859,324868530,549265290,923904711,1545406077,2572326510
%N A266857 Expansion of Product_{k>=1} (1 + 3*x^k)^k.
%C A266857 In general, for m > 0, if g.f. = Product_{k>=1} (1 + m*x^k)^k then a(n) ~ c^(1/6) * exp(3^(2/3) * c^(1/3) * n^(2/3) / 2) / (3^(2/3) * (m+1)^(1/12) * sqrt(2*Pi) * n^(2/3)), where c = Pi^2*log(m) + log(m)^3 - 6*polylog(3, -1/m).
%H A266857 Vaclav Kotesovec, <a href="/A266857/b266857.txt">Table of n, a(n) for n = 0..2000</a>
%F A266857 a(n) ~ c^(1/6) * exp(3^(2/3) * c^(1/3) * n^(2/3) / 2) / (2^(2/3) * 3^(2/3) * sqrt(Pi) * n^(2/3)), where c = Pi^2*log(3) + log(3)^3 - 6*polylog(3, -1/3) = 14.092743327504459346835224018840792668682349056875722467... .
%t A266857 nmax=50; CoefficientList[Series[Product[(1+3*x^k)^k, {k, 1, nmax}], {x, 0, nmax}], x]
%Y A266857 Cf. A026007, A261562, A261565, A261567.
%K A266857 nonn
%O A266857 0,2
%A A266857 _Vaclav Kotesovec_, Jan 04 2016