We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05abe4 commit 2159b09Copy full SHA for 2159b09
maths/special_numbers/proth_number.py
@@ -69,6 +69,8 @@ def is_proth_number(number: int) -> bool:
69
False
70
>>> is_proth_number(3)
71
True
72
+ >>> is_proth_number(4)
73
+ False
74
>>> is_proth_number(5)
75
76
>>> is_proth_number(34)
0 commit comments