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.

A261632 Expansion of Product_{k>=0} 1/(1-x^(4*k+1))^3.

This page as a plain text file.
%I A261632 #4 Aug 28 2015 03:15:12
%S A261632 1,3,6,10,15,24,37,54,75,103,144,198,265,348,456,599,777,993,1262,
%T A261632 1602,2028,2543,3165,3930,4868,6003,7359,8991,10965,13329,16138,19473,
%U A261632 23448,28171,33738,40293,48025,57132,67803,80267,94845,111888,131736,154779,181530
%N A261632 Expansion of Product_{k>=0} 1/(1-x^(4*k+1))^3.
%F A261632 a(n) ~ exp(Pi*sqrt(n/2)) * 2^(3/8) * Gamma(1/4)^3 / (16 * Pi^(9/4) * n^(3/8)).
%t A261632 nmax=50; CoefficientList[Series[Product[1/(1-x^(4*k+1))^3, {k, 0, nmax}], {x, 0, nmax}], x]
%Y A261632 Cf. A035382, A261616, A261631, A035451, A261629.
%K A261632 nonn
%O A261632 0,2
%A A261632 _Vaclav Kotesovec_, Aug 27 2015