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 A129374 #10 Nov 04 2018 08:57:51 %S A129374 1,1,2,3,6,8,15,20,35,48,76,103,166,221,333,451,671,894,1303,1730, %T A129374 2479,3288,4615,6086,8502,11142,15299,20034,27285,35514,47937,62168, %U A129374 83259,107650,142929,184090,243207,312041,409210,523709,683261,871239,1130703 %N A129374 G.f. satisfies: A(x) = 1/(1-x) * A(x^2)*A(x^3)*A(x^4)*...*A(x^n)*... %H A129374 Seiichi Manyama, <a href="/A129374/b129374.txt">Table of n, a(n) for n = 0..10000</a> %F A129374 G.f.: A(x) = Product_{n>=1} 1/(1 - x^n)^A074206(n) where A074206(n) equals the number of ordered factorizations of n. %F A129374 a(n) ~ exp((1 + 1/r) * (-Gamma(1+r) * Zeta(1+r) / Zeta'(r))^(1/(1+r)) * n^(r/(1+r))) * (-Gamma(1+r) * Zeta(1+r) / Zeta'(r))^(1/(10*(1+r))) / ((2*Pi)^(29/50) * sqrt(1+r) * n^((6 + 5*r)/(10*(1+r)))), where r = A107311 = 1.7286472389981836181351... is the root of the equation Zeta(r) = 2, Zeta'(r) = -1/A247667. - _Vaclav Kotesovec_, Nov 04 2018 %o A129374 (PARI) {a(n)=local(A=1+x);for(i=2,n,A=1/(1-x)*prod(n=2,i,subst(A,x,x^n+x*O(x^i)))); polcoeff(A,n)} %Y A129374 Cf. A074206, A129373, A129375. %K A129374 nonn %O A129374 0,3 %A A129374 _Paul D. Hanna_, Apr 12 2007