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 A301876 #9 Mar 31 2018 07:06:45 %S A301876 1,1,3,11,23,63,137,329,738,1618,3562,7578,16116,33540,69384,141608, %T A301876 286493,574173,1140355,2247835,4394415,8532983,16450061,31513869, %U A301876 59991541,113536117,213659967,399910311,744672519,1379758479,2544367633 %N A301876 Expansion of Product_{k>=1} (1 + x^k)^A007434(k). %H A301876 Vaclav Kotesovec, <a href="/A301876/b301876.txt">Table of n, a(n) for n = 0..1000</a> %F A301876 a(n) ~ exp(2^(5/4) * Pi / 3^(5/4) * (7/(5*Zeta(3)))^(1/4) * n^(3/4)) *(7/(15*Zeta(3)))^(1/8) / (2^(15/8) * n^(5/8)). %t A301876 nmax = 40; CoefficientList[Series[Exp[Sum[-(-1)^j * Sum[Sum[d^2 MoebiusMu[k/d], {d, Divisors @ k}] * x^(j*k) / j, {k, 1, Floor[nmax/j] + 1}], {j, 1, nmax}]], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Mar 31 2018 *) %Y A301876 Cf. A007434, A299069, A301875. %K A301876 nonn %O A301876 0,3 %A A301876 _Vaclav Kotesovec_, Mar 28 2018