Fibonacci Numbers

With golden-ratio defined as , and its conjugate .

Since , we also have

Solution

  • Utilize generating-function.
  • Map each term to polynomial, i.e. define a sequence .
  • Rewrite the recurrence relation, and solve for the .
  • Plug back in to derive .