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