Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integer_partitions(0) should return [[]] instead of [] #138

Open
rben01 opened this issue Apr 17, 2023 · 0 comments
Open

integer_partitions(0) should return [[]] instead of [] #138

rben01 opened this issue Apr 17, 2023 · 0 comments

Comments

@rben01
Copy link

rben01 commented Apr 17, 2023

By convention, there is a single partition of 0: the empty partition. However, integer_partitions(0) returns []. It should instead return [[]] so that length(integer_partitions(0)) == 1 in accordance with https://oeis.org/A000041 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant