Skip to content

A simple program written to recursively find the Nth term of the partition numbers (https://oeis.org/A000041), written as an extra-curricular school project, in Python

License

Notifications You must be signed in to change notification settings

EdmundGoodman/partition-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

partition-numbers

A simple program written to recursively find the Nth term of the partition numbers (https://oeis.org/A000041), written as an extra-curricular school project, in Python

This is a surprisingly difficult problem, and the sequence's algebraic definition is much more complicated than its recursive definition.

About

A simple program written to recursively find the Nth term of the partition numbers (https://oeis.org/A000041), written as an extra-curricular school project, in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages