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 A195666 #14 Apr 03 2019 18:24:17 %S A195666 17,52,88,99,147,175,210,224,250,252,300,320,360,384,405,432,486 %N A195666 Numbers whose sum of prime factors is 17. %C A195666 Row 17 of A064364. %C A195666 Prime factors counted with multiplicity. - _Harvey P. Dale_, Apr 03 2019 %t A195666 Select[Range[1000], Total[Times @@ Transpose[FactorInteger[#]]] == 17 &] (* _T. D. Noe_, Sep 22 2011 *) %K A195666 nonn,full,fini %O A195666 1,1 %A A195666 _Kausthub Gudipati_, Sep 22 2011