The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A305050 Expansion of Product_{i>=1, j>=1, k>=1} (1 + x^(i*j*k))/(1 - x^(i*j*k)). 6
1, 2, 8, 20, 56, 128, 316, 684, 1532, 3192, 6704, 13436, 26984, 52352, 101316, 191320, 359334, 662292, 1213360, 2189380, 3925432, 6951592, 12231332, 21298452, 36856840, 63211164, 107765896, 182295468, 306625208, 512190992, 851011960, 1405199028, 2308629300, 3771593392 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of the sequences A174465 and A280473.
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^A007425(k).
MATHEMATICA
nmax = 33; CoefficientList[Series[Product[(1 + x^(i j k))/(1 - x^(i j k)), {i, 1, nmax}, {j, 1, nmax/i}, {k, 1, nmax/i/j}], {x, 0, nmax}], x]
nmax = 33; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^Sum[DivisorSigma[0, d], {d, Divisors[k]}], {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A285185 A302323 A192698 * A279898 A221066 A238760
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 24 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 May 31 01:18 EDT 2024. Contains 372980 sequences. (Running on oeis4.)