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.

A321300 Expansion of Product_{1 <= i < j} (1 - x^(i*j)).

This page as a plain text file.
%I A321300 #16 Nov 03 2018 11:45:29
%S A321300 1,0,-1,-1,-1,0,-1,1,1,2,2,2,0,0,2,-2,-1,-3,-1,-4,-4,-4,-1,-1,-2,0,3,
%T A321300 7,3,4,5,7,5,8,3,2,4,1,-6,-2,-8,-8,-12,-9,-9,-11,-13,-12,-6,-8,-6,-8,
%U A321300 11,5,6,8,18,12,22,21,28,26,28,12,21,22,11,0,0,-4,-18,-17,-38
%N A321300 Expansion of Product_{1 <= i < j} (1 - x^(i*j)).
%H A321300 Seiichi Manyama, <a href="/A321300/b321300.txt">Table of n, a(n) for n = 0..10000</a>
%F A321300 G.f.: Product_{k>0} (1 - x^k)^A056924(k).
%t A321300 nmax = 100; CoefficientList[Series[Product[(1 - x^k)^Floor[DivisorSigma[0, k]/2], {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Nov 03 2018 *)
%Y A321300 Convolution inverse of A321285.
%Y A321300 Cf. A056924, A321286, A321299.
%K A321300 sign,look
%O A321300 0,10
%A A321300 _Seiichi Manyama_, Nov 03 2018