Find the nth term of a sequence whose first several terms are given. 1,3/4,5/9,7/16,9/25

The pattern in the given sequence seems to be that the numerator is increasing by 2 each time, while the denominator is increasing by 5 each time.

Let's denote the nth term of the sequence as Tn. The numerator of Tn can be given as 2n-1 and the denominator as 5n-1.

Therefore, the nth term of the sequence is (2n-1)/(5n-1).