C(n) := number of integer partitions of number
For instance: 43 = 7 + 5 + 5 + 4 + 4 + 4 + 3 + 2 + 2 + 2 + 2 + 2 + 1
-------------------------------------------------
Integer Partition of 43 with 13 parts
we can use this to make a picture( Ferrers diagrams).
Symmetry about the down-to-the-right diagonal makes the partition self-conjugate.
Question: Write a formal definition of self-conjugacy that refers only to the parts $c_1, c_2, c_3$, ... and without referring to a picture( Ferrers diagrams).