The conditions of finding this function this function is to not use the operation (+) and (*) we are only allowed to use the successor ($S_n$), i.e. $S_1 = 2$.
I was able to find the Base case which is: $d(0) = 0$,
$d$ is the function's name. For the step case I found an expression, however, there is no recursion in my step case which should use the function $d$ again
My Step Case: $d(n) = S_1S_2S_3S_n(n)$
any help is appreciated, thank you