MathDB
Bug jumps in the coordinate axis

Source: Vietnam TST 2019 Day 2 P6

April 7, 2019
combinatorics

Problem Statement

In the real axis, there is bug standing at coordinate x=1x=1. Each step, from the position x=ax=a, the bug can jump to either x=a+2x=a+2 or x=a2x=\frac{a}{2}. Show that there are precisely Fn+4(n+4)F_{n+4}-(n+4) positions (including the initial position) that the bug can jump to by at most nn steps.
Recall that FnF_n is the nthn^{th} element of the Fibonacci sequence, defined by F0=F1=1F_0=F_1=1, Fn+1=Fn+Fn1F_{n+1}=F_n+F_{n-1} for all n1n\geq 1.