lean_workbook_plus_60463
ProvedFind the closed form of the sequence defined by and
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem lean_workbook_plus_60463 (u : ℕ → ℕ) (h : u 1 = 2) (h' : ∀ n, u (n + 1) = 9 * u n ^ 3 + 3 * u n) : ∃ f : ℕ → ℕ, ∀ n, u n = f n := by sorry
Source