cp's OEIS Frontend

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.

A306708 Expansion of Sum_{k>=0} x^(k^2) / Product_{j=1..k} (1 + x^j)^j.

This page as a plain text file.
%I A306708 #5 Mar 05 2019 18:18:40
%S A306708 1,1,-1,1,0,0,-2,2,1,0,-4,2,0,3,-3,5,-6,-1,-7,16,-3,7,-19,14,-14,11,
%T A306708 -23,32,-16,37,-38,32,-59,20,-47,101,-40,70,-122,79,-87,147,-108,119,
%U A306708 -270,116,-199,414,-49,353,-481,129,-687,428,-376,1003,-409,759,-1114
%N A306708 Expansion of Sum_{k>=0} x^(k^2) / Product_{j=1..k} (1 + x^j)^j.
%t A306708 nmax = 58; CoefficientList[Series[Sum[x^(k^2)/Product[(1 + x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
%Y A306708 Cf. A053256, A318771.
%K A306708 sign
%O A306708 0,7
%A A306708 _Ilya Gutkovskiy_, Mar 05 2019