A230769 Numbers k such that (k+1)*2^k - 1 is prime.
1, 2, 3, 4, 5, 9, 14, 15, 16, 27, 45, 122, 125, 213, 242, 256, 263, 290, 855, 1059, 2273, 3945, 3999, 9512, 14127, 16486, 20056, 28834, 41493, 159147, 227139, 587823
Offset: 1
Links
- Steven Harvey, NearCullen and NearWoodall Primes
- Prime-Wiki, Near Generalized Woodall primes of the form (n+1)*2^n - 1
Programs
-
PARI
is_A230769(n) = ispseudoprime((n+1)*2^n-1) \\ M. F. Hasler, Mar 01 2014
Extensions
Edited and extended to values > 2273 by M. F. Hasler, Mar 01 2014
More terms from Jeppe Stig Nielsen, Oct 16 2019
Comments