PROJECT EULER · #0672
One More One
Consider the following process that can be applied recursively to any positive integer
- if
do nothing and the process stops, - if
is divisible by divide it by , - otherwise add
.
Define
Eight
Define
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.