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 A106777 #7 Sep 08 2022 08:45:18 %S A106777 199999,289999,298999,379999,389989,398989,399979,478999,489799, %T A106777 496999,497899,497989,499879,499897,499969,568999,587989,596899, %U A106777 597889,597997,598789,598987,599779,599869,599959,659899,667999,668989,679699,679879 %N A106777 Primes with digit sum = 46. %H A106777 Vincenzo Librandi, <a href="/A106777/b106777.txt">Table of n, a(n) for n = 1..3400</a> %t A106777 Select[Prime[Range[450000]], Total[IntegerDigits[#]]==46 &] (* _Vincenzo Librandi_, Jul 09 2014 *) %o A106777 (Magma) [p: p in PrimesUpTo(700000) | &+Intseq(p) eq 46]; // _Vincenzo Librandi_, Jul 09 2014 %Y A106777 Cf. similar sequences listed in A244918. %K A106777 nonn,base %O A106777 1,1 %A A106777 _Zak Seidov_, May 16 2005