lean_workbook_plus_34115
ProvedGiven sequence u_{n} determined by and . Find the general formula of .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_34115 (n:ℕ) (u : ℕ → ℕ) (h₁ : u 0 = 6) (h₂ : u 1 = 42) (h₃ : ∀ n, u (n + 2) = u (n + 1) + 6 * u n + 6 * n) : ∃ f:ℕ → ℕ, ∀ n, u n = f n := by sorry
Source