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.

A022624 Expansion of Product_{m>=1} (1+q^m)^(-29).

This page as a plain text file.
%I A022624 #14 Feb 15 2018 08:12:39
%S A022624 1,-29,406,-3683,24592,-130558,582233,-2273136,8008524,-26002734,
%T A022624 78934897,-226364662,618201990,-1618116248,4079918534,-9950307189,
%U A022624 23552872174,-54265164588,121990316096,-268139308160,577310455320,-1219428331519,2530473842822,-5165078293276,10381346324862
%N A022624 Expansion of Product_{m>=1} (1+q^m)^(-29).
%H A022624 G. C. Greubel, <a href="/A022624/b022624.txt">Table of n, a(n) for n = 0..1000</a>
%F A022624 a(n) ~ (-1)^n * 29^(1/4) * exp(Pi*sqrt(29*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015
%t A022624 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^29, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *)
%K A022624 sign
%O A022624 0,2
%A A022624 _N. J. A. Sloane_