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.

Showing 1-1 of 1 results.

A367561 Numbers k such that k^7*2^k - 1 is a prime.

Original entry on oeis.org

6, 45, 55, 80, 135, 187, 205, 384, 405, 1291, 1364, 2301, 2486, 2844, 16892, 27308, 30152, 32535, 45324, 71522, 72865
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Nov 22 2023

Keywords

Comments

No further terms <= 100000. - Michael S. Branicky, Aug 28 2024

Crossrefs

Numbers k such that k^m*2^k - 1 is a prime: A000043 (m = 0), A002234 (m = 1), A058781 (m = 2), A367037 (m = 3), A367102 (m = 4), A367464 (m = 5), A367478 (m = 6), this sequence (m = 7).
Cf. A367560.

Programs

  • Magma
    [k: k in [1..4000] | IsPrime(k^7*2^k-1)];
  • Mathematica
    Select[Range[3000], PrimeQ[#^7*2^# - 1] &] (* Amiram Eldar, Nov 23 2023 *)

Extensions

a(16)-a(21) from Michael S. Branicky, Nov 23 2023
Showing 1-1 of 1 results.