If $ x_1=(1,2,0,0,...), x_2=(0,1,2,0,...) $ and in general $ x_i=e_i+2e_{i+1} $, find the projection of an element $ y\in\ell_2 $ into the subspace $S=\overline{sp}\{x_i\}_{i=1}^\infty$. Since $ S $ is closed and separable we know this projection will exist and be unique.
The only thing I've thought to do, which I believe is the wrong approach, is find a vector $x$ such that $x\perp S$, which I found to be $x=\sum_{k=1}^\infty\frac{(-1)^{k-1}\lambda}{2^{k-1}}e_k$ for any $\lambda\in\mathbb{C}$, then since I know $y-P_Sy\perp S$ I set up the equation $\sum_k\langle y,e_k\rangle e_k-\sum_k\alpha_kx_k=\sum_k\frac{(-1)^{k-1}\lambda}{2^{k-1}}e_k$ (which is just $y-P_Sy=x)$. I then tried to solve for $\lambda$ and $\alpha_k's$ using these equations, but I'm at a loss. Is this even a good approach?