Given that the Fibonacci number is 165580141 Is it possible to find $n$ using the closed form. I tried simplifying the closed form but I get stuck at:
$\sqrt5F_n = (\frac{(1+\sqrt5}{2})^n - (\frac{(1+\sqrt5}{2})^n$
$\sqrt5(165580141) + (\frac{(1+\sqrt5}{2})^n = (\frac{(1+\sqrt5}{2})^n$
($370248451 + (\frac{1+\sqrt5}{2})^n)^{1/n} = \frac{(1+\sqrt5)}{2}$
I don't know how to proceed further.