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 A064903 #17 Aug 13 2024 15:39:55 %S A064903 133,329,403,427,623,721,781,817,917,1079,1211,1241,1417,1507,1603, %T A064903 1799,1819,1897,1991,2077,2191,2231,2681,2779,2923,2959,2983,3073, %U A064903 3107,3269,3443,3563,3661,4121,4151,4169,4249,4411,4427,4709,4739,4837,5033 %N A064903 Semiprimes p1*p2 such that p2 > p1 and p2 mod p1 = 5. %H A064903 Harvey P. Dale, <a href="/A064903/b064903.txt">Table of n, a(n) for n = 1..1000</a> %t A064903 sp5Q[n_]:=Module[{f=Transpose[FactorInteger[n]][[1]]},Mod[Last[f], First[ f]] == 5]; Select[Range[5500],PrimeOmega[#]==2&&sp5Q[#]&] (* _Harvey P. Dale_, Aug 12 2014 *) %Y A064903 Cf. A001358 (p2 mod p1 = 0), A064899-A064911. %K A064903 nonn %O A064903 1,1 %A A064903 _Patrick De Geest_, Oct 13 2001 %E A064903 Name clarified by _Sean A. Irvine_, Jul 31 2023 %E A064903 Offset changed by _Andrew Howroyd_, Aug 13 2024