Solve. See Example 4
A Fibonacci sequence is a special type of sequence in which the first two terms are $1,$ and each term thereafter is the sum of the two previous terms: $1,1,2,3,5,8,$ etc. The formula for the $n$ th Fibonacci term is $a_{n}=\frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right)^{n}-\left(\frac{1-\sqrt{5}}{2}\right)^{n}\right]$
Verify that the first two terms of the Fibonacci sequence are each 1.