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.

A322949 Numbers k such that 315*2^k+1 is prime.

Original entry on oeis.org

1, 3, 6, 9, 20, 22, 27, 32, 72, 97, 99, 104, 107, 120, 140, 142, 151, 180, 304, 305, 342, 440, 489, 521, 635, 665, 673, 767, 876, 1040, 1313, 1359, 1764, 2032, 2224, 2280, 2783, 2832, 2875, 5256, 8225, 10297, 11124, 12124, 17552, 18592, 24435, 30704, 37467
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

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