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?

Sources

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

2 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

695.lean

Retained formal statement2 of 2

Is there a sequence of primes q1<q2<q_1 < q_2 < \cdots such that qi+11(modqi)q_{i + 1} \equiv 1 \pmod{q_i} and q(k)exp(k(logk)1+o(1))? q(k) \leq \exp(k (\log k)^{1 + o(1)})?

FormalConjectures/ErdosProblems/695.leanErdos695.erdos_695.variants.upperBound6 linesExact file
sorryq,    StrictMono q      (∀ (i : ℕ), Nat.Prime (q i)) ∧        (∀ (i : ℕ), q (i + 1) % q i = 1) ∧o, o =o[Filter.atTop] 1 ∧ ∀ (k : ℕ), ↑(q k) ≤ Real.exp ((↑k + 1) * Real.log (↑k + 1) ^ (1 + o k))
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page