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.

A321317 G.f. satisfies: A(x) = (1-x) * A(x^2)*A(x^3)*A(x^4)*...*A(x^n)*... .

This page as a plain text file.
%I A321317 #15 Nov 06 2018 07:52:29
%S A321317 1,-1,-1,0,-1,2,-1,3,-1,1,4,-2,-4,-1,7,-11,0,-6,3,-6,9,2,-6,2,5,12,
%T A321317 -16,48,4,-1,-28,26,-30,30,-62,12,16,-55,-9,-39,18,-47,103,-149,87,
%U A321317 -182,210,-9,45,75,225,-174,39,273,11,164,-224,77,-105,117,-703,715,-678
%N A321317 G.f. satisfies: A(x) = (1-x) * A(x^2)*A(x^3)*A(x^4)*...*A(x^n)*... .
%H A321317 Seiichi Manyama, <a href="/A321317/b321317.txt">Table of n, a(n) for n = 0..10000</a>
%F A321317 G.f.: Product_{k>=1} (1 - x^k)^A074206(k) where A074206(n) is the number of ordered factorizations of n.
%Y A321317 Convolution inverse of A129374.
%Y A321317 Cf. A074206, A129373, A321326.
%K A321317 sign
%O A321317 0,6
%A A321317 _Seiichi Manyama_, Nov 04 2018