Recursion
Recursion
Recursion
𝑛!
𝐶𝑘𝑛 =
𝑘! (𝑛 − 𝑘)!
𝐹𝑛 = 𝐹𝑛1 + 𝐹𝑛2
Where:
𝐹0 = 0 and 𝐹1 =1