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 A280225 #5 Dec 29 2016 11:08:38 %S A280225 1,4,5,9,17,34,47,75,109,165,240,341,473,671,936,1268,1722,2325,3091, %T A280225 4099,5403,7083,9207,11923,15339,19682,25134,31909,40378,50954,64068, %U A280225 80171,100089,124506,154465,191043,235636,289816,355673,435285,531486,647478 %N A280225 G.f.: Product_{k>=1} (1 + 3*x^(k^2)) / (1-x^k). %C A280225 Convolution of A279368 and A000041. %C A280225 In general, if m >= 0 and g.f. = Product_{k>=1} (1 + m*x^(k^2)) / (1-x^k), then a(n) ~ exp(Pi*sqrt((2*n)/3) + 3^(1/4)*c*n^(1/4)/ 2^(3/4) - 3*c^2/(32*Pi)) / (4*sqrt(3)*sqrt(m+1)*n), where c = -PolyLog(3/2, -m). %H A280225 Vaclav Kotesovec, <a href="/A280225/b280225.txt">Table of n, a(n) for n = 0..10000</a> %F A280225 a(n) ~ exp(Pi*sqrt((2*n)/3) + 3^(1/4)*c*n^(1/4)/ 2^(3/4) - 3*c^2/(32*Pi)) / (8*sqrt(3)*n), where c = -PolyLog(3/2, -3). %t A280225 nmax=50; CoefficientList[Series[Product[(1+3*x^(k^2))/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x] %Y A280225 Cf. A000041, A033461, A279368, A280204, A280224. %K A280225 nonn %O A280225 0,2 %A A280225 _Vaclav Kotesovec_, Dec 29 2016