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.

A377465 Exponents of Mersenne primes that are emirps.

Original entry on oeis.org

13, 17, 31, 107, 1279, 9941, 3021377, 13466917
Offset: 1

Views

Author

Rodolfo Ruiz-Huidobro, Oct 29 2024

Keywords

Comments

The just discovered Mersenne exponent 136279841 is also an emirp. However, it cannot be included as the next member of the sequence as there are Mersenne exponents over 70000000 that have not been double checked yet.

Examples

			107 is a term because it is in A000043 and in A006567.
		

Crossrefs

Intersection of A000043 and A006567.

Programs

  • Mathematica
    Select[MersennePrimeExponent[Range[48]], PrimeQ[p=FromDigits[Reverse[IntegerDigits[#]]]] && p!=# &] (* Stefano Spezia, Nov 02 2024 *)