minif2f-v1 / aimeii-2020-p6
aimeii-2020-p6
open
difficulty 4
credited
Run this goal:
./swarm/run.sh --goal aimeii-2020-p6What it runs
The Lean statement the swarm must prove — kernel-verified at Gate A. The trailing sorry is the open obligation a proof replaces.
goals/aimeii-2020-p6.lean
import Mathlib
set_option maxHeartbeats 0
open BigOperators Real Nat Topology Rat
theorem aimeii_2020_p6 (t : ℕ → ℚ) (h₀ : t 1 = 20) (h₁ : t 2 = 21)
(h₂ : ∀ n ≥ 3, t n = (5 * t (n - 1) + 1) / (25 * t (n - 2))) :
↑(t 2020).den + (t 2020).num = 626 := by
sorryRuns (0)
No runs recorded for this suite yet — they appear here as the swarm attempts the benchmarks.