function go1() {
                calls.push(recurseCount1 * 3);
                if (++recurseCount1 < maxRecursion) {
                    Updates.enqueue(go1);
                }