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!)
A022734 Expansion of Product_{m>=1} (1-m*q^m)^-10. 2
1, 10, 75, 450, 2375, 11302, 49820, 205900, 807195, 3023020, 10883842, 37840290, 127544465, 418051040, 1336017805, 4172140618, 12755565695, 38242019080, 112591545060, 325939921700, 928795211589, 2607843351420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 - k*q^k)^-10, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 25 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1-n*q^n)^-10)) \\ G. C. Greubel, Jul 25 2018
(Magma) n:=50; R<x>:=PowerSeriesRing(Integers(), n); Coefficients(R!(&*[(1/(1-m*x^m))^10:m in [1..n]])); // G. C. Greubel, Jul 25 2018
CROSSREFS
Sequence in context: A073379 A283238 A316462 * A027203 A291003 A305784
KEYWORD
nonn
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 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)