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.

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

This page as a plain text file.
%I A022614 #12 Apr 05 2017 09:51:11
%S A022614 1,-19,171,-988,4237,-14896,46075,-130549,344888,-858325,2032924,
%T A022614 -4621313,10137716,-21545639,44525987,-89757843,176925625,-341688495,
%U A022614 647687314,-1206921212,2213842874,-4001882220,7136374179
%N A022614 Expansion of Product_{m>=1} (1+q^m)^(-19).
%H A022614 Seiichi Manyama, <a href="/A022614/b022614.txt">Table of n, a(n) for n = 0..10000</a>
%F A022614 a(n) ~ (-1)^n * 19^(1/4) * exp(Pi*sqrt(19*n/6)) / (2^(7/4) * 3^(1/4) * n^(3/4)). - _Vaclav Kotesovec_, Aug 27 2015
%F A022614 a(0) = 1, a(n) = -(19/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - _Seiichi Manyama_, Apr 05 2017
%t A022614 nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^19, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 27 2015 *)
%K A022614 sign
%O A022614 0,2
%A A022614 _N. J. A. Sloane_