Question 955356
Let {{{ n }}} = the number of the term
Let {{{ k }}} = the value of the term
------------------------
1st term:
{{{ n = 1 }}}
{{{ k = 5 }}}
----------
2nd term:
{{{ n = 2 }}}
{{{ k = 8 }}}
----------
I can say:
{{{ k = 5 + ( n-1 )*3 }}}
--------------------
When {{{ n = 300 }}},
{{{ k = 5 + ( 300 - 1 )*3 }}}
{{{ k = 5 +299*3 }}}
{{{ k = 5 + 897 }}}
{{{ k = 902 }}}
-------------
The 300th term is 902