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!)
A022739 Expansion of Product (1-m*q^m)^-15; m=1..infinity. 2
1, 15, 150, 1175, 7875, 46953, 255745, 1293825, 6154530, 27772930, 119720802, 495673410, 1979777985, 7656005115, 28752006375, 105129718102, 375082371420, 1308260532180, 4468338006465 (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):
S15:= series(S^(-15), q, N+1):
seq(coeff(S15, q, i), i=0..N); # Robert Israel, Dec 22 2019
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1 - k*x^k)^15, {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Dec 23 2019 *)
CROSSREFS
Column k=15 of A297328.
Sequence in context: A119511 A023069 A121035 * A085375 A081135 A084902
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)