Question: Procedure to evaluate a sum

I am studying the sum below and am trying to write a procedure with Maple which I can use to efficiently evaluate the sum for large values of n.

sum((1/k^0.1)*sin(1/k), k=1..n)

I have read the section on procedures in my textbook for Maple but it only has very simple examples with nothing relevant to this situation and I am struggling to apply it here: can anyone assist?

Please Wait...