Skip to content

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

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

Open
rben01 opened this issue Apr 17, 2023 · 0 comments · May be fixed by #179
Open

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

rben01 opened this issue Apr 17, 2023 · 0 comments · May be fixed by #179

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 .

@inkydragon inkydragon linked a pull request May 1, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant