2023 SSMO Team Round Problems/Problem 12

Revision as of 22:25, 15 December 2023 by Pinkpig (talk | contribs) (Created page with "==Problem== Let <math>T</math> be the set of rationals of the form <math>\frac{a}{2^b}</math> for nonnegative <math>a</math> and <math>b</math>. Define the function <math>f \c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $T$ be the set of rationals of the form $\frac{a}{2^b}$ for nonnegative $a$ and $b$. Define the function $f \colon T \to \mathbb{Z}$ such that, for $t = \frac{a}{2^b}$ such $b$ is minimal, we have that \[f\left(\frac{a}{2^b}\right) = \begin{cases}     1 & b = 0 \\     f\left(\frac{a-1}{2^b}\right) + f\left(\frac{a+1}{2^b}\right) & b \ne 0 \\ \end{cases}\]

Suppose \[\sum_{i=0}^{2^{10} - 1} \frac{f\left(\frac{i+1}{2^{10}}\right)}{f\left(\frac{i}{2^{10}}\right)}\] equals $\frac{m}{n}$. Find $m+n$.

Solution