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.

A145044 Primes p (A000043) such that 2^p-1 is prime (A000668) and congruent to 271 mod 6!.

Original entry on oeis.org

13, 61, 2281, 3217, 23209, 44497, 132049, 13466917, 30402457, 42643801
Offset: 1

Views

Author

Artur Jasinski, Sep 30 2008

Keywords

Comments

Mersenne numbers (with the exception of the first two) are congruent to 31, 127, 271, 607 mod 6!. This sequence is a subsequence of A000043.

Crossrefs

Programs

  • Mathematica
    Select[MersennePrimeExponent[Range[47]], PowerMod[2, #, 6!] == 272 &] (* Amiram Eldar, Mar 22 2020 *)

Extensions

a(10) from Amiram Eldar, Mar 22 2020