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 A284474 #41 Jun 21 2018 20:05:33 %S A284474 1,-1,3,-6,11,-22,42,-74,131,-231,395,-669,1122,-1851,3029,-4915,7891, %T A284474 -12572,19881,-31203,48657,-75391,116096,-177792,270822,-410394, %U A284474 618905,-929052,1388403,-2066140,3062270,-4520912,6649463,-9745072,14232278,-20716355,30057438 %N A284474 Expansion of Product_{k>=1} (1 + x^(2*k))^(2*k)/(1 + x^(2*k-1))^(2*k-1). %H A284474 Vaclav Kotesovec, <a href="/A284474/b284474.txt">Table of n, a(n) for n = 0..2000</a> %F A284474 a(n) ~ (-1)^n * exp(-1/12 + 3 * 2^(-5/3) * (7*Zeta(3))^(1/3) * n^(2/3)) * A * (7*Zeta(3))^(5/36) / (2^(10/9) * sqrt(3*Pi) * n^(23/36)), where A is the Glaisher-Kinkelin constant A074962. - _Vaclav Kotesovec_, Apr 17 2017 %F A284474 G.f.: exp(Sum_{k>=1} (-1)^k*x^k/(k*(1 + x^k)^2)). - _Ilya Gutkovskiy_, Jun 20 2018 %t A284474 nmax = 50; CoefficientList[Series[Product[(1 + x^(2*k))^(2*k)/(1 + x^(2*k-1))^(2*k-1), {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Apr 15 2017 *) %Y A284474 Cf. A026011, A281781, A284467, A284628. %K A284474 sign %O A284474 0,3 %A A284474 _Seiichi Manyama_, Apr 15 2017