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 A175588 #12 Dec 27 2019 15:52:03 %S A175588 4,10,14,35,39,49,55,65,69,91,95,121,142,146,155,159,169,178,187,201, %T A175588 205,209,213,217,221,235,249,253,259,265,274,278,287,291,295,299,303, %U A175588 309,319,323,327,341,355,361,365,371,377,381,391,395,417,427,437,446 %N A175588 a(1) = 4; a(n) = smallest semiprime > a(n-1) such that a(n) - a(n-1) is semiprime. %C A175588 Subsequence of semiprimes with semiprime gaps. %H A175588 Michael De Vlieger, <a href="/A175588/b175588.txt">Table of n, a(n) for n = 1..10000</a> %t A175588 Nest[Append[#, Block[{k = #[[-1]] + 1}, While[! AllTrue[{k, k - #[[-1]]}, PrimeOmega[#] == 2 &], k++]; k]] &, {4}, 53] (* _Michael De Vlieger_, Dec 23 2019 *) %o A175588 (PARI) (nxt_A175588(t)=for(d=4,oo,bigomega(d)==2&&bigomega(t+d)==2&&return(t+d))); vector(99, i, t=nxt_A175588(if(i>1,t))) \\ _M. F. Hasler_, Dec 22 2019 %Y A175588 Cf. A175587 (subsequence of semiprimes with prime gaps), A001358 (semiprimes). %K A175588 nonn %O A175588 1,1 %A A175588 _Zak Seidov_, Jul 17 2010