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.

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

This page as a plain text file.
%I A291720 #11 Sep 02 2017 04:05:35
%S A291720 1,1,1,1,1,1,1,1,9,9,9,9,9,9,9,9,45,45,45,45,45,45,45,45,165,165,165,
%T A291720 192,192,192,192,192,522,522,522,738,738,738,738,738,1530,1530,1530,
%U A291720 2502,2502,2502,2502,2502,4218,4218,4218,7458,7458,7458,7836,7836
%N A291720 Expansion of Product_{k>=1} 1/(1 - x^(k^3))^(k^3).
%H A291720 Vaclav Kotesovec, <a href="/A291720/b291720.txt">Table of n, a(n) for n = 0..10000</a>
%F A291720 log(a(n)) ~ 7 * (Gamma(1/3) * Zeta(7/3))^(3/7) * n^(4/7) / (2^(8/7) * 3^(9/7)).
%t A291720 nmax = 100; CoefficientList[Series[Product[1/(1 - x^(k^3))^(k^3), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A291720 Cf. A000219, A003108, A291655, A291692, A291721.
%K A291720 nonn
%O A291720 0,9
%A A291720 _Vaclav Kotesovec_, Aug 30 2017