(MAGMAMagma) [p: p in PrimesUpTo(1000) | IsPrime(p + 30) and IsPrime(p + 60)]; // Vincenzo Librandi, Oct 30 2012
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”).
(MAGMAMagma) [p: p in PrimesUpTo(1000) | IsPrime(p + 30) and IsPrime(p + 60)]; // Vincenzo Librandi, Oct 30 2012
editing
approved
(PARI) select(p->isprime(p+30)&&isprime(p+60), primes(10^3)) \\ Charles R Greathouse IV, Apr 11 2015
proposed
editing
editing
proposed
A155760:=n->`if`(isprime(n) and isprime(n+30) and isprime(n+60), n, NULL): seq(A155760(n), n=1..2000); # Wesley Ivan Hurt, Apr 11 2015
reviewed
editing
proposed
reviewed
editing
proposed
Subsequence of A049481. - Zak Seidov, Apr 10 2015
Subsequence of A049481. - Zak Seidov, Apr 10 2015
proposed
editing
editing
proposed
Subsequence of A049481. - Zak Seidov, Apr 10 2015
approved
editing