Question 1164340
Find the 6th term in the following sequence:
1, 6, 15, 28, 45
<pre>Use the following formula for each term:{{{matrix(1,3, a[n], "=", 2n^2 - n)}}}, with "n" being the term number!
This will give you the 6th and ANY other term you need!