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!)
A022674 Expansion of Product_{m >= 1} (1-m*q^m)^14. 2
1, -14, 63, -14, -651, 1162, 2198, -3432, -12320, -7098, 87479, 45024, -185038, -348250, -435473, 1642942, 2806839, 1366078, -7970459, -25275068, -631813, 38994650, 112439376, 112528514, -136016069, -535046498 (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 18 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1-n*q^n)^14)) \\ G. C. Greubel, Jul 18 2018
(Magma) Coefficients(&*[(1-m*x^m)^14:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Jul 18 2018
CROSSREFS
Sequence in context: A307253 A125849 A003695 * A044152 A044533 A050492
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)