# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a106781 Showing 1-1 of 1 %I A106781 #7 Sep 08 2022 08:45:18 %S A106781 799999,998989,999979,1789999,1798999,1979899,1989979,1997899,1999969, %T A106781 2599999,2699989,2797999,2798899,2798989,2878999,2889979,2897989, %U A106781 2898979,2969899,2979997,2986999,2987989,2989879,2995999,2996899,2997997,3499999,3599899,3679999,3788989,3789889 %N A106781 Primes with digit sum = 52. %H A106781 Vincenzo Librandi, Table of n, a(n) for n = 1..1800 %t A106781 Select[Prime[Range[400000]], Total[IntegerDigits[#]]==52 &] (* _Vincenzo Librandi_, Jul 09 2014 *) %o A106781 (Magma) [p: p in PrimesUpTo(3800000) | &+Intseq(p) eq 52]; // _Vincenzo Librandi_, Jul 09 2014 %Y A106781 Cf. similar sequences listed in A244918. %K A106781 nonn,base %O A106781 1,1 %A A106781 _Zak Seidov_, May 16 2005 %E A106781 More terms from _Vincenzo Librandi_, Jul 09 2014 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE