2.7.12....10term

A poorly communicated question.

I would guess that you have an arithmetic sequence of
2, 7, 12, ... and you want the 10th term.

a =2, d=5
term(n) = a + (n-1)d
term(10) = 2 + 9(5)
= 47