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!)
A022708 Expansion of Product_{m>=1} (1+m*q^m)^-16. 2
1, -16, 104, -352, 772, -2144, 8032, -21088, 41034, -107728, 320160, -703648, 1435960, -3611040, 8707808, -18347392, 39248691, -88070064, 194779296, -412179776, 848638468, -1802931104, 3862466240, -7869949440, 15883030654 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-16, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 20 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-16)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A000739 A186852 A010079 * A328816 A146211 A258636
KEYWORD
sign,easy
AUTHOR
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)