OFFSET
41024320,1
COMMENTS
2^136279841 - 1 is the largest presently known prime. It was discovered on October 12, 2024 by Luke Durant and the GIMPS project. It has 41024320 decimal digits.
LINKS
EXAMPLE
Prime starts with 88169432750383326555393... and ends in ...5555076706219486871551.
PROG
(Python)
from gmpy2 import mpz
def A377303(n): return int((mpz(2)**136279841-1)//mpz(10)**(82048639-n) % 10)
CROSSREFS
KEYWORD
AUTHOR
Chai Wah Wu, Oct 23 2024
STATUS
approved