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.

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

This page as a plain text file.
%I A306706 #5 Mar 05 2019 18:18:27
%S A306706 1,1,-1,2,-2,0,1,2,-4,-3,7,4,-4,-14,6,10,12,-14,0,-26,3,7,60,11,-27,
%T A306706 -99,-26,6,126,94,58,-87,-180,-201,-46,145,282,330,142,-21,-515,-573,
%U A306706 -716,-15,423,1519,1128,1197,-783,-1378,-3264,-1892,-1574,2155,2679,6075,3376,3243
%N A306706 Expansion of Sum_{k>=0} x^(k*(k+1)/2) / Product_{j=1..k} (1 + x^j)^j.
%t A306706 nmax = 57; CoefficientList[Series[Sum[x^(k (k + 1)/2)/Product[(1 + x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
%Y A306706 Cf. A003406, A206138.
%K A306706 sign
%O A306706 0,4
%A A306706 _Ilya Gutkovskiy_, Mar 05 2019