Given a sequence $u_n$ such that
$u_1 = 1$
$u_{2n} = n + u_n$
$u_{2n+1} = n^2 + u_nu_{n+1}$
How to solve for closed-form of $u_n$? I really don't know where to start.
Given a sequence $u_n$ such that
$u_1 = 1$
$u_{2n} = n + u_n$
$u_{2n+1} = n^2 + u_nu_{n+1}$
How to solve for closed-form of $u_n$? I really don't know where to start.
Why do you think there is a closed form? It's unlikely for an arbitrary nonlinear recurrence. Neither OEIS nor gfun come up with anything.