Question: integration error

How to integrate the below term

int((n*p+exp(n*p))*exp(-p)*p^(s-1)*f^s/((n*p+exp(2*n*p))*factorial(s)), p = 0 .. 1);
eval(%);

Please Wait...