Question 1038485
{{{A[n]=(2A[n-1]-5)^2/3}}}
.
.
.
You need a starting value to solve this problem. 
{{{A[0]}}} or {{{A[1]}}}
or
{{{A[8]=(2A[7]-5)^2/3}}}