分解和公式的应用
一个有趣的公式是 `x^n-1=(x-1)(x^{n-1}+x^{n-2}+...+x+1)`。
a: 利用此公式分解表达式 `a^n-b^n`。
b: 当 n 为任意奇数时,分解表达式 `a^n+b^n`。
c: 证明如果 `2^n-1` 是素数,那么 n 也是素数。
d: 证明如果 `2^n+1` 是素数,那么 n 必然是 2 的幂,这等价于 `n=2^m`
难度等级(1 非常简单 - 10 非常困难):4
来源:
There are no comments yet.