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 A292317 #8 Jun 09 2018 07:55:56 %S A292317 1,-2,-2,0,6,8,0,4,-10,-50,-36,16,12,80,44,88,390,180,-94,-712,-1624, %T A292317 -312,-688,1476,4444,-6954,-5812,3816,7728,36600,25708,-13308,-53586, %U A292317 -127048,10104,120936,73490,157400,-395168,-529472,833888,265916,19300,-1132576 %N A292317 Expansion of Product_{k>=1} ((1 - k*x^k)/(1 + k*x^k)). %H A292317 Vaclav Kotesovec, <a href="/A292317/b292317.txt">Table of n, a(n) for n = 0..1000</a> %F A292317 Convolution of A022661 and A022693. %F A292317 Convolution inverse of A265758. %t A292317 nmax = 50; CoefficientList[Series[Product[(1 - k*x^k)/(1 + k*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Jun 09 2018 *) %Y A292317 Cf. A022661, A022693, A265758. %K A292317 sign %O A292317 0,2 %A A292317 _Seiichi Manyama_, Sep 14 2017