Question: How to plot that function?

How to plot the function f := x->sum(sin(x/(k+1))/k, k = 1 .. infinity) on the interval 0..50? The series obviously converges.

Please Wait...