353. THE LIMIT ON RECURSIVE PROCEDURE CALLS IS: N

There is a limit on the number of times a procedure may call itself.  You will need to reduce the number of recursive calls.