Question 376555
  <pre><font size = 3 color = "indigo"><b>
Hi,
  <pre><font size = 3 color = "indigo"><b>
Finding the first two numbers of this sequence : _, _, 16, 25, 36
Note
{{{a[3] = 16 }}}
{{{a[4] = 25 }}}
{{{a[5] = 36 }}}
In general:
{{{a[n] = (n+1)^2 }}}
{{{a[1] =  (1+1)^2 = 4 }}}
{{{a[2] =  (2+1)^2 = 9 }}}
4, 9, 16, 25, 36