$x_{n+1}= 2nx_n+1$, $n\geq 0$, $x_0$=0
I tried by putting $n=0, 1, 2, 3, ...$ and got $x_0= 0$, $x_1= 1, x_2= 3, x_3= 13, x_5= 79$
I have one more
2. $x_{n+1}=((n+1)/n)x_{n}+x_n+n+1, x_1=5$
I have calculated
$x_2= 17, x_3= 35.5, $
But I can't deduce the relation.
Just give a hint, it will be a great help, Thanks. :)