A322922 Numbers k such that 305*2^k+1 is prime.
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
Links
- Ray Ballinger, Proth Search Page
- Ray Ballinger and Wilfrid Keller, List of primes k.2^n + 1 for 300 < k < 600
- Y. Gallot, Proth.exe: Windows Program for Finding Large Primes
- Wilfrid Keller, List of primes k.2^n - 1 for k < 300
- Eric Weisstein's World of Mathematics, Proth Prime
- Index entries for sequences of n such that k*2^n-1 (or k*2^n+1) is prime
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