3

Is there non-recursive formula for the following sequence:
$$a_1=\frac12,$$ $$a_n=\frac12a_{n-1}^2+\frac12$$

If there is, how do you suggest I can determine it?

1 Answers1

5

Making the change of variables $$a_n=1-2x_n$$ the recursion relation transforms into $$x_{n+1}=x_n(1-x_n).$$ This is a particular case of logistic map (with $r=1$). If it were solvable, I think it would be mentioned here along with $r=2,4$.

Start wearing purple
  • 53,234
  • 13
  • 164
  • 223