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 A156104 #9 Sep 08 2022 08:45:41 %S A156104 5,7,11,17,23,31,37,43,47,53,61,67,71,73,101,103,113,127,131,137,157, %T A156104 163,191,193,197,227,233,241,257,271,277,281,311,313,317,331,337,347, %U A156104 353,373,383,397,421,431,443,463,467,487,521,541,557,563,571,577,607 %N A156104 Primes p such that p+36 is also prime. %H A156104 Vincenzo Librandi, <a href="/A156104/b156104.txt">Table of n, a(n) for n = 1..1000</a> %t A156104 Select[Prime[Range[1000]], PrimeQ[(#+ 36)]&] (* _Vincenzo Librandi_, Oct 31 2012 *) %o A156104 (Magma) [p: p in PrimesUpTo(1000) | IsPrime(p + 36)]; // _Vincenzo Librandi_, Oct 31 2012 %Y A156104 Cf. A156112. %Y A156104 Cf. sequences of the type p+n are primes: A001359 (n=2), A023200 (n=4), A023201 (n=6), A023202 (n=8), A023203 (n=10), A046133 (n=12), A153417 (n=14), A049488 (n=16), A153418 (n=18), A153419 (n=20), A242476 (n=22), A033560 (n=24), A252089 (n=26), A252090 (n=28), A049481 (n=30), A049489 (n=32), A252091 (n=34), this sequence (n=36); A062284 (n=50), A049490 (n=64), A156105 (n=72), A156107 (n=144). %K A156104 nonn,easy %O A156104 1,1 %A A156104 _Vincenzo Librandi_, Feb 08 2009