$a_n=n^2\times a_{(n-1)}$, for $ n>0, a_0=1$
Whats the correct formula to use in this case?
I solved problem with recursion before, but they had '$+$' instead of $'\times'$ so there is following formula to simply solve them: $ar^n+bnr^n$.
Is there something similar, but for multiplication instead?
$a_n=(n!)^2$ using induction. Try to evaluate the first few terms on your own.