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 A327046 #6 Aug 17 2019 02:38:51 %S A327046 1,1,2,4,6,9,15,21,30,45,62,85,120,161,216,293,385,505,667,862,1112, %T A327046 1438,1833,2330,2965,3733,4688,5887,7334,9114,11319,13970,17203,21162, %U A327046 25905,31643,38605,46911,56891,68904,83179,100224,120603,144719,173360,207396 %N A327046 Expansion of Product_{k>=1} (1 + x^k) * (1 + x^(2*k)) * (1 + x^(3*k)) * (1 + x^(4*k)). %H A327046 Vaclav Kotesovec, <a href="/A327046/b327046.txt">Table of n, a(n) for n = 0..10000</a> %F A327046 a(n) ~ sqrt(5) * exp(5*Pi*sqrt(n)/6) / (16*sqrt(3)*n^(3/4)). %t A327046 nmax = 50; CoefficientList[Series[Product[(1+x^k) * (1+x^(2*k)) * (1+x^(3*k)) * (1+x^(4*k)), {k, 1, nmax}], {x, 0, nmax}], x] %Y A327046 Cf. A000009, A001935, A327045, A327047. %Y A327046 Cf. A107742, A327043. %K A327046 nonn %O A327046 0,3 %A A327046 _Vaclav Kotesovec_, Aug 16 2019