What are some alternative ways to represent the golden ratio? I already know the relatively boring ones compared to the complex ones as well as:
- $\displaystyle \frac{1+\sqrt 5}{2},$
- $\displaystyle \frac{1}{1+\frac{1}{1+\frac{1}{1+}} \dots},$
- $\displaystyle \phi + 1 = \phi ^{-1},$
and also the multiplier of consecutive Fibonacci terms. As some current answers have given, I would not like any formulas that reproduce the above. They are not classed as interesting, as they include repetition. I am looking for formulas that are interesting, and I am hoping to find some without repetition.
Wikipedia gives $$\phi=\sqrt{1+\sqrt{1+\sqrt{1+\dots}}}$$ $\phi=1+2\sin(\pi/10)$, $\phi=2\cos(\pi/5)$, $\phi=\lim_{n\to\infty}(F(n+1)/F(n))$ where $F(n)$ is the $n$th Fibonacci number, and others.