notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

FibonacciNumbers.md (154B)


      1 # Fibonacci Numbers
      2 
      3 Abstract Math 10.5. 
      4 
      5 **Definition:** The set of numbers in the form $F_n = F_{n-1} + F_{n-2}$ starting from 1 as the first value. 
      6