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

Add sequence A000201 (lower Wythoff sequence). #381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TimothyDJones
Copy link

No description provided.

@JulienPalard
Copy link
Owner

Thanks for your contribution!

I would appreciate to see some comments implemented as a test, like the first one, which should be something like:

@given(integers)
def test_clark_kimberling(n):
    assert A000201[A000201[n]]+1 == A001950[n]

I think this make sense for this kind of sequence.

Also can you take a look at the CI (or run tox -p auto on your machine), black and pydocstyle are not happy.

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 this pull request may close these issues.

2 participants