How do I prove this sequence, which I found is monotonic and rising
$ a_{1} = 1, a_{n+1} = \sqrt{c+da_{n}}$
while $d,c >1 $
is always smaller than the suspicious limit I found to it $L = \frac{d+ \sqrt{d^2+4c}}{2}$
tried induction but no luck.