John Rhodes August 15, 2023 Computational Mathematics Irrational Base Let $r$ be the real root of the equation $x^3 = x^2 + 1$. Every positive integer can be written as the sum of distinct increasing powers... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Cutting Triangles A triangle is cut into four pieces by two straight lines, each starting at one vertex and ending on the opposite edge. This results in forming three... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Squarefree Gaussian Integers A Gaussian integer is a number $z = a + bi$ where $a$, $b$ are integers and $i^2 = -1$. Gaussian integers are a subset of the... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics McCarthy 91 Function The McCarthy 91 function is defined as follows: $$ M_{91}(n) = \begin{cases} n – 10 & \text{if } n > 100 \\ M_{91}(M_{91}(n+11)) & \text{if } 0... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Centaurs on a Chess Board On a chess board, a centaur moves like a king or a knight. The diagram below shows the valid moves of a centaur (represented by an inverted... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Power Sets of Power Sets Let $P(n)$ be the set of the first $n$ positive integers $\{1, 2, \dots, n\}$. Let $Q(n)$ be the set of all the non-empty subsets of $P(n)$.... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Chinese Leftovers II Let $A_n$ be the smallest positive integer satisfying $A_n \bmod p_i = i$ for all $1 \le i \le n$, where $p_i$ is the $i$-th prime. For... Continue Reading
John Rhodes August 15, 2023 Computational Mathematics Sum of Digits Sequence Let $a_0, a_1, \dots$ be an integer sequence defined by: $a_0 = 1$; for $n \ge 1$, $a_n$ is the sum of the digits of all preceding... Continue Reading