The function is defined recursively for positive integers by
and for .
The sequence begins: .
For positive integers , define
You are given , and both modulo .
Find . Give your answer modulo .
915. 巨大的最大公约数
在正整数上递归定义函数 如下:,且对诸 有 。 的前几项是:。
对正整数 ,定义:
已知 、、。
求 模 的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。