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.

A280663 G.f.: Product_{k>=1, j>=1} (1 + x^(j*k^3)).

This page as a plain text file.
%I A280663 #5 Jan 07 2017 06:39:19
%S A280663 1,1,1,2,2,3,4,5,7,9,11,14,17,21,26,32,39,47,57,68,81,97,115,136,162,
%T A280663 190,223,263,306,357,417,483,561,650,750,866,997,1145,1315,1507,1725,
%U A280663 1971,2250,2564,2917,3318,3766,4270,4840,5475,6188,6990,7881,8881
%N A280663 G.f.: Product_{k>=1, j>=1} (1 + x^(j*k^3)).
%H A280663 Vaclav Kotesovec, <a href="/A280663/b280663.txt">Table of n, a(n) for n = 0..10000</a>
%F A280663 a(n) ~ exp(Pi*sqrt(Zeta(3)*n/3) + (2^(1/3)-1) * Pi^(-1/3) * Gamma(4/3) * Zeta(4/3) * Zeta(1/3) * (3*n/Zeta(3))^(1/6)) * Zeta(3)^(1/4) / (2^(5/4) * 3^(1/4) * n^(3/4)).
%t A280663 nmax = 100; CoefficientList[Series[Product[1+x^(j*k^3), {k, 1, Floor[nmax^(1/3)]+1}, {j, 1, Floor[nmax/k^3]+1}], {x, 0, nmax}], x]
%Y A280663 Cf. A107742, A280451, A280664.
%K A280663 nonn
%O A280663 0,4
%A A280663 _Vaclav Kotesovec_, Jan 07 2017