MathDB
Spring 2020 Team Round Problem 16

Source:

August 22, 2020

Problem Statement

For non-negative integer nn, the function ff is given by f(x)={x2if n is evenx1if n is odd.f(x)=\begin{cases} \frac{x}{2} & \text{if $n$ is even} \\ x-1 & \text{if $n$ is odd.} \end{cases} Furthermore, let h(n)h(n) be the smallest kk for which fk(n)=0f^k(n)=0. Compute n=11024h(n).\sum_{n=1}^{1024} h(n).