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.

A322954 Numbers k such that 323*2^k+1 is prime.

Original entry on oeis.org

1, 5, 145, 329, 381, 465, 3121, 4201, 4309, 12669, 13601, 17221, 33601, 41741, 46921, 65745, 80269, 384685, 1072285, 3482789
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

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

Extensions

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