p−Collatz問題とは

Collatz問題(3x+1問題)を拡張して,次のような問題を
p−Collatz問題と呼ぶことにします。

問題 pを奇数,xを自然数として,
xが奇数であれば,f(x)=(px+(p−2))/2,
xが偶数であれば,f(x)=x/2
とf(x)を定義するとき,各xに対してfn(x)はどのような振舞いをするか?

参考


p-Collatz's Problem.

Let p be an odd number and f be a function defined as follows.

f(x)=(px+(p-2))/2 (if x is an odd),
f(x)=x/2 (if x is an even).
Then investigate the behavior of fn.