Given a natural number , let be the -th Mersenne number.
Let be the minimal square root of modulo , if one exists. In other words, is the smallest positive integer such that is divisible by .
For example, and .
Find . Give your answer modulo .
942. 梅森数的平方根
任给自然数 ,我们称 为第 个 梅森数。
记 为:模 意义下, 最小的一个平方根。也就是说, 指的是使得 能被 整除的最小的正整数 。
例如 、。
求 模 的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。