login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A125113
Numbers n such that 2n-1, 4n-1, 8n-1, 16n-1, 32n-1 and 64n-1 are primes.
8
45, 31710, 63570, 202635, 405405, 534600, 561330, 589305, 666945, 799350, 903045, 979125, 1082115, 1122660, 1164735, 1303035, 1424475, 1620645, 1669995, 1892100, 1981020, 2044440, 2164230, 2222415, 2329470, 2332125, 2447445, 2448855
OFFSET
1,1
LINKS
MATHEMATICA
Select[15*Range[200000], And @@ PrimeQ /@ ({2, 4, 8, 16, 32, 64}*# - 1) &] (* Ray Chandler, Nov 22 2006 *)
Select[15*Range[164000], AllTrue[# 2^Range[6]-1, PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Jan 20 2020 *)
KEYWORD
nonn
AUTHOR
Artur Jasinski, Nov 22 2006
EXTENSIONS
Extended by Ray Chandler, Nov 22 2006
STATUS
approved