Question: what is the solution of this recurrence relation?

 

How to solve this receurrence relation with maple

 

a[k] := (2/5)*a[k-1]*ln((1/10)*(exp(1)*x/a[k-1])^10)/ln(10^a[k-1]*(exp(1))^4)

 

I found various methods, as listen here http://en.wikipedia.org/wiki/Recurrence_relation, to solve recurrsion relation. For example, methods of undertermined coefficients

 

But how to use these to solve the the above recursive relation.

Please Wait...