I know its not right to post a question if I don't have any proofs of my own because most of you will think that I used it as a homework generator. But, can you help me generate proof in this problem? I really don't have any idea how or where to start. Yes, I can illustrate the problem but I can't find ways to start my proof.
Show that $\lfloor(2+\sqrt{3})^n\rfloor$ is an odd integer whenever n is a nonnegative integer
\begin{align} \left ( 2+\sqrt{3} \right )^{n}+\left ( 2-\sqrt{3} \right )^{n} &=\sum_{i=0}^n\binom{n}{i}2^{n-i}\sqrt{3}^i+\sum_{i=0}^n\binom{n}{i}2^{n-i}(-1)^i\sqrt{3}^i \\ &=2\sum_{i=0}^{n/2}\binom{n}{2i}2^{n-2i}\sqrt{3}^{2i} \\ &=2\sum_{i=0}^{n/2}\binom{n}{2i}2^{n-2i}3^{i} \end{align} So $(2+\sqrt{3})^{n}+(2-\sqrt{3})^{n}$ is even. Since $0<2-\sqrt{3}<1$, $0<(2-\sqrt{3})^{n}<1$. Thus $\lfloor(2+\sqrt{3})^{n}\rfloor$ is odd.