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!)
A022740 Expansion of Product (1-m*q^m)^-16; m=1..inf. 2
1, 16, 168, 1376, 9604, 59488, 335904, 1758816, 8646986, 40281296, 179065184, 763837600, 3140732344, 12494160288, 48236274976, 181203877248, 663837626163, 2376282980272, 8325497904672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
N:= 30: # for a(0)..a(N)
P:= mul(1-m*q^m, m=1..N):
S:= series(P, q, N+1):
S16:= series(S^(-16), q, N+1):
seq(coeff(S16, q, i), i=0..N); # Robert Israel, Dec 22 2019
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1 - k*x^k)^16, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 23 2019 *)
CROSSREFS
Column k=16 of A297328.
Sequence in context: A265598 A021744 A025445 * A205247 A067713 A017210
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 25 08:25 EDT 2024. Contains 371964 sequences. (Running on oeis4.)