Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Compute the pseudo-conjugate of an integer partition
ResourceFunction["PseudoConjugatePartition"][x] gives the pseudo-conjugate partition of the integer partition x. |
Compute the pseudo-conjugate of an integer partition:
In[1]:= |
Out[1]= |
The partition rank of a partition and its conjugate have opposite signs:
In[2]:= |
Out[3]= |
In[4]:= |
Out[4]= |
Similarly, the partition crank of a partition and its pseudo-conjugate have opposite signs:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
Remarkably, the self-conjugate partitions and the self-pseudo-conjugate partitions of n are equinumerous; here n=23:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
Compute the total number of self-pseudo-conjugate partitions of n from the generating function:
In[9]:= |
Out[10]= |
Compare with a brute-force enumeration:
In[11]:= |
Out[11]= |
Wolfram Language 12.3 (May 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License