/LucasSequence

Lucas Sequence L is a sequence of numbers such that L(n) = L(n-1) + L(n-2)

Primary LanguagePythonMIT LicenseMIT

Stargazers