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!)
A270384 Primes p such that (3/4)(p + 1) - 1 is also prime. 2
3, 7, 23, 31, 71, 79, 151, 199, 223, 239, 263, 311, 359, 463, 479, 599, 743, 751, 823, 863, 911, 991, 1031, 1063, 1103, 1151, 1303, 1399, 1471, 1583, 1759, 1823, 1831, 1879, 1999, 2111, 2143, 2311, 2383, 2503, 2543, 2551, 2663, 2671, 2719, 3023, 3079, 3119, 3191, 3391, 3511 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Set q = (3/4)(p + 1) - 1, then (q + 1)/(p + 1) = 3/4. If this sequence is proved to be infinite, that would prove two specific cases of the Schinzel-Sierpiński conjecture regarding rational numbers.
In fact this sequence is infinite under ('merely') Dickson's conjecture, as it requires infinitely many n with 3n + 2 and 4n + 3 both prime. - Charles R Greathouse IV, Apr 01 2016
LINKS
EXAMPLE
3 is in the sequence because 3/4 * 4 - 1 = 2, which is also prime.
7 is in the sequence because 3/4 * 8 - 1 = 5, which is also prime.
11 is not in the sequence because 3/4 * 12 - 1 = 8 = 2^3.
MATHEMATICA
Select[Prime[Range[500]], PrimeQ[(3/4)(# + 1) - 1] &]
PROG
(PARI) is(n)=n%4==3 && isprime(n\4*3+2) && isprime(n) \\ Charles R Greathouse IV, Apr 01 2016
CROSSREFS
Cf. A158721.
Sequence in context: A187222 A122094 A260350 * A213897 A291776 A135570
KEYWORD
nonn
AUTHOR
Alonso del Arte, Mar 15 2016
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 16 00:45 EDT 2024. Contains 371696 sequences. (Running on oeis4.)