Project Euler #203: Squarefree Binomial Coefficients

  • + 0 comments

    In order to solve the problem we must identify unique coefficients. For some different coefficients modulo value might be the same. Fortunatly there are not many such coefficients and there is an efficient way to check if two coefficients are the same without computing its actual value.