STATUS
proposed
approved
proposed
approved
editing
proposed
Alois P. Heinz and Vaclav Kotesovec, <a href="/A000991/b000991.txt">Table of n, a(n) for n = 0..6000</a> (first 1000 terms from Alois P. Heinz)
approved
editing
(MAGMAMagma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( (1-x)^2*(1-x^2)/(&*[1-x^j: j in [1..2*m]])^3 )); // G. C. Greubel, Dec 06 2018
proposed
approved
editing
proposed
list(s)
s.coefficients()
approved
editing
proposed
approved
editing
proposed
(Sage)
R = PowerSeriesRing(ZZ, 'x')
x = R.gen().O(50)
(Sage) s =( (1-x)^2 * (1-x^2) / prod(1-x^j for j in (1..60))^3).series(x, 50); s.coefficients(x, sparse=False) # _G. C. Greubel_, Dec 06 2018
list(s)
# G. C. Greubel, Dec 06 2018
approved
editing