import sys
sys.set_int_max_str_digits(200_000_00)

x = 1
for _ in range(21):
    x = x * x + 1

print(x)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: