Question 1066410
.
<pre>
{{{a[1]}}} = 7,  {{{a[n+1]}}} = {{{a[n] + 2*(n-1)}}},  n = 1, 2, 3, . . . 


The differences between the neighbor terms are 0, 2, 4, 6, . . . 
</pre>