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!)
A022718 Expansion of Product_{m>=1} (1+m*q^m)^-26. 2
1, -26, 299, -2002, 8827, -29406, 93184, -320996, 1039753, -2889432, 7786272, -22551126, 62828467, -158350636, 399157837, -1050026250, 2646932132, -6320963454, 15276388101, -37320661638, 88295712804 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-26, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 20 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-26)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A125414 A208600 A010831 * A014472 A000498 A066912
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 April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)