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!)
A320971 Expansion of Product_{k>=1} ((1 - x^k)/(1 + x^k))^(sigma(k)). 3
1, -2, -4, 2, 10, 22, -4, -26, -68, -104, -12, 110, 378, 486, 448, -66, -1130, -2242, -3044, -2474, -322, 5106, 11064, 16954, 17896, 10440, -8032, -40132, -74578, -105754, -108564, -66534, 42672, 209858, 421352, 611946, 690204, 553534, 82112, -735082, -1892200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax=80}, CoefficientList[Series[Product[((1-q^k)/(1+q^k) )^DivisorSigma[1, k], {k, 1, nmax+2}], {q, 0, nmax}], q]] (* G. C. Greubel, Oct 29 2018 *)
PROG
(PARI) N=99; x='x+O('x^N); Vec(prod(k=1, N, ((1-x^k)/(1+x^k))^sigma(k)))
(Magma) m:=80; R<q>:=PowerSeriesRing(Rationals(), m); Coefficients(R!( (&*[((1-q^k)/(1+q^k))^DivisorSigma(1, k): k in [1..(m+2)]]) )); // G. C. Greubel, Oct 29 2018
CROSSREFS
Convolution inverse of A301555.
Product_{k>=1} ((1 - x^k)/(1 + x^k))^(sigma_b(k)): A320908 (b=0), this sequence (b=1), A320972 (b=2).
Sequence in context: A259707 A335866 A247085 * A360667 A342828 A286958
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 25 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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)