Define the linear operator $T:\ell^2 \to\ell^2 $ by $$T(x_1,x_2,x_3,...)= \left(x_1,\frac{1}{2}x_2,\frac{1}{3}x_3,...\right)$$
I need to show that T is self-adjoint.
I know that T is self-adjoint iff $\langle Tx,x\rangle \in \mathbb{R}$, so I tried to check this. I am not sure I did it correctly:
$$\langle Tx,x\rangle=
\sum_{k=1}^{\infty}\,(Tx)_k\,\overline{x_k}=
\left(x_1,\frac{1}{2}x_2,\frac{1}{3}x_3,\dots\right) \cdot (\,\overline{x_1},\overline{x_2},\overline{x_3},\dots\,) \\
=x_1\overline{x_1}+\frac12 x_2\overline{x_2}+\frac13x_3\overline{x_3} +\dots$$
Since $x_n\overline{x_n} \in \mathbb{R}$ for all $n\in \mathbb{N}$ we conclude that $\langle Tx,x\rangle \in \mathbb{R}$, so T is self-adjoint.
Is this correct?
This would more be a comment, but I am not allowed to do so yet.
First, you should check if your operator $T$ is well-defined. But, I assume you did that.
Overall, you are on the right way, but somehow your summation symbols are not used correctly.
For instance, instead of $$\sum_{k=1}^{\infty}(x_1,\frac{1}{2}x_2,\frac{1}{3}x_3,...) \cdot (\bar{x_1},\bar{x_2},\bar{x_3},...),$$ I guess you mean $$\sum_{k=1}^{\infty}\frac{1}{k}x_k\bar{x}_k.$$
I also wonder why you have the factors $\frac{1}{4}$ and $\frac{1}{9}$ in the last equation line. Maybe this has been a typo on your side?