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 A106771 #6 Sep 08 2022 08:45:18 %S A106771 29989,39799,39979,48799,48889,49789,56989,58699,58789,58897,59779, %T A106771 59797,59887,65899,66889,67699,67789,67987,69499,69697,69859,69877, %U A106771 73999,75979,75997,77689,77797,77977,78697,78787,78877,79399,79579 %N A106771 Primes with digit sum = 37. %H A106771 Vincenzo Librandi, <a href="/A106771/b106771.txt">Table of n, a(n) for n = 1..3000</a> %t A106771 Select[Prime[Range[10000]], Total[IntegerDigits[#]]==37 &] (* _Vincenzo Librandi_, Jul 09 2014 *) %o A106771 (Magma) [p: p in PrimesUpTo(80000) | &+Intseq(p) eq 37]; // _Vincenzo Librandi_, Jul 09 2014 %Y A106771 Cf. similar sequence listed in A244918. %K A106771 nonn,base %O A106771 1,1 %A A106771 _Zak Seidov_, May 16 2005