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 A289250 #7 Jul 02 2017 02:33:47 %S A289250 2,5,11,17,29,31,47,53,61,73,83,89,107,137,139,151,157,173,179,181, %T A289250 197,199,211,233,263,283,317,331,337,367,373,389,409,433,443,449,467, %U A289250 523,541,547,569,577,587,593,607,619,631,677,683,691,709,719,727,733,751,787,809,811,827 %N A289250 Primes p such that p + 4 is a semiprime. %C A289250 Except for case p=5, p+4 is never a perfect square. %C A289250 For p = {2, 11, 31, 73, 139, 433, 1759, 2017} p+4 is a product of two consecutive primes. %H A289250 Charles R Greathouse IV, <a href="/A289250/b289250.txt">Table of n, a(n) for n = 1..10000</a> %e A289250 2+4=6=2*3, 5+4=9=3*3, 11+4=15=3*5 (all semiprimes). %t A289250 Select[Prime@ Range@ 150, PrimeOmega[# + 4] == 2 &] (* _Michael De Vlieger_, Jun 29 2017 *) %o A289250 (PARI) issemi(n)=bigomega(n)==2 %o A289250 is(n)=isprime(n) && issemi(n+4) \\ _Charles R Greathouse IV_, Jul 02 2017 %Y A289250 Cf. A001358, A063637, A082919, A241484, %K A289250 nonn %O A289250 1,1 %A A289250 _Zak Seidov_, Jun 29 2017