Tagged Questions
4
votes
2answers
105 views
How many ways to reach $1$ from $n$ by doing $/13$ or $-7$?
How many ways to reach $1$ from $n$ by doing $/13$ or $-7$ ?
(i.e., where $n$ is the starting value (positive integer) and $/13$ means division by $13$ and $-7$ means subtracting 7)?
Let the number ...
14
votes
3answers
666 views
The $5n+1$ Problem
The Collatz Conjecture is a famous conjecture in mathematics that has lasted for over 70 years. It goes as follows:
Define $f(n)$ to be as a function on the natural numbers by:
$f(n) = n/2$ if $n$ ...