(MAGMAMagma) [p: p in PrimesUpTo(1400) | IsPrime(4*p - 5)]; // Vincenzo Librandi, Oct 31 2012
(MAGMAMagma) [p: p in PrimesUpTo(1400) | IsPrime(4*p - 5)]; // Vincenzo Librandi, Oct 31 2012
proposed
approved
editing
proposed
Primes p such that 4*p - 5 is a also prime number.
Vincenzo Librandi, <a href="/A156300/b156300.txt">Table of n, a(n) for n = 1..1000</a>
For p=2, 4p-5=3; p=19, 4p-5=71; p=127, 4p-5=503
Select[Prime[Range[1400]], PrimeQ[(4# - 5)]&] (* Vincenzo Librandi, Oct 31 2012 *)
(MAGMA) [p: p in PrimesUpTo(1400) | IsPrime(4*p - 5)]; // Vincenzo Librandi, Oct 31 2012
nonn,easy
approved
editing
_Vincenzo Librandi (vincenzo.librandi(AT)tin.it), _, Feb 07 2009
(MAGMA) [p: p in PrimesUpTo(10000)| IsPrime(4*p-5)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010]
nonn,new
nonn
More terms from Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010
2, 3, 7, 13, 19, 43, 61, 67, 79, 97, 109, 127, 11, 151, 163, 181, 211, 223, 229, 277, 307, 331, 373, 379, 397, 457, 463, 523, 601, 607, 613, 673, 727, 733, 751, 757, 853, 883, 907, 919, 967, 1021, 1033, 1069, 1117, 1171, 1201, 1231, 1237, 1321, 1327, 1381, 1399
(MAGMA) [p: p in PrimesUpTo(10000)| IsPrime(4*p-5)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010]
nonn,new
nonn
More terms from Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010
Primes p such that 4*p-5 is a prime number
2, 3, 7, 13, 19, 43, 61, 67, 79, 97, 109, 127, 11, 163, 181, 211, 223, 229, 277, 307, 331, 373, 379, 397, 457, 463, 523, 601, 607, 613, 673, 727, 733, 751, 757, 853, 883, 907, 919, 967
1,1
For p=2, 4p-5=3; p=19, 4p-5=71; p=127, 4p-5=503
nonn,new
Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Feb 07 2009
approved