Compute the number $t_n$ of rooted trees with n nodes described by the following equation:

We know that we cannot construct such tree for all $n$ (where $n$ is natural number).
For example, we can construct trees for $n's$ based on formula above:
$n=7$
$n=7+2*7$
$n=7+2*7+4*7$
$n=7+2*7+4*7+8*7$
How can I compute $t_n$ for arbitrary n?