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”).

A077314
Primes of the form 2^r*7^s - 1.
5
3, 7, 13, 31, 97, 127, 223, 1567, 3583, 4801, 6271, 8191, 19207, 25087, 33613, 76831, 131071, 401407, 524287, 917503, 1229311, 1605631, 3764767, 6588343, 14680063, 184473631, 737894527, 2147483647, 2259801991, 2877292543, 3758096383
OFFSET
1,1
COMMENTS
In all terms except 3, r is odd. - Robert Israel, Jun 08 2018
LINKS
MAPLE
N:= 10^30: # for all terms <= N
sort(select(isprime, [3, seq(seq(2^r*7^s-1, r=1..ilog2((N+1)/7^s), 2),
s=0..floor(log[7]((N+1)/2)))])); # Robert Israel, Jun 08 2018
CROSSREFS
Sequence in context: A336688 A155128 A176589 * A069246 A340870 A253850
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Nov 04 2002
EXTENSIONS
Corrected and extended by Ray Chandler, Aug 02 2003
STATUS
approved