# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a090433 Showing 1-1 of 1 %I A090433 #5 Mar 05 2017 08:53:42 %S A090433 11,13,23,61,101,103,107,109,151,163,211,223,227,241,251,271,311,313, %T A090433 317,331,337,347,401,421,431,433,443,461,503,509,521,523,701,911,1009, %U A090433 1013,1021,1031,1033,1051,1061,1063,1103,1109,1117,1123,1129,1151 %N A090433 Primes p(k) having a smaller sum of digits than k. %C A090433 A090431(a(n)) > 0. %H A090433 Harvey P. Dale, Table of n, a(n) for n = 1..1000 %t A090433 Select[Prime[Range[200]],Total[IntegerDigits[#]]