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 A022606 #15 Apr 05 2017 09:49:43 %S A022606 1,-11,55,-176,451,-1078,2453,-5181,10329,-19954,37455,-68135,120725, %T A022606 -209583,357258,-598136,985072,-1599807,2565365,-4063191,6362323, %U A022606 -9860851,15138013,-23027730,34729959,-51965067,77174735 %N A022606 Expansion of Product_{m>=1} (1+q^m)^(-11). %H A022606 Seiichi Manyama, <a href="/A022606/b022606.txt">Table of n, a(n) for n = 0..1000</a> %F A022606 a(n) ~ (-1)^n * 11^(1/4) * exp(Pi*sqrt(11*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015 %F A022606 a(0) = 1, a(n) = -(11/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - _Seiichi Manyama_, Apr 05 2017 %t A022606 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^11, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *) %K A022606 sign %O A022606 0,2 %A A022606 _N. J. A. Sloane_