How to show that $1+\sqrt2 +\cdots+ \sqrt{2^n}$ is an algebraic?
$x=1+\sqrt2 +\cdots+ \sqrt{2^n}$
$x-1=\sqrt2 +\cdots+ \sqrt{2^n}$
Every other element is an integer so I can move it to the left side. I would like to square both sides, move integer elements to the left and again square both sides and so on. But I have no idea how to write it.
As you noted, every other element is an integer.
Each of the remaining elements can be expressed as an integer times $\sqrt{2}$, hence $$x = a + b\sqrt{2}$$ where $a,b$ are integers.
Can you finish it?