lean_workbook_plus_63364
ProvedFind a closed form for the sequence defined by and .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_63364 (u : ℕ → ℕ) (u1 : u 0 = 2) (u2 : u 1 = 8) (un : ∀ n, u (n + 2) = 4 * u (n + 1) - u n) : ∃ f : ℕ → ℕ, ∀ n, u n = f n := by sorry
Source