For every real number $a \gt 1$ is given the sequence $g_a$ by: $g_{a}(x)=1$ for $x \lt a$ $g_{a}(x)=g_{a}(x-1)+g_a(x-a)$ for $x \ge a$ $G(n)=g_{\sqrt {n}}(n)$ $G(90)=7564511$. Find...
$5$-smooth numbers are numbers whose largest prime factor doesn’t exceed $5$. $5$-smooth numbers are also called Hamming numbers. Let $S(L)$ be the sum of the numbers $n$...
A geoboard (of order $N$) is a square board with equally-spaced pins protruding from the surface, representing an integer point lattice for coordinates $0 \le x, y...
Let $\varphi(n)$ be Euler’s totient function. Let $f(n)=(\sum_{i=1}^{n}\varphi(n^i)) \bmod (n+1)$. Let $g(n)=\sum_{i=1}^{n} f(i)$. $g(100)=2007$. Find $g(5 \times 10^8)$. To solve this problem, we can use dynamic programming...