Skip to content

Erdős problem 409

If n>1n > 1 then the iteration nσ(n)1n\mapsto\sigma(n) - 1 necessarily reaches a prime. Note: this is open — it is not clear that the σ iteration always terminates, since it is non-decreasing (unlike the φ iteration which is strictly decreasing).

Sources

Browse retained paths and inspect the exact material available for this Problem.

13 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

409.lean

Retained formal statement5 of 13

Can infinitely many nn reach the same prime under the iteration nϕ(n)+1n\mapsto\phi(n) + 1?

FormalConjectures/ErdosProblems/409.leanErdos409.erdos_409.parts.ii1 lineExact file
sorry ↔ ∃ p, ∃ (_ : Nat.Prime p), {n | ∃ i, (fun x => x.totient + 1)^[i] n = p}.Infinite
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page