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.

A294590 Expansion of Product_{k>=1} 1/(1 - k*x^k)^(k^3).

This page as a plain text file.
%I A294590 #9 Nov 04 2017 10:54:26
%S A294590 1,1,17,98,498,2419,12173,56974,262287,1170434,5130110,22005641,
%T A294590 92776584,384372350,1568795222,6311075226,25055939165,98238723797,
%U A294590 380712713628,1459221817435,5535228002259,20790644132178,77364177052864,285327924675416
%N A294590 Expansion of Product_{k>=1} 1/(1 - k*x^k)^(k^3).
%H A294590 Seiichi Manyama, <a href="/A294590/b294590.txt">Table of n, a(n) for n = 0..3295</a>
%o A294590 (PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1-k*x^k)^k^3))
%Y A294590 Column k=3 of A294589.
%K A294590 nonn
%O A294590 0,3
%A A294590 _Seiichi Manyama_, Nov 03 2017