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 A022612 #13 Apr 05 2017 09:50:46 %S A022612 1,-17,136,-697,2669,-8517,24361,-64549,160140,-375564,842078, %T A022612 -1818932,3800537,-7709449,15239497,-29440226,55697542,-103382254, %U A022612 188589925,-338602243,599066162,-1045509435,1801660255,-3068201310 %N A022612 Expansion of Product_{m>=1} (1+q^m)^(-17). %H A022612 Seiichi Manyama, <a href="/A022612/b022612.txt">Table of n, a(n) for n = 0..10000</a> %F A022612 a(n) ~ (-1)^n * 17^(1/4) * exp(Pi*sqrt(17*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015 %F A022612 a(0) = 1, a(n) = -(17/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - _Seiichi Manyama_, Apr 05 2017 %t A022612 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^17, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *) %K A022612 sign %O A022612 0,2 %A A022612 _N. J. A. Sloane_