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.

A322950 Numbers k such that 317*2^k+1 is prime.

Original entry on oeis.org

7, 11, 243, 291, 327, 1211, 7331, 26775, 101603, 171071, 284795, 295195, 323871, 589755, 833467, 1047471
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], PrimeQ[317*2^# + 1] &] (* Robert Price, Dec 31 2018 *)