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 A350737 #14 Jan 17 2022 09:19:01 %S A350737 1,0,-1,-1,-1,-1,-1,0,0,1,1,2,2,3,3,3,3,3,2,2,1,0,-1,-2,-4,-5,-6,-8, %T A350737 -9,-10,-11,-12,-12,-13,-12,-12,-11,-10,-7,-6,-3,0,4,7,12,15,21,25,30, %U A350737 34,40,43,48,51,55,56,59,59,60,58,56,52,49,42,35,26,17,5,-7,-21,-36,-52,-69,-87,-105,-124,-144,-163 %N A350737 Expansion of Sum_{k>=0} (-1)^k * x^(k*(3*k+1)/2) / Product_{j=1..k} (1-x^j). %o A350737 (PARI) my(N=99, x='x+O('x^N)); Vec(sum(k=0, N, (-1)^k*x^(k*(3*k+1)/2)/prod(j=1, k, 1-x^j))) %Y A350737 Cf. A039924, A237979, A350310, A350738. %K A350737 sign %O A350737 0,12 %A A350737 _Seiichi Manyama_, Jan 12 2022