Question: How to write a maple program to calculate the sum of products of polynomial factors missing the factor in the sum?

How to find the sum of the products given below

where I couldn't write j not equal to i in the product. 

sum(a[i],i=1..n)*product(s-b[j],j=1..n)

Please Wait...