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.

A322915 Numbers k such that 301*2^k+1 is prime.

Original entry on oeis.org

4, 184, 344, 352, 392, 1060, 2452, 7360, 9736, 10324, 21316, 22752, 27272, 27744, 28068, 55628, 72864, 88472, 95872, 124628, 218584, 424448, 517960, 880792, 1455620, 3284232
Offset: 1

Views

Author

Robert Price, Dec 30 2018

Keywords

Crossrefs

Programs

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

Extensions

a(26) from Jeppe Stig Nielsen, Dec 20 2024