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.

A022591 Expansion of Product_{m>=1} (1+q^m)^27.

This page as a plain text file.
%I A022591 #15 Sep 08 2022 08:44:46
%S A022591 1,27,378,3681,28134,180144,1005957,5032422,22986801,97229361,
%T A022591 384953553,1438738443,5110502256,17348445108,56541857409,177611637141,
%U A022591 539501563962,1589134470966,4550281700055,12692702415312,34556103662778,91975719684573,239686155975618
%N A022591 Expansion of Product_{m>=1} (1+q^m)^27.
%H A022591 G. C. Greubel, <a href="/A022591/b022591.txt">Table of n, a(n) for n = 0..1000</a>
%F A022591 a(n) ~ sqrt(3) * exp(3 * Pi * sqrt(n)) / (32768 * n^(3/4)). - _Vaclav Kotesovec_, Mar 05 2015
%t A022591 nmax=50; CoefficientList[Series[Product[(1+q^m)^27,{m,1,nmax}],{q,0,nmax}],q] (* _Vaclav Kotesovec_, Mar 05 2015 *)
%o A022591 (PARI) m=50; q='q+O('q^m); Vec(prod(n=1,m,(1+q^n)^27)) \\ _G. C. Greubel_, Feb 19 2018
%o A022591 (Magma) Coefficients(&*[(1+x^m)^27:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // _G. C. Greubel_, Feb 19 2018
%Y A022591 Column k=27 of A286335.
%K A022591 nonn
%O A022591 0,2
%A A022591 _N. J. A. Sloane_