For what $n$ do we have $ F_{n}=\lfloor \frac{1}{\sqrt{5}} ( \frac{1+\sqrt{5}}{2})^n +\frac{1}{2} \rfloor $ where $F_{n}$ is the nth element of the Fibonacci sequence.
Naturally I have to use the formula $F_{n}= \frac{1}{\sqrt{5}}( ( \frac{1+\sqrt{5}}{2})^n -(\frac{1-\sqrt{5}}{2})^n) $, but I have trouble imagining the floor above...
EDIT:
Here's my trying.
Since $F_{n}$ is an integer for all $n$ than we can enter the floor by $F_{n}-F'_{n}$ where $F'_{n}$ is the equation with the floor.
We get $F_{n}-F'_{n}=\lfloor \frac{1}{\sqrt{5}}(\frac{1-\sqrt{5}}{2})^{n}+\frac{1}{2} \rfloor$
And we get that for all odd numbered $n$'s. Is this in any way correct?