login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086983 Primes of the form 2^r*p^s - 1, where p is an odd prime. 1
2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 37, 43, 47, 53, 61, 67, 71, 73, 79, 97, 103, 107, 127, 151, 157, 163, 191, 193, 199, 211, 223, 241, 271, 277, 283, 313, 331, 337, 367, 383, 397, 421, 431, 457, 463, 487, 499, 523, 541, 547, 577, 607, 613, 631, 647, 661, 673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that p+1 has at most one odd prime divisor.
LINKS
MAPLE
N:= 1000: # to get all terms <= N
Primes:= select(isprime, [$3..(N+1)/2]):
sort(convert(select(isprime, {2, seq(seq(seq(2^r*p^s-1, r = 1 .. ilog2((N+1)/p^s)), s=0..floor(log[p]((N+1)/2))), p=Primes)}), list)); # Robert Israel, Jun 13 2018
CROSSREFS
Sequence in context: A128898 A006514 A216286 * A303436 A334797 A229060
KEYWORD
nonn
AUTHOR
Ray Chandler, Aug 02 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)