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.

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

This page as a plain text file.
%I A022626 #14 Feb 15 2018 08:12:51
%S A022626 1,-31,465,-4526,32426,-184357,877052,-3633851,13513458,-46099108,
%T A022626 146495398,-438514468,1246964119,-3391183930,8867709030,-22393552057,
%U A022626 54808232438,-130404256148,302394884204,-684929956630,1518203338688
%N A022626 Expansion of Product_{m>=1} (1+q^m)^(-31).
%H A022626 G. C. Greubel, <a href="/A022626/b022626.txt">Table of n, a(n) for n = 0..1000</a>
%F A022626 a(n) ~ (-1)^n * 31^(1/4) * exp(Pi*sqrt(31*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015
%t A022626 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^31, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *)
%K A022626 sign
%O A022626 0,2
%A A022626 _N. J. A. Sloane_