Question 204792
Find the first five terms:
{{{a[n] = 1/n^2}}} Just substitute n = 1, 2, 3, 4, and 5
{{{a[1] = 1/1^2}}} = {{{1}}}
{{{a[2] = 1/2^2}}} = {{{1/4}}}
{{{a[3] = 1/3^2}}} = {{{1/9}}}
{{{a[4] = 1/4^2}}} = {{{1/16}}}
{{{a[5] = 1/5^2}}} = {{{1/25}}}