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.

A322945 Numbers k such that 307*2^k+1 is prime.

Original entry on oeis.org

2, 8, 16, 26, 34, 112, 182, 226, 304, 782, 6886, 36422, 647786, 1289306, 2862962
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

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

Extensions

a(15) from Jeppe Stig Nielsen, May 30 2020