cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A371876 Decimal expansion of 2^3021377 - 1, the 37th Mersenne prime.

Original entry on oeis.org

1, 2, 7, 4, 1, 1, 6, 8, 3, 0, 3, 0, 0, 9, 3, 3, 6, 7, 4, 3, 3, 5, 5, 4, 2, 1, 5, 1, 7, 6, 7, 3, 4, 9, 2, 6, 1, 4, 7, 3, 6, 5, 4, 0, 9, 7, 1, 0, 3, 9, 0, 5, 3, 3, 3, 6, 7, 8, 9, 9, 3, 0, 4, 8, 6, 8, 8, 9, 2, 4, 3, 8, 4, 7, 8, 3, 4, 7, 2, 5, 9, 6, 4, 4, 6, 9, 8, 9, 0, 2
Offset: 909526

Views

Author

Paolo Xausa, Apr 10 2024

Keywords

Comments

This prime has 909526 decimal digits and was discovered by Roland Clarkson in 1998.

Examples

			12741168303009336743355421517673492614736540971039...
		

Crossrefs

Cf. A000043 (exponents), A000668, A028335 (lengths).
Cf. decimal expansion of Mersenne primes: see OEIS Wiki link

Programs

  • Mathematica
    IntegerDigits[2^3021377 - 1][[;;100]]