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 A106761 #9 Sep 08 2022 08:45:18 %S A106761 499,769,787,859,877,967,1399,1489,1579,1597,1669,1759,1777,1867,1993, %T A106761 2389,2659,2677,2749,2767,2857,3469,3559,3739,3793,3847,3919,4099, %U A106761 4297,4549,4567,4639,4657,4729,4783,4909,5179,5197,5449,5557,5647,5683,5737 %N A106761 Primes with digit sum = 22. %H A106761 Vincenzo Librandi, <a href="/A106761/b106761.txt">Table of n, a(n) for n = 1..6500</a> %t A106761 Select[Prime[Range[100000]], Total[IntegerDigits[#]]==22 &] (* _Vincenzo Librandi_, Jul 08 2014 *) %o A106761 (Magma) [p: p in PrimesUpTo(7000) | &+Intseq(p) eq 22]; // _Vincenzo Librandi_, Jul 08 2014 %o A106761 (PARI) select(x->sumdigits(x)==22, primes(1000)) \\ _Michel Marcus_, Jul 08 2014 %Y A106761 Cf. similar sequences listed in A244918. %K A106761 nonn,base %O A106761 1,1 %A A106761 _Zak Seidov_, May 16 2005