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 A293254 #6 Oct 04 2017 11:48:29 %S A293254 1,0,1,1,0,2,2,2,2,3,4,4,6,7,8,9,9,14,15,17,22,23,27,33,36,43,48,56, %T A293254 64,72,84,94,109,124,136,157,178,197,225,253,286,319,358,401,451,500, %U A293254 559,628,694,774,863,958,1066,1181,1310,1449,1605,1778,1957,2170 %N A293254 Expansion of Product_{k>=1} (1 + x^k - x^(k^2)). %H A293254 Vaclav Kotesovec, <a href="/A293254/b293254.txt">Table of n, a(n) for n = 0..10000</a> %t A293254 nmax = 100; CoefficientList[Series[Product[(1+x^k-x^(k^2)), {k, 1, nmax}], {x, 0, nmax}], x] %Y A293254 Cf. A033461, A263401, A276516, A293253. %K A293254 nonn %O A293254 0,6 %A A293254 _Vaclav Kotesovec_, Oct 04 2017