login
A377303
Decimal expansion of Mersenne prime 2^136279841 - 1.
1
8, 8, 1, 6, 9, 4, 3, 2, 7, 5, 0, 3, 8, 3, 3, 2, 6, 5, 5, 5, 3, 9, 3, 9, 1, 0, 0, 3, 7, 8, 1, 1, 7, 3, 5, 8, 9, 7, 1, 2, 0, 7, 3, 5, 4, 5, 0, 9, 0, 6, 6, 0, 4, 1, 0, 6, 7, 1, 5, 6, 3, 7, 6, 4, 1, 2, 4, 2, 2, 6, 3, 0, 6, 9, 4, 7, 5, 6, 8, 4, 1, 4, 4, 1, 7, 2, 5
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.
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
Sequence in context: A065465 A265308 A375153 * A319858 A351210 A199597
KEYWORD
nonn,cons,fini
AUTHOR
Chai Wah Wu, Oct 23 2024
STATUS
approved