Question 1165013

Remarkably, there is a close-formed solution to find the n'th Fibonacci number:

{{{F[n] = (1/sqrt(5)) * (((1+sqrt(5))/2)^n - ((1-sqrt(5))/2)^n) }}}  n=0,1,2,...


Plug in n=19.