For statistical reasons it is conjectured that the sequence is finite. This is formalized as the assertion that for large enough , no valid zeroless power exists, which in our definition results in .
Exact formalization occurrence from the upstream source collection.
- Source category
- research open
- Formal proof
- Not retained
- Vela current state
- No Repository Result attached
Source file
- Exact commit
- 33c6a2dcafc5e3cdebfc083203b0a051309ea5b4
- File blob
- 0f213b4baa8198f9122e1a5e4b39731f652249f9
OeisA103662.conjecture
Open whole fileExact retained declaration excerpt — not the whole file.
/--
For statistical reasons it is conjectured that the sequence is finite.
This is formalized as the assertion that for large enough $n$, no valid zeroless power exists,
which in our definition results in $a(n) = 0$.
-/
@[category research open, AMS 11]
theorem conjecture : ∃ N : ℕ, ∀ n : ℕ, n > N → a n = 0 := by
sorry