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!)
A022715 Expansion of Product_{m>=1} (1+m*q^m)^-23. 2

%I #9 Jul 20 2018 03:47:12

%S 1,-23,230,-1311,4853,-14191,44873,-154859,454043,-1139765,3085358,

%T -8930785,22848752,-53971892,137067350,-351827803,829356379,

%U -1915368585,4586707633,-10818772384,24533286122,-55227022631

%N Expansion of Product_{m>=1} (1+m*q^m)^-23.

%H G. C. Greubel, <a href="/A022715/b022715.txt">Table of n, a(n) for n = 0..1000</a>

%t With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-23, {k, 1, nmax}], {q, 0, nmax}], q]] (* _G. C. Greubel_, Jul 20 2018 *)

%o (PARI) m=50; q='q+O('q^m); Vec(prod(n=1,m,(1+n*q^n)^-23)) \\ _G. C. Greubel_, Jul 20 2018

%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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)