Erdős problem 770
For odd n, the values of h n form an unbounded set. This is described as 'easy to see' in [Er74b].
Sources
FormalConjectures/ErdosProblems/
770.lean
Retained formal statement
n + 1 is prime iff h n = n + 1. This is described as 'easy to see' in [Er74b].
∀ {n : ℕ}, 2 < n → (Erdos770.h n = ↑n + 1 ↔ Nat.Prime (n + 1))TextbookStatement only, no proof