Question: I have a problem with a sequence defined by a Riemann Sum and other terms

I have this sequence:

 D[n] = (Sum((n-k)/(k+1),k = 0 .. n-1)-ln(n!))/n;

How can I put  this in maple, assess if it converges or not and if it is possible, calculate the limit to infinity.

 

Thanks

Please Wait...