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!)
A285240 Expansion of Product_{k>=1} (1 + k*x^k)^(k^2). 3
1, 1, 8, 35, 115, 429, 1425, 4803, 15398, 48940, 151046, 459000, 1373219, 4037721, 11723911, 33566828, 94993571, 265722551, 735543433, 2015558930, 5471271099, 14719853084, 39266487114, 103908002173, 272855152096, 711272144097, 1841162650896, 4734074846631 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 + k*x^k)^(k^2), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 40; s = 1 + x; Do[s*=Sum[Binomial[k^2, j]*k^j*x^(j*k), {j, 0, Floor[nmax/k] + 1}]; s = Select[Expand[s], Exponent[#, x] <= nmax &]; , {k, 2, nmax}]; CoefficientList[s, x]
CROSSREFS
Sequence in context: A267170 A266762 A220889 * A036598 A229403 A059824
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 15 2017
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 09:23 EDT 2024. Contains 371967 sequences. (Running on oeis4.)