A sequence is defined by: $$a_{n+1}=a_n+\frac{1}{a_n}$$ With $a_1=1$
Is a closed-form expression for this sequence possible? A search turns up the rule that all expressions with linear recurrence and constant coefficients will definitely have a closed-form representation. But this is not a linear expression, since i's definition includes the reciprocal of the previous term.
If it is possible, what could it be?