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 A022665 #17 Sep 08 2022 08:44:46 %S A022665 1,-5,0,25,0,-26,-145,0,265,265,993,-825,-2070,-3190,-2335,2739,7890, %T A022665 29570,21085,-5250,-73006,-71945,-191140,-176805,185045,295675, %U A022665 1204590,1067375,1353655,-910885,-3688009,-4645850,-9409195,-12021485,-4296815,19981183,28942560,76843230,70996895 %N A022665 Expansion of Product_{m>=1} (1 - m*q^m)^5. %H A022665 G. C. Greubel, <a href="/A022665/b022665.txt">Table of n, a(n) for n = 0..1000</a> %F A022665 G.f.: exp(-5*Sum_{j>=1} Sum_{k>=1} k^j*x^(j*k)/j). - _Ilya Gutkovskiy_, Feb 07 2018 %t A022665 With[{nmax=50}, CoefficientList[Series[Product[(1-k*q^k)^5, {k,1,nmax}], {q, 0, nmax}],q]] (* _G. C. Greubel_, Feb 23 2018 *) %o A022665 (PARI) m=50; q='q+O('q^m); Vec(prod(n=1,m,(1-n*q^n)^5)) \\ _G. C. Greubel_, Feb 23 2018 %o A022665 (Magma) Coefficients(&*[(1-m*x^m)^5:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // _G. C. Greubel_, Feb 23 2018 %Y A022665 Column k=5 of A297323. %K A022665 sign %O A022665 0,2 %A A022665 _N. J. A. Sloane_ %E A022665 Terms a(32) onward added by _G. C. Greubel_, Feb 23 2018