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 A022605 #14 Apr 05 2017 09:49:33 %S A022605 1,-10,45,-130,310,-712,1555,-3130,5990,-11190,20316,-35750,61405, %T A022605 -103570,171730,-279782,448785,-710830,1112515,-1720550,2632389, %U A022605 -3989480,5992085,-8921670,13176300,-19316144,28118360,-40654520 %N A022605 Expansion of Product_{m>=1} (1+q^m)^(-10). %H A022605 Seiichi Manyama, <a href="/A022605/b022605.txt">Table of n, a(n) for n = 0..1000</a> %F A022605 a(n) ~ (-1)^n * 5^(1/4) * exp(Pi*sqrt(5*n/3)) / (2^(3/2) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015 %F A022605 a(0) = 1, a(n) = -(10/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - _Seiichi Manyama_, Apr 05 2017 %t A022605 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^10, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *) %K A022605 sign %O A022605 0,2 %A A022605 _N. J. A. Sloane_