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!)
A288422 Expansion of Product_{k>=1} 1/(1 + x^k)^(sigma_2(k)). 5
1, -1, -4, -6, 0, 24, 51, 89, 47, -152, -578, -1149, -1482, -738, 2384, 8901, 18476, 26774, 24151, -7143, -86804, -226605, -406442, -539872, -441822, 181268, 1671148, 4240334, 7618777, 10551340, 10218856, 1973258, -20190349, -61492391, -121880826 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Convolution inverse of A288414.
a(0) = 1, a(n) = -(1/n)*Sum_{k=1..n} A288419(k)*a(n-k) for n > 0.
G.f.: exp(-Sum_{k>=1} sigma_3(k)*x^k/(k*(1 - x^(2*k)))). - Ilya Gutkovskiy, Oct 29 2018
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[1/(1+x^k)^DivisorSigma[2, k], {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jun 09 2017 *)
PROG
(PARI) m=50; x='x+O('x^m); Vec(prod(k=1, m+2, 1/(1+x^k)^sigma(k, 2))) \\ G. C. Greubel, Oct 29 2018
(Magma) m:=50; R<q>:=PowerSeriesRing(Rationals(), m); Coefficients(R! ( (&*[1/(1+q^k)^DivisorSigma(2, k): k in [1..(m+2)]]) )); // G. C. Greubel, Oct 29 2018
CROSSREFS
Product_{k>=1} 1/(1 + x^k)^sigma_m(k): A288007 (m=0), A288421 (m=1), this sequence (m=2), A288423 (m=3).
Sequence in context: A285444 A285584 A316386 * A268437 A265685 A111828
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jun 09 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 May 9 04:02 EDT 2024. Contains 372341 sequences. (Running on oeis4.)