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.
%I A156112 #12 Jul 12 2023 14:24:07 %S A156112 7,11,17,31,37,67,101,127,157,191,197,241,277,281,311,317,337,347,431, %T A156112 521,541,571,647,751,787,911,941,947,977,997,1051,1151,1187,1451,1487, %U A156112 1621,1627,1877,2017,2027,2237,2311,2467,2521,2621,2647,2657,2677,2731 %N A156112 Primes p such that p+36 and p+72 are both prime. %C A156112 A156105 INTERSECT A156104. [_R. J. Mathar_, Feb 09 2009] %H A156112 Vincenzo Librandi, <a href="/A156112/b156112.txt">Table of n, a(n) for n = 1..1000</a> %t A156112 Select[Prime[Range[3000]], And @@ PrimeQ[{# + 36,# + 72}]&] (* _Vincenzo Librandi_, Oct 31 2012 *) %t A156112 Select[Prime[Range[3000]],AllTrue[#+{36,72},PrimeQ]&] (* _Harvey P. Dale_, Jul 12 2023 *) %o A156112 (Magma) [p: p in PrimesUpTo(3000)|IsPrime(p + 36) and IsPrime (p + 72)]; // _Vincenzo Librandi_, Oct 31 2012 %Y A156112 Cf. A156104, A156105. %K A156112 nonn,easy %O A156112 1,1 %A A156112 _Vincenzo Librandi_, Feb 08 2009 %E A156112 More terms from _R. J. Mathar_, Feb 09 2009