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 A292563 #7 Sep 20 2017 05:26:00 %S A292563 1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,4,6,6,6,6,6,6, %T A292563 6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,10,10,10,10,10,10,10,10,10, %U A292563 10,10,10,10,10,10,10,10,10,10,10,10,10,10,10 %N A292563 Expansion of Product_{k>=1} (1 + x^((2*k-1)^3)) / (1 - x^((2*k-1)^3)). %C A292563 Convolution of A292547 and A287091. %C A292563 In general, if m > 0 and g.f. = Product_{k>=1} (1 + x^((2*k-1)^m)) / (1 - x^((2*k-1)^m)), then a(n) ~ exp((m+1) * ((2^(1 + 1/m)-1) * Gamma(1/m) * Zeta(1 + 1/m)/m^2)^(m/(m+1)) * n^(1/(m+1)) / 2) * ((2^(1 + 1/m)-1) * Gamma(1/m) * Zeta(1 + 1/m))^(m/(2*(m+1))) / (sqrt(Pi*(m+1)) * 2^(m/2 + 1) * m^((m-1)/(2*(m+1))) * n^((2*m+1)/(2*(m+1)))). %H A292563 Vaclav Kotesovec, <a href="/A292563/b292563.txt">Table of n, a(n) for n = 0..10000</a> %F A292563 a(n) ~ exp(2 * ((2^(4/3)-1) * Gamma(1/3) * Zeta(4/3))^(3/4) * n^(1/4) / 3^(3/2)) * ((2^(4/3)-1) * Gamma(1/3) * Zeta(4/3))^(3/8) / (2^(7/2) * 3^(1/4) * sqrt(Pi) * n^(7/8)). %t A292563 nmax = 100; CoefficientList[Series[Product[(1 + x^((2*k-1)^3)) / (1 - x^((2*k-1)^3)), {k, 1, Floor[nmax^(1/3)/2] + 1}], {x, 0, nmax}], x] %Y A292563 Cf. A080054 (m=1), A104274 (m=2). %Y A292563 Cf. A287091, A292547. %K A292563 nonn %O A292563 0,2 %A A292563 _Vaclav Kotesovec_, Sep 19 2017