login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A004420 Expansion of (Sum_{n=-inf..inf} x^(n^2))^(-19). 1

%I #13 Jun 22 2017 08:40:02

%S 1,-38,760,-10640,117002,-1075248,8582224,-61061440,394559320,

%T -2348001494,13008061200,-67666510320,332809029680,-1556541579760,

%U 6955832361824,-29820933412800,123079426294922,-490508040685920

%N Expansion of (Sum_{n=-inf..inf} x^(n^2))^(-19).

%H Seiichi Manyama, <a href="/A004420/b004420.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) ~ (-1)^n * exp(Pi*sqrt(m*n)) * m^((m+1)/4) / (2^(3*(m+1)/2) * n^((m+3)/4)), set m = 19 for this sequence. - _Vaclav Kotesovec_, Aug 18 2015

%t nmax = 30; CoefficientList[Series[Product[((1 + (-x)^k)/(1 - (-x)^k))^19, {k, 1, nmax}], {x, 0, nmax}], x] (* _Vaclav Kotesovec_, Aug 18 2015 *)

%K sign

%O 0,2

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 09:30 EDT 2024. Contains 371799 sequences. (Running on oeis4.)