find the n th term uf the sequence 3/2 6/4 9/5 12/6 15/7

Unless you have a typo, there is a definite nice pattern starting at term(2)

So we could define it as
Term(n) = 3n/(n+2), where n>1 AND Term(1) = 3/2