Finding the coefficients of multiplication of multiple polynomials

196 Views Asked by At

I want to find the coefficients of the following polynomial

$$(x-1)(x-2)(x-3)\cdots(x-n),$$ $n$ can vary up to $100000$.

Is there any general form to find the coefficient of the above polynomial?