Hello, I have a question involving a sequence of numbers

defined recursively. They are defined as the positive solutions of the following set of equations.
The first few can be solved analytically

. The rest can be found numerically.
However, instead of their values, what I need is to show that these numbers have to be non-decreasing, i.e.

for all n.
Any ideas welcome.
Thank you.
Notes:
An observation that might be helpful is that, the numerical solutions show a_n's grow with natural logarithm. (

seems to fit the numerical solution perfectly. ) Also,
The numerical solution suggests

goes to zero as n goes to infinity. So this might suggest induction is the way to go for the proof. Assume non-decreasing up to a_n, show that

.