Fermat's Last Theorem states that no three positive integers , , satisfy the equation
for any integer value of greater than 2.
For this problem we are only considering the case . For certain values of , it is possible to solve the congruence equation:
For a prime , we define as the number of integer solutions to this equation for .
You are given and .
Find the sum of over all primes less than .
753. 费马等式
费马大定理指出,对任意大于 的正整数 ,不存在正整数 、、 使如下等式成立:
本题中,我们仅考虑 的情况。 取某些特定值时,如下同余式可能有解:
对质数 ,我们记 为如上同余式中满足 的整数解的组数。已知 、。
求 之和,其中 取遍所有小于 的质数。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。