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 A261638 #4 Aug 28 2015 03:16:36 %S A261638 1,4,6,4,1,4,16,24,16,8,22,48,52,32,38,92,128,96,70,140,245,244,172, %T A261638 228,417,488,374,380,680,924,798,676,1044,1560,1542,1256,1625,2524, %U A261638 2778,2304,2537,3892,4716,4156,4076,5908,7650,7196,6592,8796,11938 %N A261638 Expansion of Product_{k>=0} (1+x^(4*k+1))^4. %C A261638 In general, if j > 0, a > 0, b > 0, GCD(a,b) = 1 and g.f. = Product_{k>=0} (1 + x^(a*k+b))^j, then a(n) ~ 2^((j-3)/2 - j*b/a) * j^(1/4) * exp(Pi*sqrt(j*n/(3*a))) / ((3*a)^(1/4) * n^(3/4)). %F A261638 a(n) ~ exp(Pi*sqrt(n/3)) / (sqrt(2) * 3^(1/4) * n^(3/4)). %t A261638 nmax=50; CoefficientList[Series[Product[(1+x^(4*k+1))^4, {k, 0, nmax}], {x, 0, nmax}], x] %Y A261638 Cf. A261612, A261615, A261637, A169975, A261630, A261634. %K A261638 nonn %O A261638 0,2 %A A261638 _Vaclav Kotesovec_, Aug 27 2015