889. Rational Blancmange

Recall the blancmange function from Problem 226: T(x)=n=0s(2nx)2n, where s(x) is the distance from x to the nearest integer.

For positive integers k,t,r, we write

F(k,t,r)=(22k1)T((2t+1)r2k+1).

It can be shown that F(k,t,r) is always an integer.
For example, F(3,1,1)=42, F(13,3,3)=23093880 and F(103,13,6)878922518(mod1000062031).

Find F(1018+31,1014+31,62). Give your answer modulo 1000062031.

889. 有理数上的奶冻函数

考虑 第 226 题 中提及的奶冻函数:T(x)=n=0s(2nx)2n,其中 s(x) 指的是 x 到离它最近的整数的距离。

对正整数 k,t,r,记

F(k,t,r)=(22k1)T((2t+1)r2k+1).

可以证明 F(k,t,r) 始终是整数。例如,F(3,1,1)=42F(13,3,3)=23093880F(103,13,6)878922518(mod1000062031)

F(1018+31,1014+31,62)1000062031 的值。


这个链接 回到源站。

这个链接 回到详细版题目目录。