Here is my answer :-
Note that
$t(0)=0=0/1$
$t(1)=1/4$
$t(2)=4/15$
$t(3)=15/36$
Or, $t(1)=\frac{1}{4-0}$
$t(2)=\frac{1}{\frac{16}{4}-\frac{1}{4}}$
$t(3)=\frac{1}{\frac{60}{15}-\frac{4}{15}}$
...
So $t(n)=\frac{a_{n-1}}{an}=\frac{a_{n-1}}{4a_{n-1}-a_{n-2}}$ with $a_{0}=0 \space and\space a_{1}=1$
We have $a_{n}=4a_{n-1}-a_{n-2}$ which is equivalent to $p(x)=x^2-4x+1$
We find that the roots of this equation are $2+\sqrt(3) \space and\space 2 - \sqrt(3)$
Let's say $r_{1}=2+\sqrt(3)$ and $r_{2}=2-\sqrt{3}$
So $a(n)=c_{1}(2+\sqrt{3})^n+c_{2}(2-\sqrt{3})^n$
For n=0, we get $c_{1}+c_{2}=0$
For n=1, we get $c_{2}=\frac{-1}{2\sqrt{3}}$
Hence,a(n)=$\frac{1}{2\sqrt{3}}(2+\sqrt{3})^n-\frac{1}{2\sqrt{3}}(2-\sqrt{3})^n$
So T(n)=$\frac{\frac{1}{2\sqrt{3}}(2+\sqrt{3})^{n-1}-\frac{1}{2\sqrt{3}}(2-\sqrt{3})^{n-1}}{\frac{1}{2\sqrt{3}}(2+\sqrt{3})^n-\frac{1}{2\sqrt{3}}(2-\sqrt{3})^n}$
=$\frac{(2+\sqrt{3})^{n-1}-(2-\sqrt{3})^{n-1}}{(2+\sqrt{3})^n-(2-\sqrt{3})^n}$