Skip to content

Erdős problem 695

Let q1<q2<q_1 < q_2 < \cdots be a sequence of primes such that qi+11(modqi)q_{i + 1} \equiv 1 \pmod{q_i}. Is it true that limkqk1/k=? \lim_{k \to \infty} q_k^{1/k} = \infty?

No current result

No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.

Retained declaration

FormalConjectures/ErdosProblems/695.lean

Formal Conjectures

FormalConjectures/ErdosProblems/695.leanErdos695.erdos_6955 linesExact file
sorry  ∀ {q : ℕ → ℕ},    StrictMono q      (∀ (i : ℕ), Nat.Prime (q i)) →        (∀ (i : ℕ), q (i + 1) % q i = 1) → Filter.Tendsto (fun k => ↑(q k) ^ (1 / ↑k)) Filter.atTop Filter.atTop
OpenStatement only, no proof

Continue

Search problems.science

Find a Problem, Result, source, or page