Python code to generate the partition numbers by adding and subtracting previous terms to find the next. By default, the first 30 are printed. It can be edited to print more partition numbers by changing print(partiton_seq[:30]) to print(partiton_seq[n]) where n is the zero based index of the partition number you want. If it is out of range, change the variable end to be higher.
-
Notifications
You must be signed in to change notification settings - Fork 0
Python code to generate the partition numbers by adding and subtracting previous terms to find the next.
License
integratedfactor8/Partition-Numbers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python code to generate the partition numbers by adding and subtracting previous terms to find the next.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published