Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get Dyson's crank of an integer partition
ResourceFunction["PartitionCrank"][x] gives Dyson's crank of the partition x. |
Here is a basic example:
| In[1]:= |
| Out[1]= |
Here are the partitions of 9 in compact form:
| In[2]:= |
| Out[2]= |
The crank of the partitions of 9:
| In[3]:= |
| Out[3]= |
Ramanujan discovered and proved analytically that the number of partitions of 11m+6 is divisible by 11:
| In[4]:= |
| Out[4]= |
| In[5]:= |
| Out[5]= |
Andrews and Garvan proved that the partitions of a number of the form 11m+6 can be split into 11 sets of equal size according to the crank mod 11:
| In[6]:= |
| Out[6]= |
Here is an example using a different value of m:
| In[7]:= |
| Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License