| Author |
Comment/Response |
Shawn Harris
|
09/26/12 4:11pm
I know I'm close but I can't generate the table for:
a[n_] := 7 * n- a(n-1) - 8; Table[a[n], {n, 0, 50}]
As you can see, the formula references the previous term a(n-1). How is that input into Mathematica?
Thanks,
Shawn
URL: , |
|