Question 925261
<pre>
{{{a[n] = 2*3n - 1}}}

All you have to do is substitute 6 for n and simplify:

{{{a[6] = 2*3(6) - 1}}}
{{{a[6] = 36 - 1}}}
{{{a[6] = 35}}}

Edwin</pre>