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!)
A206581 Odd primes p such that p+1 is a prime times a power of two. 7
5, 11, 13, 19, 23, 37, 43, 47, 61, 67, 73, 79, 103, 151, 157, 163, 191, 193, 211, 223, 271, 277, 283, 313, 331, 367, 383, 397, 421, 457, 463, 487, 523, 541, 547, 607, 613, 631, 661, 673, 691, 733, 751, 757, 787, 823, 877, 907, 991, 997, 1051, 1087, 1093 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Very similar to A192869; here p+1 = q*2^k, where q must be prime.
LINKS
Kevin Broughan and Zhou Qizhi, Flat primes and thin primes, Bulletin of the Australian Mathematical Society 82:2 (2010), pp. 282-292.
FORMULA
a(n) >> n log^2 n is implicit in Broughan & Qizhi, see A192869. - Charles R Greathouse IV, Sep 15 2015
MATHEMATICA
Select[Prime[Range[2, 1000]], PrimeQ[(#+1)/2^IntegerExponent[#+1, 2]] &]
PROG
(PARI) is(n)=isprime(n) && n>4 && isprime((n+1)>>valuation(n+1, 2)) \\ Charles R Greathouse IV, Sep 15 2015
CROSSREFS
Subsequence of A192869.
Sequence in context: A340466 A222219 A023225 * A292940 A098085 A104216
KEYWORD
nonn
AUTHOR
T. D. Noe, Mar 07 2012
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)