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.
%I A294667 #7 Nov 07 2017 04:22:55 %S A294667 1,2,10,33,110,332,997,2829,7889,21299,56400,146028,371681,929498, %T A294667 2290296,5562369,13336036,31583177,73957845,171342592,393018517, %U A294667 893000610,2011039286,4490680381,9947577333,21867539862,47721817473,103420870299,222641160569 %N A294667 Expansion of Product_{k>=1} 1/(1 - x^k)^(k*(3*k+1)/2). %H A294667 Vaclav Kotesovec, <a href="/A294667/b294667.txt">Table of n, a(n) for n = 0..5000</a> %F A294667 a(n) ~ exp(Pi * 2^(7/4) * n^(3/4) / (3*5^(1/4)) + Zeta(3) * sqrt(5*n) / (sqrt(2) * Pi^2) - 5^(5/4) * Zeta(3)^2 * n^(1/4) / (2^(7/4) * Pi^5) + (25 * Zeta(3)^3) / (6*Pi^8) - 3*Zeta(3) / (8*Pi^2) + 1/24) * Pi^(1/24) / (sqrt(A) * 2^(157/96) * 5^(13/96) * n^(61/96)), where A is the Glaisher-Kinkelin constant A074962. %t A294667 nmax = 30; CoefficientList[Series[Product[1/(1-x^k)^(k*(3*k+1)/2), {k, 1, nmax}], {x, 0, nmax}], x] %Y A294667 Cf. A294591, A278768. %K A294667 nonn %O A294667 0,2 %A A294667 _Vaclav Kotesovec_, Nov 06 2017