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!)
A022706 Expansion of Product_{m>=1} (1+m*q^m)^-14. 2
1, -14, 77, -210, 392, -1288, 4697, -9998, 18179, -55636, 150591, -286832, 608909, -1554042, 3444055, -6999356, 14790755, -32329780, 70059535, -141733788, 282586556, -600593730, 1244075259, -2429815472, 4846233028 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-14, {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)^-14)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A240045 A280396 A010821 * A269495 A085462 A050404
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)