A Python code to find if ALL the numbers in a given list of integers are PART of the series defined by the following: f(0) = 0 f(1) = 1 f(n) = 2f(n-1) - 2f(n-2) for all n > 1.
-
Notifications
You must be signed in to change notification settings - Fork 0
A mathematical function
License
sgowda97/intseries-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A mathematical function
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published