Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Test whether an integer is a quasiperfect number
ResourceFunction["QuasiPerfectNumberQ"][n] tests whether n is a quasiperfect number. |
Try a number:
| In[1]:= |
|
| Out[1]= |
|
Negative numbers are tested as if they are positive:
| In[2]:= |
|
| Out[2]= |
|
Try out the numbers 1 through 107:
| In[3]:= |
|
| Out[3]= |
|
Test the first 10,000 odd square numbers after 1036:
| In[4]:= |
|
| Out[4]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License