Question: Recursively defining functions in Maple

Hi, I want to define functions recursively... 

I don't know how to do it with the for loop in Maple.

I have a[0](t)=0, a[1](t)=t, and then some recursion connecting a[j+1](t) = f( a[j](t), a[j-1](t)) for some explicit function f. 

Then I want to plot the graph of a[N](t) as a function of t. 

Thanks!!

Please Wait...