$ a(n+1) = a(n) + \frac {1}{a(n)}, a(1) = 1 $
What is the function that generates all the values of $a(n)$?
Upon first inspection, this function appears to lie somewhere between a fractional power of $k$ and a logarithmic function of $k$. My reason for suspecting logarithms is that the recurrence relation is harmonic. However, this is just a contemplation, and my other suspect possibility is a Taylor Series of some kind.
Edit: Echo provided me a link to OEIS, so now I will reveal the problem that generated this curiosity of mine.
Given $ a(n+1) = a(n) + \frac {1}{a(n)}, a(1) = 1 $
Prove $ a(100)>14 $