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.

A298730 Expansion of Product_{k>=1} 1/(1 - x^(k*(k+1)/2))^(k*(k+1)/2).

This page as a plain text file.
%I A298730 #26 Mar 09 2018 21:15:27
%S A298730 1,1,1,4,4,4,16,16,16,44,54,54,126,156,156,315,435,435,780,1060,1115,
%T A298730 1856,2576,2741,4214,5804,6464,9446,12924,14464,20324,27818,31778,
%U A298730 43166,58232,66977,89396,120000,139255,181274,240405,282000,362457,476334,560709,708893,924923,1096773,1372597
%N A298730 Expansion of Product_{k>=1} 1/(1 - x^(k*(k+1)/2))^(k*(k+1)/2).
%F A298730 G.f.: Product_{k>=1} 1/(1 - x^A000217(k))^A000217(k).
%t A298730 nmax = 48; CoefficientList[Series[Product[1/(1 - x^(k (k + 1)/2))^(k (k + 1)/2), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A298730 Cf. A000217, A000294, A007294, A291655, A298850.
%K A298730 nonn
%O A298730 0,4
%A A298730 _Ilya Gutkovskiy_, Mar 09 2018