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!)
A321241 Expansion of Product_{i>=1, j>=1, k>=1} (1 - x^(i*j*k))/(1 + x^(i*j*k)). 3
1, -2, -4, 4, 8, 16, -12, -28, -28, -56, 64, 68, 152, 144, -20, -72, -678, -508, -424, 92, 824, 1512, 2204, 1036, 936, -1900, -2936, -6444, -5656, -4384, -4808, 6540, 10080, 21256, 20296, 24424, 13520, -7856, -28836, -55744, -72240, -92960, -48424, -40772, 36168, 106464, 199996 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution inverse of A305050.
LINKS
FORMULA
G.f.: Product_{k>=1} ((1 - x^k)/(1 + x^k))^A007425(k).
G.f.: Product_{k>=1} theta_4(x^k)^tau(k), where theta_4() is the Jacobi theta function and tau() is the number of divisors. - Ilya Gutkovskiy, May 18 2019
MATHEMATICA
With[{nmax=50}, 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]] (* G. C. Greubel, Nov 01 2018 *)
PROG
(PARI) m=50; x='x+O('x^m); Vec(prod(k=1, m, ((1-x^k)/(1+x^k))^sumdiv(k, x, sumdiv(x, y, 1 )))) \\ G. C. Greubel, Nov 01 2018
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( (&*[(&*[(&*[(1 - x^(i*j*k))/(1 + x^(i*j*k)): i in [1..m]]): j in [1..m]]): k in [1..m]]))); // G. C. Greubel, Nov 01 2018
CROSSREFS
Sequence in context: A181217 A223569 A227594 * A290128 A291778 A089887
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 01 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)