Erdős problem 1102
There exists an infinite sequence where , i.e. the set of squarefree numbers. The set A has property Q and natural density 6 / π^2. Equivalently, (j / a_j) → 6/π^2 as j → ∞. -
Sources
FormalConjectures/ErdosProblems/
1102.lean
Retained formal statement
There exists an infinite sequence where , i.e. the set of squarefree numbers. The set A has property Q and natural density 6 / π^2. Equivalently, (j / a_j) → 6/π^2 as j → ∞. -
∃ A, StrictMono A ∧ (∀ (j : ℕ), Squarefree (A j)) ∧ Erdos1102.HasPropertyQ (Set.range A) ∧ Filter.Tendsto (fun j => ↑j / ↑(A j)) Filter.atTop (nhds (6 / Real.pi ^ 2))