Prove that $a_{n+1}=a_{n} + 1/(n+1)^2$ is bounded from above
What I have tried is $$a_n=1+1/4+\dots+1/n^2\leq 1+1+\dots +1=n$$
So I conclude that $a_n$ is bounded above by $n$. Does this sufficient to say that the sequence is bounded from above? Or it can only be said when the sequence is bounded from above by a constant but not any function of $n$?