Start with the first member of the sequence. n = 1, value = 1; n = 2, value = 4. So we can see the following:
n value
1 1
2 4
3 9
...
We see for any n, the value is n^2 (n squared or n to the power of 2). For example, for n = 7 (next term or 7th term in sequence_, the value is 49.
Madelynn T.
Thanks This was also helpful for me. My question was literally: What is the 7th term of this sequence? 1, 4, 9, 16, . . . Same exact thing (almost in the question, they had 6 terms)04/20/21