Also, here is a hint on puzzle 1, you could read first:
I believe the above answer is optimal. It only passes through natural numbers in its intermediate computations. I believe it is impossible to match the score of the above solution if you limit yourself to natural numbers below a googol.
My best so far on puzzle 1:
Score: 108
2021=sqrt(sqrt(sqrt(sqrt(sqrt(sqrt(23!!))))/2))−33
This is a variant on 211−33 but we get 11 via (3!!/2/2/2/2−1)/2/2, where we implement divide by 2 with sqrt.
This comment is the best I can do on puzzle 1. Read it only if you want to be spoiled.
Also, here is a hint on puzzle 1, you could read first:
I believe the above answer is optimal. It only passes through natural numbers in its intermediate computations. I believe it is impossible to match the score of the above solution if you limit yourself to natural numbers below a googol.