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!)
A318484 Expansion of Product_{k>=1} (1 + k*x^k)^sigma(k), where sigma = A000203. 2
1, 1, 6, 18, 52, 142, 404, 1018, 2624, 6645, 16124, 38857, 92245, 214841, 494098, 1125062, 2522188, 5604930, 12327860, 26838595, 57913194, 123951482, 263019720, 553989989, 1158449522, 2405179547, 4961047246, 10168544537, 20714279168, 41952595411, 84494479578 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1+k*x^k)^DivisorSigma[1, k], {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 40; s = 1 + x; Do[s *= Sum[Binomial[DivisorSigma[1, k], j]*k^j*x^(j*k), {j, 0, nmax/k}]; s = Expand[s]; s = Take[s, Min[nmax + 1, Exponent[s, x] + 1, Length[s]]]; , {k, 2, nmax}]; CoefficientList[s, x]
CROSSREFS
Sequence in context: A075650 A015645 A001216 * A079843 A290582 A346071
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 27 2018
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 August 23 16:31 EDT 2024. Contains 375396 sequences. (Running on oeis4.)