How can I shows that the summation of $1/k^2$ from k=1 to n is bounded above by a constant?
I could bind it by the geometric series from k=0 to n and add 1 to $(1/k^2)$ to get the ratio, r, and get $A_0 (1/(1-r)) $. So is that going to be summation k=0 to n of $2/(k^2+1)$? And the ratio r, is $(2/(k^2+1))/(1/k^2)$?