I started by taking the example $f(n) = n$ which is the identity bijection and $\sum{\frac{f(n)}{n^2}} = \sum{\frac{1}{n}} > \infty $
Suppose we change the values of the bijection at finitely many places(say , $i_1,i_2,\cdots i_k$) then we would still have the series $\sum_{i=i_{k+1}}^{\infty}{\frac{f(i)}{i^2}} = \sum_{i=i_k}^{\infty}\frac{1}{i_k}$ converging to $\infty$
Suppose we pick up a bijection in such a way so that $f(n) < n$ at infinitely many places then there are infinitely many places at which $f(n) >n$ then we can pick up a subsequence say $(n_k)$ such that $f(n_k) > n_k , \forall k \ge 1$ . Then $\sum_{i = n_k}^{\infty}\frac{f(n_k)}{n_k^2} > \sum_{i = n_k}^{\infty} \frac{1}{n_k} > \infty $. So from here I tried to conclude that $\sum\frac{f(n)}{n^2}$ converges to $\infty$.
Hence from here I tired to conclude that there doesnot exist any bijection $f(n)$ such that the $\sum{\frac{f(n)}{n^2}}$ converges .
How do I fix my reasoning?