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.

A322955 Numbers k such that 325*2^k+1 is prime.

Original entry on oeis.org

2, 14, 18, 32, 42, 72, 144, 174, 282, 318, 828, 1338, 2154, 2750, 4034, 9858, 13692, 49052, 63522, 86784, 117162, 126014, 273090, 302574, 413862, 901902, 3231474, 4097700
Offset: 1

Views

Author

Robert Price, Dec 31 2018

Keywords

Crossrefs

Programs

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

Extensions

a(27)-a(28) from Jeppe Stig Nielsen, Dec 20 2024