The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A022669 Expansion of Product_{m>=1} (1 - m*q^m)^9. 2
1, -9, 18, 51, -171, -117, 249, 1251, 531, -5599, -3006, -2295, 20664, 50508, -6354, -78597, -292887, -105273, 268957, 792414, 1974312, 825753, -2605185, -9778671, -9956433, -4944978, 19214991, 57418523, 78518664, 60044976, -124946361, -247193622, -634049649, -623771424, 218263050 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: exp(-9*Sum_{j>=1} Sum_{k>=1} k^j*x^(j*k)/j). - Ilya Gutkovskiy, Feb 07 2018
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 - k*q^k)^9, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Feb 24 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1-n*q^n)^9)) \\ G. C. Greubel, Feb 24 2018
(Magma) Coefficients(&*[(1-m*x^m)^9:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 24 2018
CROSSREFS
Column k=9 of A297323.
Sequence in context: A325450 A212345 A086500 * A107313 A232921 A295473
KEYWORD
sign
AUTHOR
EXTENSIONS
Terms a(29) onward added by G. C. Greubel, Feb 24 2018
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)