SEQUENCES | Sums (Page 6 of 7) |
First define the sequence as u in the sequence editor. Be sure nMin = 1, then define the rule for the sequence on the next line. Enter as u(n-1), which refers to the previous term in the sequence. For a recursively defined sequence you must also specify u(nMin), which represents the first term . For this example the first term is 2, so set u(nMin)=2.
|
|||
Copyright © 2010 Turner Educational Publishing
|