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!)
A022615 Expansion of Product_{m>=1} (1+q^m)^(-20). 2
1, -20, 190, -1160, 5245, -19324, 62150, -182040, 495750, -1269620, 3088376, -7197240, 16164595, -35136760, 74192590, -152674048, 306968470, -604298520, 1166898210, -2213813640, 4132159452, -7597272900 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Seiichi Manyama, Table of n, a(n) for n = 0..10000

FORMULA

a(n) ~ (-1)^n * 5^(1/4) * exp(Pi*sqrt(10*n/3)) / (2 * 6^(1/4) * n^(3/4)). - Vaclav Kotesovec, Aug 27 2015

a(0) = 1, a(n) = -(20/n)*Sum_{k=1..n} A000593(k)*a(n-k) for n > 0. - Seiichi Manyama, Apr 05 2017

MATHEMATICA

nmax = 50; CoefficientList[Series[Product[1/(1 + x^k)^20, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Aug 27 2015 *)

CROSSREFS

Sequence in context: A047645 A010936 A014806 * A171075 A061180 A125383

Adjacent sequences: A022612 A022613 A022614 * A022616 A022617 A022618

KEYWORD

sign

AUTHOR

N. J. A. Sloane

STATUS

approved

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 March 30 23:40 EDT 2023. Contains 361623 sequences. (Running on oeis4.)