1/largest prime

First published at 22:22 UTC on June 17th, 2021.

the last digits of 1/largest prime adding a digit at a time.

#!/usr/bin/python3
from decimal import Decimal
from gmpy2 import mpz, mpq, mpfr
import numpy as np
import os.path
from PIL import Image as im
size = 2000
max_xsize = size

bpath = "frames18…

MORE
CategoryScience & Technology
SensitivityNormal - Content that is suitable for ages 16 and over
DISCUSS THIS VIDEO