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.

A322922 Numbers k such that 305*2^k+1 is prime.

Original entry on oeis.org

3, 7, 21, 23, 29, 35, 53, 87, 91, 95, 115, 165, 179, 233, 367, 419, 609, 791, 2937, 3713, 4087, 5071, 6497, 30011, 30783, 32861, 48299, 60155, 143623, 293525, 465959, 567161, 975215, 1024223, 1106333, 1285643, 1597089, 2233655, 2733989, 2840155, 3171039
Offset: 1

Views

Author

Robert Price, Dec 30 2018

Keywords

Crossrefs

Programs

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

Extensions

a(38)-a(39) from Jeppe Stig Nielsen, Dec 27 2019
a(40) from Jeppe Stig Nielsen, Feb 05 2020
a(41) from Jeppe Stig Nielsen, Dec 20 2024