cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A156124 Primes p, such that p+72 and p+144 are both prime.

This page as a plain text file.
%I A156124 #9 Sep 08 2022 08:45:41
%S A156124 7,29,37,67,79,107,127,139,167,239,277,317,347,359,419,449,499,547,
%T A156124 739,809,839,919,947,1019,1217,1229,1289,1327,1367,1399,1409,1427,
%U A156124 1439,1549,1597,1789,1997,2017,2069,2237,2239,2267,2477,2549,2647,2657,2659,2897
%N A156124 Primes p, such that p+72 and p+144 are both prime.
%C A156124 A156105 INTERSECT A156107. [_R. J. Mathar_, Jul 13 2009]
%H A156124 Vincenzo Librandi, <a href="/A156124/b156124.txt">Table of n, a(n) for n = 1..1000</a>
%t A156124 Select[Prime[Range[3000]], And @@ PrimeQ[{# + 72, # + 144}]&] (* _Vincenzo Librandi_, Oct 31 2012 *)
%o A156124 (Magma) [p: p in PrimesUpTo(3000)|IsPrime(p + 72)and IsPrime (p + 144)]; // _Vincenzo Librandi_, Oct 31 2012
%Y A156124 Cf. A156105, A156107.
%K A156124 nonn,easy
%O A156124 1,1
%A A156124 _Vincenzo Librandi_, Feb 08 2009
%E A156124 More terms from _R. J. Mathar_, Jul 13 2009