5. Using Recursive Rules with Sequences
Sign In
n | an=(an−1)2+1 | (an−1)2+1 | an |
---|---|---|---|
1 | a1=2 | − | 2 |
2 | a2=(a2−1)2+1 | (a1)2+1=22+1 | 5 |
3 | a3=(a3−1)2+1 | (a2)2+1=52+1 | 26 |
4 | a4=(a4−1)2+1 | (a3)2+1=262+1 | 677 |
5 | a5=(a5−1)2+1 | (a4)2+1=6772+1 | 458330 |
6 | a6=(a6−1)2+1 | (a5)2+1=4583302+1 | 210066388901 |
Therefore, the first 6 terms of the sequence are 2, 5, 26, 677, 458330 and 210066388901.