Consider a two dimensional grid of squares. The grid has 4 rows but infinitely many columns. An amoeba in square $(x, y)$ can divide itself into two...
Two friends, a runner and a swimmer, are playing a sporting game: The swimmer is swimming within a circular pool while the runner moves along the pool...
Define $$\displaystyle g(m,n) = (m\oplus n)+(m\vee n)+(m\wedge n)$$ where $\oplus, \vee, \wedge$ are the bitwise XOR, OR and AND operator respectively. Also set $$\displaystyle G(N) = \sum_{n=0}^N\sum_{k=0}^n...
The function $f$ is defined for all positive integers as follows: \begin{align*} f(1) &= 1\\ f(2n) &= 2f(n)\\ f(2n+1) &= 2n+1 + 2f(n)+\tfrac 1n f(n) \end{align*} It...
Consider the Fibonacci sequence $\{1,2,3,5,8,13,21,\ldots\}$. We let $f(n)$ be the number of ways of representing an integer $n\ge 0$ as the sum of different Fibonacci numbers. For...