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!)
A022709 Expansion of Product_{m>=1} (1+m*q^m)^-17. 2
1, -17, 119, -442, 1054, -2805, 10336, -29393, 60724, -150620, 452914, -1066546, 2195703, -5396208, 13442002, -29151005, 62519523, -141740051, 317832119, -683311906, 1431370114, -3054813215, 6608329573, -13743348845 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-17, {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)^-17)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A289663 A048714 A010823 * A221329 A196806 A094944
KEYWORD
sign
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 25 10:41 EDT 2024. Contains 371967 sequences. (Running on oeis4.)