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 A119961 #12 Nov 04 2020 16:56:27 %S A119961 4,6,9,10,15,21,22,25,34,38,39,46,49,51,55,57,58,65,69,87,91,93,94, %T A119961 106,111,115,119,121,123,133,141,142,146,159,169,177,183,202,205,213, %U A119961 214,218,219,226,235,237,249,253,254,259,262,265,267,274,289,291,295 %N A119961 Semiprimes that are the sum of two triangular numbers. %C A119961 Semiprime analog of A117048 Prime numbers that are expressible as the sum of two triangular numbers. %F A119961 A020756 intersection A001358. %t A119961 With[{nn=60},Take[Union[Select[Total/@Tuples[Accumulate[Range[0,nn]],2],PrimeOmega[ #] ==2&]],nn]] (* _Harvey P. Dale_, Nov 04 2020 *) %Y A119961 Cf. A001358, A020756, A117048. %K A119961 easy,nonn %O A119961 1,1 %A A119961 _Jonathan Vos Post_, Aug 02 2006 %E A119961 Missing a(2) and a(19)-a(53) from _Giovanni Resta_, Jun 13 2016