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.

A322946 Numbers k such that 311*2^k+1 is prime.

Original entry on oeis.org

9, 29, 35, 105, 125, 131, 179, 359, 2735, 28199, 47349, 64485, 1094135, 1171199, 1323071, 2798459, 3037565, 3270759, 3282455
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

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

Extensions

a(16) from Jeppe Stig Nielsen, Dec 27 2019
a(17)-a(20) from Jeppe Stig Nielsen, Dec 20 2024