If I have a delta function of the following type
$$ n\delta(5n-20) * 3^{5n}u[n] $$ How can I calculate this convolution?
I have thought of the property $$ \delta[n-n_0] *x[n] = x[n-n_0] $$
Then if I say $$ k=5n $$ and $$ t[n]= 3^{5n}u[n] $$
It should be that the convolution is equal to :
$$ nt[\frac{n}{5}-20] $$ and replacing t $$ n 3^{5(\frac{n}{5}-20)}u[\frac{n}{5}-20]$$
Is this right? Or am I wrong somewhere?