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.

A294691 Expansion of Product_{k>=1} 1 / (1 - x^(2*k - 1))^(k*(3*k - 2)).

This page as a plain text file.
%I A294691 #6 Nov 07 2017 09:42:24
%S A294691 1,1,1,9,9,30,66,106,274,459,1010,1862,3552,6973,12446,24245,43041,
%T A294691 80372,144482,259633,468047,822642,1468714,2556542,4493704,7782441,
%U A294691 13470564,23204471,39679759,67855411,115004992,194984378,328183865,551595570,922663665
%N A294691 Expansion of Product_{k>=1} 1 / (1 - x^(2*k - 1))^(k*(3*k - 2)).
%H A294691 Vaclav Kotesovec, <a href="/A294691/b294691.txt">Table of n, a(n) for n = 0..5000</a>
%F A294691 a(n) ~ exp(Pi * 2^(5/4) / (3*5^(1/4)) * n^(3/4) + Zeta(3) * sqrt(5*n) / (Pi^2 * sqrt(2)) - (5*Zeta(3)^2 / (2*Pi^5) + Pi/24) * (5*n/2)^(1/4) + 25*Zeta(3)^3 / (3*Pi^8) + 2*Zeta(3) / (3*Pi^2) - 1/24) * sqrt(A) / (2^(173/96) * 5^(11/96) * Pi^(1/24) * n^(59/96)), where A is the Glaisher-Kinkelin constant A074962.
%t A294691 nmax = 40; CoefficientList[Series[Product[1/(1-x^(2*k-1))^(k*(3*k-2)), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A294691 Cf. A294655, A294668, A294669.
%K A294691 nonn
%O A294691 0,4
%A A294691 _Vaclav Kotesovec_, Nov 07 2017