Two positive integers $a$ and $b$ are $2$-friendly when $\gcd(a,b) = 2^t, t \gt 0$. For example, $24$ and $40$ are $2$-friendly because $\gcd(24,40) = 8 =...
Consider a row of $n$ dice all showing 1. First turn every second die,$ (2,4,6,\ldots)$, so that the number showing is increased by 1. Then turn every...
Bob plays a single-player game of chance using two standard 6-sided dice and twelve cards numbered 1 to 12. When the game starts, all cards are placed...
A multiplicative function $f(x)$ is a function over positive integers satisfying $f(1)=1$ and $f(a b)=f(a) f(b)$ for any two coprime positive integers $a$ and $b$. For integer...
Let $P_{a,b}$ denote a path in a $a\times b$ lattice grid with following properties: The path begins at $(0,0)$ and ends at $(a,b)$. The path consists only...
Given any positive integer $n$, we can construct a new integer by inserting plus signs between some of the digits of the base $B$ representation of $n$,...