SOLUTION: The sequence is defined recursively. Write the first five terms.
{{{a[1]=-3}}}; {{{a[n]=a[n-1]*n^2}}}
Algebra ->
Sequences-and-series
-> SOLUTION: The sequence is defined recursively. Write the first five terms.
{{{a[1]=-3}}}; {{{a[n]=a[n-1]*n^2}}}
Log On
You can put this solution on YOUR website! ;
Substitute n=2:
---------------------------------
Substitute n=3:
---------------------------------
Substitute n=4:
---------------------------------
Substitute n=5:
---------------------------------
Edwin