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 A285244 #6 Apr 15 2017 12:39:49 %S A285244 1,1,0,0,2,2,0,0,0,3,3,0,0,6,6,0,4,4,0,0,8,8,0,0,0,17,17,0,0,34,34,0, %T A285244 0,0,15,15,6,6,30,30,12,32,20,0,0,58,58,0,0,43,103,60,24,38,134,120, %U A285244 48,48,21,21,0,102,144,42,8,240,232,0,16,72,146,90,0 %N A285244 Expansion of Product_{k>=1} (1 + k*x^(k^2)). %H A285244 Vaclav Kotesovec, <a href="/A285244/b285244.txt">Table of n, a(n) for n = 0..10000</a> %t A285244 nmax = 100; CoefficientList[Series[Product[(1 + k*x^(k^2)), {k,1,nmax}], {x,0,nmax}], x] %Y A285244 Cf. A022629, A033461, A285242, A285245. %K A285244 nonn %O A285244 0,5 %A A285244 _Vaclav Kotesovec_, Apr 15 2017