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.

A322958 Numbers k such that 331*2^k+1 is prime.

Original entry on oeis.org

4, 8, 12, 20, 28, 36, 120, 184, 200, 756, 788, 1304, 6412, 7848, 12944, 40116, 45056, 67520, 129172, 204592, 225568, 615116, 803668, 1646668, 2917844
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

  • Maple
    select(n->isprime(331*2^n+1),[$1..1000]); # Muniru A Asiru, Dec 31 2018
  • Mathematica
    Select[Range[1000], PrimeQ[331*2^# + 1] &] (* Robert Price, Dec 31 2018 *)

Extensions

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