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 A298601 #7 Jan 23 2018 08:58:44 %S A298601 1,0,0,0,-1,0,0,0,0,-1,0,0,0,1,0,0,-1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0, %T A298601 0,1,0,-1,0,-1,0,1,1,0,0,0,0,0,0,0,-2,-1,0,1,1,1,0,-1,0,1,0,0,0,-1,0, %U A298601 -1,1,0,0,1,-1,-1,0,0,1,1,0,0,-2,0,0,1,0,0,-1,-1,2,1,1,0,-1,-1 %N A298601 Expansion of Product_{k>=2} (1 - x^(k^2)). %C A298601 The difference between the number of partitions of n into an even number of distinct squares > 1 and the number of partitions of n into an odd number of distinct squares > 1. %C A298601 Partial sums of A276516. %H A298601 <a href="/index/Su#ssq">Index entries for sequences related to sums of squares</a> %H A298601 <a href="/index/Par#part">Index entries for related partition-counting sequences</a> %F A298601 G.f.: Product_{k>=2} (1 - x^(k^2)). %t A298601 nmax = 92; CoefficientList[Series[Product[1 - x^k^2, {k, 2, Floor[Sqrt[nmax]] + 1}], {x, 0, nmax}], x] %Y A298601 Cf. A001156, A033461, A078134, A276516, A280129, A292520, A298600. %K A298601 sign %O A298601 0,50 %A A298601 _Ilya Gutkovskiy_, Jan 22 2018