const XI_DEGREES: [[i32; 10]; 54];
If p is the nth prime, then XI_DEGREES[n][i - 1] is the degree of $ξ_i$ at the prime p divided by q, where q = 2p - 2 if p != 2 and 1 if p = 2.
XI_DEGREES[n][i - 1]