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 A106758 #7 Sep 08 2022 08:45:18 %S A106758 89,179,197,269,359,449,467,557,593,647,683,719,773,809,827,863,881, %T A106758 953,971,1097,1187,1259,1277,1367,1439,1493,1583,1619,1637,1709,1871, %U A106758 1907,2069,2087,2267,2339,2357,2393,2447,2591,2609,2663,2753,2843,2861,3167 %N A106758 Primes with digit sum = 17. %H A106758 Vincenzo Librandi, <a href="/A106758/b106758.txt">Table of n, a(n) for n = 1..3500</a> %t A106758 Select[Prime[Range[10000]], Total[IntegerDigits[#]]==17 &] (* _Vincenzo Librandi_, Jul 08 2014 *) %o A106758 (Magma) [p: p in PrimesUpTo(4000) | &+Intseq(p) eq 17]; // _Vincenzo Librandi_, Jul 08 2014 %Y A106758 Cf. similar sequences listed in A244918. %K A106758 nonn,base %O A106758 1,1 %A A106758 _Zak Seidov_, May 16 2005