Let sequence {$a_n$} be defined as below. $a_1=1$, when $n\geq1$, $a_{n+1}=a_n+\frac{1}{a_n}$
$ a_{75} $ lies between: A) (12,15) B) (15,18) C) (11,12) D) None
An easy observation is that $ a_{75} $ = Σ$\frac{1}{a_n}$ for n=$1$ to $74$
Beyond this I have been able to approximate the values to find a trivial convergence(if any) but found that many initial terms had values in $10$th decimal place (for eg $1,0.5,0.34$ etcetera) so it's difficult to approximate.
I have an intuition that we might have some solution by denoting $ a_n $ with separate variables and integration, but wasn't able to simplify any further due to too many variables.