The following is what I need to do
(n mod 3) - 5 if n <= 3 = function1(n-1)*n - function1(n-3) - 3*n otherwise
I have the fo