Skip to content

sgowda97/intseries-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

intseries-py

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.

About

A mathematical function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages