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 A266650 #11 Jan 05 2016 11:19:57 %S A266650 1,2,4,7,13,21,34,53,82,123,181,263,379,537,754,1047,1444,1972,2675, %T A266650 3601,4820,6408,8473,11141,14580,18985,24611,31765,40839,52294,66719, %U A266650 84819,107474,135731,170892,214518,268524,335190,417308,518212,641948,793324,978157 %N A266650 Expansion of Product_{k>=1} (1 + x^k - x^(3*k)) / (1 - x^k). %C A266650 Convolution of A266686 and A000041. %H A266650 Vaclav Kotesovec, <a href="/A266650/b266650.txt">Table of n, a(n) for n = 0..5000</a> %F A266650 a(n) ~ sqrt(6*c + Pi^2) * exp(sqrt((4*c + 2*Pi^2/3)*n)) / (4*sqrt(3)*Pi*n), where c = Integral_{0..infinity} log(1 + exp(-x) - exp(-3*x)) dx = 0.59698046904738615106237970379036510874974380079287087827737... . - _Vaclav Kotesovec_, Jan 05 2016 %t A266650 nmax = 50; CoefficientList[Series[Product[(1+x^k-x^(3*k))/(1-x^k), {k, 1, nmax}], {x, 0, nmax}], x] %Y A266650 Cf. A000726, A100405, A266647, A266648, A266649, A266686. %K A266650 nonn %O A266650 0,2 %A A266650 _Vaclav Kotesovec_, Jan 02 2016