This repository serves as a supplementary resource for Conjecture 4.3 presented in https://arxiv.org/abs/2309.01119.
Let
In src/main.cpp
, we define the function coeff(int q, int m, int n, int k)
which returns the coefficient of Mint
, which is a integer type for modular arithmetic. The Mint
class is defined in src/combination.hpp
. For our calculations, we set a large prime number, 998244353
, as the modulus for the Mint class. Note that if the value is not equal to 998244353
, then the original value is not equal to
We varidate the conjecture for output.txt
.