For a positive integer n we define q(n) to be the number of solutions to:
where 0≤ai,bi<n. For example, q(4)=18432.
Define Q(n)=∑i=1nq(i). You are given Q(10)=18573381.
Find Q(12345678). Give your answer modulo 1001961001.
对某正整数 n,我们记 q(n) 为如下不定方程满足 0≤ai,bi<n 的解的数量:
例如,q(4)=18432。
记 Q(n)=∑i=1nq(i),已知 Q(10)=18573381。
求 Q(12345678) 模 1001961001 的值。
点 这个链接 回到源站。
点 这个链接 回到详细版题目目录。